summaryrefslogtreecommitdiffstats
path: root/crypto/dh/build.info
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-05-30 01:16:56 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-10-12 02:40:30 +0100
commit7806a782c87f8ce07bc710f480a1db9511d11506 (patch)
treea92b88e3f08b1de3ebb66aad63ac05b6328ad8ee /crypto/dh/build.info
parentf682bd60cf7af6d124c7c6df278964d90b025890 (diff)
DH named parameter support
Add functions to return DH parameters using NID and to return the NID if parameters match a named set. Currently this supports only RFC7919 parameters but could be expanded in future. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4485)
Diffstat (limited to 'crypto/dh/build.info')
-rw-r--r--crypto/dh/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dh/build.info b/crypto/dh/build.info
index dba93066ae..b19ff6dbac 100644
--- a/crypto/dh/build.info
+++ b/crypto/dh/build.info
@@ -1,4 +1,5 @@
LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c \
- dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c
+ dh_ameth.c dh_pmeth.c dh_prn.c dh_rfc5114.c dh_kdf.c dh_meth.c \
+ dh_rfc7919.c