Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL TLS version handling improvements #2646

Merged
merged 5 commits into from
Apr 3, 2022
Merged

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Apr 1, 2022

Updates the default cypher suite, removes dysfunctional SSLv3 support and adds a set of tests to check proper TLS version matching between client and server.

s-ludwig added 2 commits April 2, 2022 08:12
Fixes protocol mismatch errors that occur with TLS1_*_method.
TLS <v1.2 tests are skipped on Linux, because Ubuntu 20.04. chose to exclude TLS 1.0/1.1 from their OpenSSL build.
@s-ludwig s-ludwig force-pushed the openssl_improvements branch from 76d4f88 to 2f89fcd Compare April 2, 2022 06:13
@l-kramer l-kramer merged commit 86e9497 into master Apr 3, 2022
@RazvanN7
Copy link

RazvanN7 commented Apr 5, 2022

@s-ludwig @l-kramer it seems that this has broken the dmd pipeline suite. Please see #2647 .

@s-ludwig s-ludwig deleted the openssl_improvements branch April 5, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants