From 82b32b344e247b6b8fdcda55b9826c5cb1b2a15b Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 3 Jul 2024 12:27:05 +0200 Subject: [PATCH] TODO: remove item about 'SSL_peak' GnuTLS todo item about using an equivalent of `SSL_peak()`, which nicely escaped the word checks, is no longer relevant. We do not use `SSL_peek()` anymore since connection filters were introduced. Closes #14091 --- docs/TODO | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/TODO b/docs/TODO index 599f46b265..f55a665c4d 100644 --- a/docs/TODO +++ b/docs/TODO @@ -127,9 +127,6 @@ 13.16 Share the CA cache 13.17 Add missing features to TLS backends - 14. GnuTLS - 14.2 check connection - 15. Schannel 15.1 Extend support for client certificate authentication 15.2 Extend support for the --ciphers option @@ -927,13 +924,6 @@ features are supported by which TLS backends, and thus also where there are feature gaps. -14. GnuTLS - -14.2 check connection - - Add a way to check if the connection seems to be alive, to correspond to the - SSL_peak() way we use with OpenSSL. - 15. Schannel 15.1 Extend support for client certificate authentication -- 2.47.3