loqs commented on PR #3752:
URL: https://github.com/apache/thrift/pull/3752#issuecomment-5445880876

   Is it expected that SecurityTest and SecurityFromBufferTest both 
hang/timeout with OpenSSL 4.0.2 and the test expectations will be changed in a 
future pull request?
   
   `OPENSSL_NO_SSL3` is not defined for OpenSSSL 4 so `#ifdef OPENSSL_NO_SSL3` 
passes and the tests try to use SSL3 and timeout. TLSv1.0/1.1 require 
`SSL_CTX_set_min_proto_version` when using TLS_method instead of the per 
version method. Without it being set the TLSv1.0 and TLSv1.1 tests timeout like 
the SSL 3 tests.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to