summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_check.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-3/+3
| | | | | | 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).miod2014-07-121-5/+3
| | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* knf approximationtedu2014-05-061-32/+26
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+123