aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-02-22 17:24:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-02-26 18:26:08 +0000
commit6e7c55399ccd81de3b1215ba8b1cf0694fd36c9b (patch)
treefd5660a94a2e3beb43d73e9a009e53c67a46876a
parent395f7c4217be456ae10e414466bf277fc09b944c (diff)
downloadopenssl-6e7c55399ccd81de3b1215ba8b1cf0694fd36c9b.tar.gz
Add trace entries for remaining TLS 1.3 ciphersuites
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2747)
-rw-r--r--ssl/t1_trce.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index 6f340c9ab1..d1fe800e53 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -428,6 +428,10 @@ static ssl_trace_tbl ssl_ciphers_tbl[] = {
{0xCCAD, "TLS_DHE_PSK_WITH_CHACHA20_POLY1305"},
{0xCCAE, "TLS_RSA_PSK_WITH_CHACHA20_POLY1305"},
{0x1301, "TLS_AES_128_GCM_SHA256"},
+ {0x1302, "TLS_AES_256_GCM_SHA384"},
+ {0x1303, "TLS_CHACHA20_POLY1305_SHA256"},
+ {0x1304, "TLS_AES_128_CCM_SHA256"},
+ {0x1305, "TLS_AES_128_CCM_8_SHA256"},
{0xFEFE, "SSL_RSA_FIPS_WITH_DES_CBC_SHA"},
{0xFEFF, "SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA"},
};