From: Stefan Eissing Date: Wed, 3 Jul 2024 10:27:05 +0000 (+0200) Subject: TODO: remove item about 'SSL_peak' X-Git-Tag: curl-8_9_0~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82b32b344e247b6b8fdcda55b9826c5cb1b2a15b;p=thirdparty%2Fcurl.git 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 --- 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