shinrich commented on a change in pull request #6699:
URL: https://github.com/apache/trafficserver/pull/6699#discussion_r444455950
##########
File path: iocore/net/SSLClientUtils.cc
##########
@@ -138,6 +138,20 @@ verify_callback(int signature_ok, X509_STORE_CTX *ctx)
return true;
}
+static int
+ssl_client_cert_callback(SSL *ssl, void * /*arg*/)
+{
+ SSLNetVConnection *netvc = SSLNetVCAccess(ssl);
Review comment:
Sorry I don't see where to put this in the QUIC classes. Filed issue
#6939.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]