From: Matt Caswell Date: Fri, 28 Oct 2016 09:07:44 +0000 (+0100) Subject: Add a wildcard exception for TLS13 tests X-Git-Tag: OpenSSL_1_1_1-pre1~3228 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e8585479a1541a722c5399ed53749cf3b0915e64;p=oweals%2Fopenssl.git Add a wildcard exception for TLS13 tests Reviewed-by: Richard Levitte --- 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",