Change #241543
Category | curl |
Changed by | Stefan Eissing <stefan | @eissing.org>
Changed at | Fri 01 Aug 2025 09:37:36 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | ba9ddb935794a9fdd6906f043102a0d3e5795113 |
Comments
tls: CURLINFO_TLS_SSL_PTR testing Add tests of CURLINFO_TLS_SSL_PTR and its returned value in test client 'hx-download'. Use obtained pointer to look up the negotiated TLS version. Update manpage of CURLINFO_TLS_SSL_PTR to also describe the behaviour of wolfSSL similar to OpenSSL. Fix the wolfSSl implementation for TCP to behave like that. Update the QUIC queries. Fix rustls `get_internals()` to return the rustls_connection* and not the address of the pointer. Assisted-by: Viktor Szakats Closes #18066
Changed files
- docs/libcurl/opts/CURLINFO_TLS_SESSION.md
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_osslq.c
- lib/vquic/curl_quiche.c
- lib/vtls/rustls.c
- lib/vtls/wolfssl.c
- tests/libtest/cli_hx_download.c