mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
16486f6332
In the FIPS provider, calling EC_GROUP_cmp() with NULL for the BN_CTX argument is forbidden. Since that's what ec_match() does, it simply cannot work in the FIPS provider. Therefore, we allocate a BN_CTX with the library context asssociated with one of the input keys (doesn't matter which) and use that. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12677) |
||
---|---|---|
.. | ||
asymciphers | ||
ciphers | ||
digests | ||
exchange | ||
include/prov | ||
kdfs | ||
keymgmt | ||
macs | ||
rands | ||
serializers | ||
signature | ||
build.info |