summaryrefslogtreecommitdiffstats
path: root/crypto/hmac
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-04 14:22:00 +0100
committerMatt Caswell <matt@openssl.org>2015-06-10 10:43:53 +0100
commit68886be7e2cd395a759fcd41d2cede461b68843d (patch)
treea2cc07973cf021a2601394abee80cf3a4ea22f57 /crypto/hmac
parentb8b12aadd8edfd3bd327157c8899b1cf3403177f (diff)
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>
Diffstat (limited to 'crypto/hmac')
0 files changed, 0 insertions, 0 deletions