summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-19 16:44:25 +0000
committerMatt Caswell <matt@openssl.org>2017-01-30 10:18:22 +0000
commitdd1e75bd8e2297bdf3da49dc199ef0fd0e94e998 (patch)
tree65e7c542fb449490d9a0332594c806886e5af044 /test/ssl-tests
parentb05e4ce6e14c78f15f40b73ba6696283d0e4589f (diff)
Remove a TLS1.3 TODO that is now completed
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
Diffstat (limited to 'test/ssl-tests')
-rw-r--r--test/ssl-tests/06-sni-ticket.conf.in1
1 files changed, 0 insertions, 1 deletions
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") {