ccm: allow
This commit is contained in:
parent
51410ac716
commit
91e6ce7d01
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue