From: Matt Caswell Date: Thu, 19 Jan 2017 16:44:25 +0000 (+0000) Subject: Remove a TLS1.3 TODO that is now completed X-Git-Tag: OpenSSL_1_1_1-pre1~2557 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd1e75bd8e2297bdf3da49dc199ef0fd0e94e998;p=oweals%2Fopenssl.git Remove a TLS1.3 TODO that is now completed Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2259) --- diff --git a/test/ssl-tests/06-sni-ticket.conf.in b/test/ssl-tests/06-sni-ticket.conf.in index 9c5266f268..8725960060 100644 --- a/test/ssl-tests/06-sni-ticket.conf.in +++ b/test/ssl-tests/06-sni-ticket.conf.in @@ -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") {