diff options
author | tb <> | 2025-01-07 08:30:52 +0000 |
---|---|---|
committer | tb <> | 2025-01-07 08:30:52 +0000 |
commit | 7430d2975936e60b42b326878d4404f91aebacea (patch) | |
tree | 6ecbe239120c7d74f351796a659e9df26c4523c6 /src/lib/libcrypto/ts/ts_lib.c | |
parent | f62644a3fec4a1c2ba18134913f454106247493d (diff) | |
download | openbsd-7430d2975936e60b42b326878d4404f91aebacea.tar.gz openbsd-7430d2975936e60b42b326878d4404f91aebacea.tar.bz2 openbsd-7430d2975936e60b42b326878d4404f91aebacea.zip |
Check discriminant directly in EC_GROUP_set_discriminant()
After possibly decoding a and b in EC_GROUP_get_curve(), this is a pure
calculation in GFp and as such doesn't make use of any method-specifics.
Let's perform this calculation directly in the public API implementation
rather than redirecting through the methods and remove yet another method
handler.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ts/ts_lib.c')
0 files changed, 0 insertions, 0 deletions