Add DH key exchange to fips provider
authorShane Lontis <shane.lontis@oracle.com>
Thu, 23 Jan 2020 10:33:28 +0000 (20:33 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 23 Jan 2020 10:33:28 +0000 (20:33 +1000)
commit62f49b90d7e88d3c36fc1f5e4d677997aeb97b0a
treefbe5f7df9b658d87f2975923703942033ff020d2
parentf10048301390283523d3d1623880be7518cf46ac
Add DH key exchange to fips provider

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10826)
crypto/dh/build.info
crypto/dh/dh_key.c
crypto/dh/dh_lib.c
crypto/dh/dh_local.h
crypto/evp/build.info
crypto/evp/exchange.c
crypto/evp/pmeth_lib.c
include/crypto/dh.h [new file with mode: 0644]
providers/fips/fipsprov.c
providers/implementations/exchange/dh_exch.c