Fix typo in comment

$TLS12_CIPHER only includes 123 standard ciphers; 0x00,0xFF doesn't count as a "standard cipher."
This commit is contained in:
David Cooper 2017-07-28 12:23:21 -04:00 committed by GitHub
parent 7ccb611d13
commit ee40625d40

View File

@ -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,