mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
e454a3934c
Fixes #14401 Note that this moves the public key check out of DH compute_key() since key validation does not belong inside this primitive.. The check has been moved to the EVP_PKEY_derive_set_peer() function so that it generally applies to all exchange operations.. Use EVP_PKEY_derive_set_peer_ex() to disable this behaviour. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14717) |
||
---|---|---|
.. | ||
crypto | ||
internal | ||
openssl |