crypto-tls-bogo-shim/config.json

26 lines
859 B
JSON
Raw Normal View History

2017-01-09 21:47:43 +00:00
{
"DisabledTests": {
"*HelloRetryRequest*": "HelloRetryRequest not implemented yet",
"*HRR*": "HelloRetryRequest not implemented yet",
"*SecondClientHello*": "HelloRetryRequest not implemented yet",
2017-01-18 17:47:47 +00:00
"SupportTicketsWithSessionID": "Session IDs not supported",
"*-NoTickets-*": "Session IDs not supported",
"*-CHACHA20-POLY1305-OLD-*": "CHACHA20-POLY1305-OLD not supported",
"*-AES256-SHA384-*": "AES256-CBC-SHA384 not supported",
"*-AES256-SHA256-*": "AES256-CBC-SHA256 not supported",
"*-DHE-*": "Finite field DHE not supported",
2017-01-18 17:47:47 +00:00
"BadRSAClientKeyExchange-4": "See comment in processClientKeyExchange",
"GREASE-Server-TLS13": "TODO",
"DuplicateExtensionServer-*": "TODO",
"DuplicateKeyShares": "TODO",
"SkipEarlyData-TooMuchData": "TODO",
"*V2ClientHello*": "Yeah, no.",
"*SSL3*": "Fuck that.",
"*SSLv3*": "Really."
2017-01-09 21:47:43 +00:00
}
}