curl-curl/tests/client
Stefan Eissing 2db8ae480f
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
2025-07-06 20:29:54 +02:00
..
.gitignore tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
CMakeLists.txt tests/unit: hook up unitprotos to the units-clang-tidy target 2025-07-03 23:49:25 +02:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h build: drop explicit curlx from hdr paths, refer headers with curlx/ prefix 2025-06-23 17:02:43 +02:00
h2_pausing.c tests: drop unused or redundant includes 2025-06-23 13:49:03 +02:00
h2_serverpush.c h2_serverpush: fix file handle leaks reported by clang-tidy 2025-06-22 21:42:53 +02:00
h2_upgrade_extreme.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
hx_download.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
hx_upload.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
Makefile.am tests: fix BUNDLE variable references in Makefile.am 2025-06-26 10:55:47 +02:00
Makefile.inc build: split .c and .h file lists in tests 2025-06-26 10:20:41 +02:00
tls_session_reuse.c quic: implement CURLINFO_TLS_SSL_PTR 2025-07-06 20:29:54 +02:00
upload_pausing.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
ws_data.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
ws_pingpong.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00