diff options
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 8 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 12 |
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 | |||
956 | jurisdictionLocalityName 956 | 956 | jurisdictionLocalityName 956 |
957 | jurisdictionStateOrProvinceName 957 | 957 | jurisdictionStateOrProvinceName 957 |
958 | jurisdictionCountryName 958 | 958 | jurisdictionCountryName 958 |
959 | kx_rsa 959 | ||
960 | kx_ecdhe 960 | ||
961 | kx_dhe 961 | ||
962 | kx_gost 962 | ||
963 | auth_rsa 963 | ||
964 | auth_ecdsa 964 | ||
965 | auth_gost01 965 | ||
966 | 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 | |||
1343 | 1 3 101 113 : Ed448 | 1343 | 1 3 101 113 : Ed448 |
1344 | 1 3 101 114 : Ed25519ph | 1344 | 1 3 101 114 : Ed25519ph |
1345 | 1 3 101 115 : Ed448ph | 1345 | 1 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 | ||