summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2018-03-17 14:35:56 +0000
committerjsing <>2018-03-17 14:35:56 +0000
commita48a0a555849fc7b8a6c2229f5b6f57eae462fcf (patch)
treee565ed1df283b3b1cb2e01809737475b5809b3f1
parent194051108bb1bd800e9e58e24b29c23f961a5b5f (diff)
downloadopenbsd-a48a0a555849fc7b8a6c2229f5b6f57eae462fcf.tar.gz
openbsd-a48a0a555849fc7b8a6c2229f5b6f57eae462fcf.tar.bz2
openbsd-a48a0a555849fc7b8a6c2229f5b6f57eae462fcf.zip
Provide object identifiers for TLS cipher suite key exchange and
authentication.
-rw-r--r--src/lib/libcrypto/objects/obj_mac.num8
-rw-r--r--src/lib/libcrypto/objects/objects.txt12
2 files changed, 20 insertions, 0 deletions
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
956jurisdictionLocalityName 956 956jurisdictionLocalityName 956
957jurisdictionStateOrProvinceName 957 957jurisdictionStateOrProvinceName 957
958jurisdictionCountryName 958 958jurisdictionCountryName 958
959kx_rsa 959
960kx_ecdhe 960
961kx_dhe 961
962kx_gost 962
963auth_rsa 963
964auth_ecdsa 964
965auth_gost01 965
966auth_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
13431 3 101 113 : Ed448 13431 3 101 113 : Ed448
13441 3 101 114 : Ed25519ph 13441 3 101 114 : Ed25519ph
13451 3 101 115 : Ed448ph 13451 3 101 115 : Ed448ph
1346
1347# TLS cipher suite key exchange
1348 : KxRSA : kx-rsa
1349 : KxECDHE : kx-ecdhe
1350 : KxDHE : kx-dhe
1351 : KxGOST : kx-gost
1352
1353# TLS cipher suite authentication
1354 : AuthRSA : auth-rsa
1355 : AuthECDSA : auth-ecdsa
1356 : AuthGOST01 : auth-gost01
1357 : AuthNULL : auth-null