From 407820c0e311efaafff7fdc8eafdff6e70f89eb2 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:27:48 +1000 Subject: tls: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- ssl/ssl_lib.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ssl/ssl_lib.c') diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 063134015a..c1e8e41f02 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -2246,11 +2246,6 @@ int SSL_shutdown(SSL *s) int SSL_key_update(SSL *s, int updatetype) { - /* - * TODO(TLS1.3): How will applications know whether TLSv1.3 has been - * negotiated, and that it is appropriate to call SSL_key_update() instead - * of SSL_renegotiate(). - */ if (!SSL_IS_TLS13(s)) { ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); return 0; -- cgit v1.2.3