summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/objects.txt
diff options
context:
space:
mode:
authorjsing <>2018-03-17 14:35:56 +0000
committerjsing <>2018-03-17 14:35:56 +0000
commitb8a03b9918deab831df6192d7a4e9c6ae535a224 (patch)
treee565ed1df283b3b1cb2e01809737475b5809b3f1 /src/lib/libcrypto/objects/objects.txt
parent4095be3b8e709aa641fa7f2f2525d5b227b561dd (diff)
downloadopenbsd-b8a03b9918deab831df6192d7a4e9c6ae535a224.tar.gz
openbsd-b8a03b9918deab831df6192d7a4e9c6ae535a224.tar.bz2
openbsd-b8a03b9918deab831df6192d7a4e9c6ae535a224.zip
Provide object identifiers for TLS cipher suite key exchange and
authentication.
Diffstat (limited to 'src/lib/libcrypto/objects/objects.txt')
-rw-r--r--src/lib/libcrypto/objects/objects.txt12
1 files changed, 12 insertions, 0 deletions
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