Disable SupportedVersionSelection-TLS13 test

This test checks for a handshake failure when the server sends
supported_versions, but draft 22 will start using this extension. Do not
bother checking for it.
This commit is contained in:
Peter Wu 2017-11-27 18:17:48 +00:00 committed by Filippo Valsorda
parent 727f2215ab
commit 51ceac2279

View File

@ -71,6 +71,8 @@
"ECDSAKeyUsage-*": "client: TODO reject cert with invalid KU",
"SupportedVersionSelection-TLS13": "won't fix for now, D22 will use this extension in ServerHello",
"*V2ClientHello*": "Unsupported version",
"*SSL3*": "Unsupported version",
"*SSLv3*": "Unsupported version"