Merge pull request #6593 from SparkiDev/sm_update_2

SM cipher suite: fix name
This commit is contained in:
JacobBarthelmeh
2023-07-11 09:28:24 -06:00
committed by GitHub

View File

@ -24410,7 +24410,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