ccm: allow

master
occheung 2020-10-15 17:36:53 +08:00
parent 51410ac716
commit 91e6ce7d01
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ impl<'a> ClientHello<'a> {
CipherSuite::TLS_AES_128_GCM_SHA256,
CipherSuite::TLS_AES_256_GCM_SHA384,
CipherSuite::TLS_CHACHA20_POLY1305_SHA256,
CipherSuite::TLS_AES_128_CCM_SHA256,
],
compression_method_length: 1,
compression_methods: 0,