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"
This commit is contained in:
Peter Wu 2017-10-04 15:51:05 +01:00 committed by Filippo Valsorda
parent 4250918a00
commit eb7f3d1d95

View File

@ -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",