From eb7f3d1d951ca07d9c7a51faa2e2e0bc777ad57f Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 4 Oct 2017 15:51:05 +0100 Subject: [PATCH] Fixed PartialEncryptedExtensionsWithServerHello test Problem was in the TLS 1.3 client implementation of tls-tris, fixed in: "crypto/tls: prevent handshake messages crossing key boundaries" --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index 80dd5d3..c2e776f 100644 --- a/config.json +++ b/config.json @@ -59,7 +59,6 @@ "Basic-Client-*":"client: TODO implement resumption", "TLS13-1RTT-Client-*": "client: TODO implement resumption", - "PartialEncryptedExtensionsWithServerHello": "client: TODO prevent overlap SH and EE exts", "WrongMessageType-*": "client: TODO expected different alert", "TrailingMessageData-*": "client: TODO expected different alert", "EncryptedExtensionsWithKeyShare": "client: TODO reject invalid extension",