From ee40625d40666712e4e6405533dbc84315dfa935 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Fri, 28 Jul 2017 12:23:21 -0400 Subject: [PATCH] Fix typo in comment $TLS12_CIPHER only includes 123 standard ciphers; 0x00,0xFF doesn't count as a "standard cipher." --- etc/tls_data.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tls_data.txt b/etc/tls_data.txt index d82760f..cf3bdd4 100755 --- a/etc/tls_data.txt +++ b/etc/tls_data.txt @@ -1,7 +1,7 @@ # data we need for socket based handshakes -# 124 standard cipher + 4x GOST for TLS 1.2 and SPDY/NPN HTTP2/ALPN +# 123 standard cipher + 4x GOST for TLS 1.2 and SPDY/NPN HTTP2/ALPN readonly TLS12_CIPHER=" c0,30, c0,2c, c0,28, c0,24, c0,14, c0,0a, 00,9f, 00,6b, 00,39, 00,9d, 00,3d, 00,35, c0,2f, c0,2b, c0,27, c0,23,