maskit opened a new issue #7498:
URL: https://github.com/apache/trafficserver/issues/7498


   `valid_tls_versions_in` is not available if ATS is built with BoringSSL. And 
autest (tls_client_versions) fails due to the unavailability.
   
   The documentation do say the key is only valid for recent OpenSSL, but it 
doesn't justify autest failure.
   
   We may be able to make it available for BoringSSL by using 
`SSL_CTX_set_select_certificate_cb`.
   
   > SSL_CTX_set_select_certificate_cb sets a callback that is called before 
most ClientHello processing and before the decision whether to resume a session 
is made. The callback may inspect the ClientHello and configure the connection. 
See ssl_select_cert_result_t for details of the return values.
   
   If we cannot provide the feature for BoringSSL, the test should be skipped.


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