Remove a TLS1.3 TODO that is now completed
authorMatt Caswell <matt@openssl.org>
Thu, 19 Jan 2017 16:44:25 +0000 (16:44 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Jan 2017 10:18:22 +0000 (10:18 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2259)

test/ssl-tests/06-sni-ticket.conf.in

index 9c5266f268d06110132429396fb5cf6f8a193bcb..872596006062e0e56bb5225856c9f0f43a1d0e66 100644 (file)
@@ -19,7 +19,6 @@ our @tests = ();
 
 #Note: MaxProtocol is set to TLSv1.2 as session tickets work differently in
 #TLSv1.3.
-#TODO(TLS1.3): Implement TLSv1.3 style session tickets
 sub generate_tests() {
     foreach my $c ("SessionTicket", "-SessionTicket") {
         foreach my $s1 ("SessionTicket", "-SessionTicket") {