Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #241543

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@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