Matt Caswell 68886be7e2 EC_POINT_is_on_curve does not return a boolean
The function EC_POINT_is_on_curve does not return a boolean value.
It returns 1 if the point is on the curve, 0 if it is not, and -1
on error. Many usages within OpenSSL were incorrectly using this
function and therefore not correctly handling error conditions.

With thanks to the Open Crypto Audit Project for reporting this issue.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-06-10 10:43:53 +01:00
..
2015-06-06 13:17:06 +01:00
2015-06-04 09:23:02 +01:00
2015-06-09 12:39:08 -04:00
2015-06-09 12:39:08 -04:00
2015-05-28 12:54:27 -04:00
2015-04-20 15:06:22 +02:00
2014-06-04 08:34:18 +02:00
2015-01-22 09:20:09 +00:00