Commit graph

1 commit

Author SHA1 Message Date
Stefan Eissing
c5afc28952
auto-pausing on verify callback retry
When an application install its own OpenSSL verify callback and
that callback invokes `SSL_set_retry_verify()`, the transfer is
automatically paused and does not progress the connect attempt
any further until unpaused via `curl_easy_pause().

Added test758 to verify.

Original PR by @Natris
Reporting on libcurl mailing list
2025-08-14 14:12:54 +02:00