From 32923bbdb11b59464406ca662295d9f2a16ad1a3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 8 Nov 2018 13:10:56 +0100 Subject: [PATCH] TLS 1.3 ciphers forgotten :-(, added --- openssl-rfc.mapping.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openssl-rfc.mapping.html b/openssl-rfc.mapping.html index 47fdf76..0838ad6 100644 --- a/openssl-rfc.mapping.html +++ b/openssl-rfc.mapping.html @@ -227,6 +227,13 @@ xB9 TLS_RSA_PSK_WITH_NULL_SHA384 [0x5600] TLS_FALLBACK_SCSV TLS_EMPTY_RENEGOTIATION_INFO_SCSV + + [0x1301] TLS_AES_128_GCM_SHA256 ECDH AESGCM 128 TLS_AES_128_GCM_SHA256 + [0x1302] TLS_AES_256_GCM_SHA384 ECDH AESGCM 256 TLS_AES_256_GCM_SHA384 + [0x1303] TLS_CHACHA20_POLY1305_SHA256 ECDH ChaCha20-Poly1305 256 TLS_CHACHA20_POLY1305_SHA256 + [0x1304] TLS_AES_128_CCM_SHA256 ECDH AESCCM 128 TLS_AES_128_CCM_SHA256 + [0x1305] TLS_AES_128_CCM_8_SHA256 ECDH AESCCM8 128 TLS_AES_128_CCM_8_SHA256 + [0xc001] ECDH-ECDSA-NULL-SHA ECDH/ECDSA Null 0 TLS_ECDH_ECDSA_WITH_NULL_SHA [0xc002] ECDH-ECDSA-RC4-SHA ECDH/ECDSA RC4 128 TLS_ECDH_ECDSA_WITH_RC4_128_SHA