diff options
Diffstat (limited to 'lib/libcrypto/objects/objects.txt')
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 6efabf7deec..1bce9a87b93 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/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 |