Remove TLS1.3 TODO around testing for session id length
authorMatt Caswell <matt@openssl.org>
Tue, 21 Mar 2017 13:48:52 +0000 (13:48 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 15:42:29 +0000 (16:42 +0100)
commit3348fc7e8940b66ab4545a618ba87a63fb677a79
tree32dcb162cd8cecdd9b2df7ba2a5e56cfd12cc950
parentb6e3250671654e0344127be9dd49b3fb4a82f94b
Remove TLS1.3 TODO around testing for session id length

TLSv1.3 will do the same thing as TLSv1.2 with tickets with regards to session
ids, i.e. it will create a synthetic session id when the session is established,
so it is reasonable to check the session id length, even in TLSv1.3.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3008)
ssl/statem/statem_clnt.c