ngtcp2_crypto: add support for additional handshake err codes
When SSL_dl_handshake() returns either an SSL_ERROR_WANT_CLIENT_HELLO_CB or SSL_ERROR_WANT_X509_LOOKUP, return specific error codes rather than -1 so that those conditions can be differentiated and handled appropriately
Please register or sign in to comment