]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable PKCS#3 DH in the providers
authorMatt Caswell <matt@openssl.org>
Thu, 27 Jun 2019 14:03:55 +0000 (15:03 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 16 Jul 2019 09:16:32 +0000 (10:16 +0100)
commit94b40fb77c4e345526c2aff1d8f8b9186fb4a179
tree9fc0f5b27c66ff031626d142eadf74612232afec
parent89e291742f8db5920cc7938407d07c8f77c18293
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)
crypto/evp/exchange.c