diff options
author | tb <> | 2023-07-24 17:08:53 +0000 |
---|---|---|
committer | tb <> | 2023-07-24 17:08:53 +0000 |
commit | c2fc234286c75d942a62891333f85e824d615444 (patch) | |
tree | 7ef949af6dc29489e88241903a74fe50c6f195c1 /src/lib/libcrypto/ecdsa/ecdsa.c | |
parent | 4f6ff7284de44c23d500a00c75dbacdffeb73d57 (diff) | |
download | openbsd-c2fc234286c75d942a62891333f85e824d615444.tar.gz openbsd-c2fc234286c75d942a62891333f85e824d615444.tar.bz2 openbsd-c2fc234286c75d942a62891333f85e824d615444.zip |
Fix two EC_POINT_is_on_curve() checks
This API can fail for various reasons, in which case it returns -1, so
you need to check if (EC_POINT_is_on_curve_checks(...) <= 0).
ok miod
Diffstat (limited to 'src/lib/libcrypto/ecdsa/ecdsa.c')
0 files changed, 0 insertions, 0 deletions