Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | There are currently cases where the return from each call is checked, the return from only the last call is checked and cases where it is not checked at all (including code in bn, ec and engine). Checking the last return value is valid as once the function fails it will continue to return NULL. However, in order to be consistent check each call with the same idiom. This makes it easy to verify. Note there are still a handful of cases that do not follow the idiom - these will be handled separately. ok beck@ doug@ | ||||
* | Use `> 0' instead of `!= 0' as a successful condition for | miod | 2015-02-08 | 1 | -4/+4 |
| | | | | | | EC_POINT_is_at_infinity() and EC_POINT_is_on_curve(), for they may return -1 should an error arise. ok doug@ jsing@ | ||||
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -9/+5 |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | knf approximation | tedu | 2014-05-06 | 1 | -204/+169 |
| | |||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+433 |