Fix ccm cipher suite

This commit is contained in:
Zhi Guan
2026-06-15 11:31:51 +08:00
parent 823fe11897
commit 40b8d67110
6 changed files with 16 additions and 12 deletions

View File

@@ -109,6 +109,7 @@ typedef enum {
TLS_cipher_ecdhe_ecdsa_with_aes_128_cbc_sha256 = 0xc023,
TLS_cipher_ecdhe_ecdsa_with_aes_128_gcm_sha256 = 0xc02b,
TLS_cipher_ecdhe_ecdsa_with_aes_128_ccm = 0xc0ac,
TLS_cipher_empty_renegotiation_info_scsv = 0x00ff,
} TLS_CIPHER_SUITE;