From e8585479a1541a722c5399ed53749cf3b0915e64 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 28 Oct 2016 10:07:44 +0100 Subject: [PATCH] Add a wildcard exception for TLS13 tests Reviewed-by: Richard Levitte --- test/ossl_shim/ossl_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ossl_shim/ossl_config.json b/test/ossl_shim/ossl_config.json index 8f525153b3..690dc6683f 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", -- 2.40.0