Enable PKCS#3 DH in the providers
The default provider now has support for PKCS#3 Diffie-Hellman so we switch libcrypto to using providers for that algorithm. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9266)
This commit is contained in:
parent
89e291742f
commit
94b40fb77c
1 changed files with 0 additions and 2 deletions
|
@ -147,10 +147,8 @@ int EVP_PKEY_derive_init_ex(EVP_PKEY_CTX *ctx, EVP_KEYEXCH *exchange)
|
|||
*/
|
||||
if (ctx->pkey != NULL) {
|
||||
switch (ctx->pkey->type) {
|
||||
#if 0
|
||||
case EVP_PKEY_DH:
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
goto legacy;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue