Change #264216
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 11 Apr 2026 16:56:22 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 |
Comments
getinfo: repair CURLINFO_TLS_SESSION This should return a SSL_CTX pointer but it was accidentally broken. Verify with test 1587 Follow-up to 2db8ae480fdcae7f005 Spotted by Codex Security Closes #21290
Changed files
- lib/cfilters.c
- lib/cfilters.h
- lib/getinfo.c
- tests/data/Makefile.am
- tests/data/test1587
- tests/libtest/Makefile.inc
- tests/libtest/lib1587.c