Commit graph

2 commits

Author SHA1 Message Date
Stefan Eissing
6ddd8f2c0b
only enable test758 code when using openssl and correct version 2025-08-14 14:32:04 +02:00
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