From a48a0a555849fc7b8a6c2229f5b6f57eae462fcf Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 17 Mar 2018 14:35:56 +0000 Subject: Provide object identifiers for TLS cipher suite key exchange and authentication. --- src/lib/libcrypto/objects/obj_mac.num | 8 ++++++++ src/lib/libcrypto/objects/objects.txt | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 3214090a3a..6adf1ae878 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num @@ -956,3 +956,11 @@ Ed448ph 955 jurisdictionLocalityName 956 jurisdictionStateOrProvinceName 957 jurisdictionCountryName 958 +kx_rsa 959 +kx_ecdhe 960 +kx_dhe 961 +kx_gost 962 +auth_rsa 963 +auth_ecdsa 964 +auth_gost01 965 +auth_null 966 diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 6efabf7dee..1bce9a87b9 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt @@ -1343,3 +1343,15 @@ tc26 1 3 3 : id-tc26-signwithdigest-gost3410-2012-512 : GOST R 34.11-2012 with 1 3 101 113 : Ed448 1 3 101 114 : Ed25519ph 1 3 101 115 : Ed448ph + +# TLS cipher suite key exchange + : KxRSA : kx-rsa + : KxECDHE : kx-ecdhe + : KxDHE : kx-dhe + : KxGOST : kx-gost + +# TLS cipher suite authentication + : AuthRSA : auth-rsa + : AuthECDSA : auth-ecdsa + : AuthGOST01 : auth-gost01 + : AuthNULL : auth-null -- cgit v1.2.3-55-g6feb