Change #238531
Category | curl |
Changed by | Stefan Eissing <stefan | @eissing.org>
Changed at | Sun 06 Jul 2025 20:29:54 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 2db8ae480fdcae7f005bf847fbbf837821c8184c |
Comments
quic: implement CURLINFO_TLS_SSL_PTR Replace the old Curl_ssl_get_internals() with a new connection filter query to retrieve the information. Implement that filter query for TCP and QUIC TLS filter types. Add tests in client tls_session_reuse to use the info option and check that pointers are returned. Reported-by: Larry Campbell Fixes #17801 Closes #17809
Changed files
- lib/cfilters.c
- lib/cfilters.h
- lib/getinfo.c
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_osslq.c
- lib/vquic/curl_quiche.c
- lib/vquic/curl_quiche.h
- lib/vquic/vquic-tls.c
- lib/vquic/vquic-tls.h
- lib/vtls/vtls.c
- lib/vtls/vtls.h
- src/tool_operate.c
- tests/client/tls_session_reuse.c