]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove item about 'SSL_peak'
authorStefan Eissing <stefan@eissing.org>
Wed, 3 Jul 2024 10:27:05 +0000 (12:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Jul 2024 07:56:32 +0000 (09:56 +0200)
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

index 599f46b265c1b771a660e1146e2f376236de559b..f55a665c4de244da3ded3a211e4e726aeca271f9 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
  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