From ce02ad734725b76ca736fbc788ad3a3d419b5341 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Tue, 11 Jul 2023 07:30:44 +1000 Subject: [PATCH] SM cipher suite: fix name Fix name of TLSv1.3 CCM cipher suite. --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 939346206..396b38566 100644 --- a/src/internal.c +++ b/src/internal.c @@ -24339,7 +24339,7 @@ static const CipherSuiteInfo cipher_names[] = #endif #ifdef BUILD_TLS_SM4_CCM_SM3 - SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_GCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR), + SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_CCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR), #endif #ifdef BUILD_TLS_SHA256_SHA256