diff options
author | tb <> | 2025-01-07 08:30:52 +0000 |
---|---|---|
committer | tb <> | 2025-01-07 08:30:52 +0000 |
commit | d589f6085401b1833475f8ee81e8bd8877cec677 (patch) | |
tree | 6ecbe239120c7d74f351796a659e9df26c4523c6 /src/lib/libcrypto/ts/ts_lib.c | |
parent | ee923a8ee6f7ac3ead05a32865fa6794a4960873 (diff) | |
download | openbsd-d589f6085401b1833475f8ee81e8bd8877cec677.tar.gz openbsd-d589f6085401b1833475f8ee81e8bd8877cec677.tar.bz2 openbsd-d589f6085401b1833475f8ee81e8bd8877cec677.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