From b6eae14704f1d1f2f12056e20b2e8d351f9ccaef Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 19 Sep 2017 12:56:41 +0100 Subject: [PATCH] Add objects for RFC7919 parameters Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4485) --- crypto/objects/objects.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crypto/objects/objects.txt b/crypto/objects/objects.txt index 841e9aba9c..24cbeeb8af 100644 --- a/crypto/objects/objects.txt +++ b/crypto/objects/objects.txt @@ -1578,3 +1578,10 @@ id-pkinit 5 : pkInitKDC : Signing KDC Response : Poly1305 : poly1305 # NID for SipHash : SipHash : siphash + +# NIDs for RFC7919 DH parameters + : ffdhe2048 + : ffdhe3072 + : ffdhe4096 + : ffdhe6144 + : ffdhe8192 -- 2.25.1