crypto-tls-bogo-shim/config.json

18 lines
577 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",
"*-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",
"*V2ClientHello*": "Yeah, no.",
"*SSL3*": "Fuck that.",
"*SSLv3*": "Really."
2017-01-09 21:47:43 +00:00
}
}