Add support for DH 'modp' group parameters (RFC 3526)
authorShane Lontis <shane.lontis@oracle.com>
Thu, 30 Jan 2020 22:18:46 +0000 (08:18 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Thu, 30 Jan 2020 22:18:46 +0000 (08:18 +1000)
commitca2bf555cd64bc9624af1259ce3cd27f95a5763e
treee02beb157e56973ada62c679cb7b3b8756e86dfe
parentcd624ccd41ac3ac779c1c7a7a1e63427ce9588dd
Add support for DH 'modp' group parameters (RFC 3526)

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10897)
20 files changed:
crypto/bn/bn_const.c
crypto/bn/bn_dh.c
crypto/dh/build.info
crypto/dh/dh_asn1.c
crypto/dh/dh_group_params.c [new file with mode: 0644]
crypto/dh/dh_lib.c
crypto/dh/dh_pmeth.c
crypto/dh/dh_rfc7919.c [deleted file]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
doc/man3/DH_new_by_nid.pod
doc/man3/EVP_PKEY_CTX_ctrl.pod
include/crypto/bn_dh.h
include/crypto/dh.h
include/internal/ffc.h
include/openssl/dh.h
include/openssl/obj_mac.h
test/dhtest.c
test/evp_extra_test.c