+4
−0
+2
−1
crypto/dh/dh_rfc7919.c
0 → 100644
+75
−0
+4
−0
Loading
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)