Change #259852
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 04 Mar 2026 12:37:31 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 38ee35353c1db18343817aa62ffb98aa966fd12a |
Comments
examples: improve OpenSSL certificate examples - add/fix/synchronize error messages and comments. - consistently return error from the callback on failure. - fix potential leaks on OpenSSL API failures. - fix to not pass the nul-terminator to BIO read. - scope a variable. - sync code/formatting between the two examples. Closes #20807
Changed files
- docs/examples/cacertinmem.c
- docs/examples/usercertinmem.c