diff options
author | Matt Caswell <matt@openssl.org> | 2021-02-09 16:12:09 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2021-02-15 05:17:36 +0100 |
commit | aee73562d17499f2660c14f8c150459097680a1d (patch) | |
tree | 5a5007540ad8e528f635f7b5e28de62a1119642a /include/crypto/evp.h | |
parent | RSA: avoid dereferencing possibly-NULL parameter in initializers (diff) | |
download | openssl-aee73562d17499f2660c14f8c150459097680a1d.tar.xz openssl-aee73562d17499f2660c14f8c150459097680a1d.zip |
Run DH_check_ex() not DH_check_params_ex() when checking params
Both DH_check_ex() and DH_check_params_ex() check the parameters.
DH_check_ex() performs a more complete check, while DH_check_params_ex()
performs a lightweight check. In 1.1.1 EVP_PKEY_param_check() would call
DH_check_ex() for DH keys. For backwards compatibility we should continue
with that behaviour.
Fixes #13501
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14146)
Diffstat (limited to 'include/crypto/evp.h')
0 files changed, 0 insertions, 0 deletions