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

Change #265003

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 20 Apr 2026 08:07:15
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/ssls-export-cb
Revision 68c8d25e690e99b3a74e41f5f7b7e60a804b7f00

Comments

vtls_scache: add callback protection

- when the ssls-export callback is called, mark the handle as "in
  callback" which makes most libcurl functions return error if called
  from within the callback

- make the import and export functions check if "in callback" and return
  error if so

- make the import and export functions check that the easy handle is
  "good" or return error otherwise

Changed files