aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-28 10:07:44 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commite8585479a1541a722c5399ed53749cf3b0915e64 (patch)
treee0db90e585d798082c0e64ee7aaf3f21ba25e8aa
parent92ab7db6f8dabd9f071a8c70c65f85e4fbbfd375 (diff)
downloadopenssl-e8585479a1541a722c5399ed53749cf3b0915e64.zip
openssl-e8585479a1541a722c5399ed53749cf3b0915e64.tar.gz
openssl-e8585479a1541a722c5399ed53749cf3b0915e64.tar.bz2
Add a wildcard exception for TLS13 tests
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--test/ossl_shim/ossl_config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ossl_shim/ossl_config.json b/test/ossl_shim/ossl_config.json
index 8f52515..690dc66 100644
--- a/test/ossl_shim/ossl_config.json
+++ b/test/ossl_shim/ossl_config.json
@@ -1,6 +1,7 @@
{
"DisabledTests" : {
+ "*TLS13*":"No TLS1.3 support yet",
"UnauthenticatedECDH":"Test failure - reason unknown",
"SkipServerKeyExchange":"Test failure - reason unknown",
"FragmentAlert-DTLS":"Test failure - reason unknown",