From 91e6ce7d012735831f3178992b30b1bbbbbcce29 Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 15 Oct 2020 17:36:53 +0800 Subject: [PATCH] ccm: allow --- src/tls_packet.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tls_packet.rs b/src/tls_packet.rs index e3ba204..cac21c2 100644 --- a/src/tls_packet.rs +++ b/src/tls_packet.rs @@ -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,