Closed
Description
Thanks for this great library! 👍
Would it be possible to extend the API like SSLClient::set_server_certificate_verification(std::function<bool (SSL_CTX *ctx)>)
to allow verify certificate manually? just like asio::ssl::context::set_verify_callback
.
I think it would be very useful when verify static self-signed certificate.