Under Review
Last Updated: 23 Aug 2016 11:05 by Eric
Eric
Created on: 23 Aug 2016 11:05
Type: Feature Request
1
Add post-quantum suites to ClientHelloToString
/* CECPQ1 (combined elliptic curve + post-quantum) suites. */

case 0x16B7: return "CECPQ1_RSA_WITH_CHACHA20_POLY1305_SHA256";
case 0x16B8: return "CECPQ1_ECDSA_WITH_CHACHA20_POLY1305_SHA256";
case 0x16B9: return "CECPQ1_RSA_WITH_AES_256_GCM_SHA384";
case 0x16BA: return "CECPQ1_ECDSA_WITH_AES_256_GCM_SHA384";

this way they don't show as

Ciphers:
[16B9] Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
[16BA] Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
[16B7] Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/
[16B8] Unrecognized cipher - See http://www.iana.org/assignments/tls-parameters/

when examining a CONNECT tunnel coming from Chrome Canary.
0 comments