crypto-tls-bogo-shim/config.json
Peter Wu 87979f9592 Disable KeyUpdate tests
KeyUpdate is not implemented in tls-tris yet
2017-09-05 16:57:59 -04:00

26 lines
785 B
JSON

{
"DisabledTests": {
"*HelloRetryRequest*": "HelloRetryRequest not implemented yet",
"*HRR*": "HelloRetryRequest not implemented yet",
"*SecondClientHello*": "HelloRetryRequest not implemented yet",
"SupportTicketsWithSessionID": "Session IDs not supported",
"*-NoTickets-*": "Session IDs not supported",
"*-AES256-SHA384-*": "AES256-CBC-SHA384 not supported",
"BadRSAClientKeyExchange-4": "See comment in processClientKeyExchange",
"GREASE-Server-TLS13": "TODO",
"DuplicateExtensionServer-*": "TODO",
"DuplicateKeyShares": "TODO",
"SkipEarlyData-TooMuchData": "TODO",
"KeyUpdate-*": "TODO",
"Renegotiate-Server-Forbidden": "9b812d006d made OpenSSL tests lock up",
"*V2ClientHello*": "Yeah, no.",
"*SSL3*": "Fuck that.",
"*SSLv3*": "Really."
}
}