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
This commit is contained in:
Stefan Eissing 2024-07-03 12:27:05 +02:00 committed by Daniel Stenberg
parent 465985291f
commit 82b32b344e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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