maskit commented on pull request #7540:
URL: https://github.com/apache/trafficserver/pull/7540#issuecomment-781918903


   ```
   $ git grep "set_verify("
   iocore/net/SSLClientUtils.cc:  SSL_CTX_set_verify(client_ctx, 
SSL_VERIFY_PEER, verify_callback);
   iocore/net/SSLNetVConnection.cc:      SSL_set_verify(this->ssl, 
SSL_VERIFY_PEER, verify_callback);
   iocore/net/SSLUtils.cc:  SSL_set_verify(ssl, server_verify_client, 
ssl_verify_client_callback);
   iocore/net/SSLUtils.cc:    SSL_CTX_set_verify(ctx, server_verify_client, 
ssl_verify_client_callback);
   tools/http_load/http_load.c:      SSL_CTX_set_verify(ssl_ctx, 
SSL_VERIFY_NONE, cert_verify_callback);
   ```
   
   I assume the other is the one in SSLNetVConnection.cc. Do we want to set the 
callback function to `SSL` rather than `SSL_CTX`?


----------------------------------------------------------------
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]


Reply via email to