mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Fix ccm cipher suite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user