You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This test is not run as part of the standard tests suite used on our continuous integration platform. It is run manually and is used to make sure that the compatibility of client/server SSL/TLS runtime settings for the default build options is what we expect.
It is a somewhat critical test in the sense that it allows us to make sure that, for instance, a client that didn't enable the SSLv3 protocol cannot connect to a server that enabled it.
The most recent merge from v0.10 to v0.12 introduced a regression: test/external/ssl-options now fails on all supported platforms.
This test is not run as part of the standard tests suite used on our continuous integration platform. It is run manually and is used to make sure that the compatibility of client/server SSL/TLS runtime settings for the default build options is what we expect.
It is a somewhat critical test in the sense that it allows us to make sure that, for instance, a client that didn't enable the SSLv3 protocol cannot connect to a server that enabled it.