X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fssl-tests%2F09-alpn.conf.in;h=6e86375af135891e5a3c0a76c8ede9f0e3708684;hp=ff931a94254600324250bc28953f13e713704f03;hb=ce466c96f0eb14e5c35181e54e52164de1afe921;hpb=71728dd8aa3acc0bc9d621f8c4a4032aa3325fe4 diff --git a/test/ssl-tests/09-alpn.conf.in b/test/ssl-tests/09-alpn.conf.in index ff931a9425..6e86375af1 100644 --- a/test/ssl-tests/09-alpn.conf.in +++ b/test/ssl-tests/09-alpn.conf.in @@ -204,8 +204,6 @@ our @tests = ( }, }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo", }, @@ -229,8 +227,6 @@ our @tests = ( }, }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo,bar,baz", }, @@ -249,15 +245,11 @@ our @tests = ( }, }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo,baz", }, }, resume_client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "bar,baz", }, @@ -281,8 +273,6 @@ our @tests = ( }, }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo,bar", }, @@ -302,8 +292,6 @@ our @tests = ( }, resume_server => { }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo", }, @@ -322,15 +310,11 @@ our @tests = ( }, }, client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2", extra => { "ALPNProtocols" => "foo", }, }, resume_client => { - #TODO(TLS1.3): Temporary until we support TLSv1.3 resumption - MaxProtocol => "TLSv1.2" }, test => { "HandshakeMode" => "Resume",