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

Explicit set minimum version to TLS1 when using BoringSSL #902

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

BoringSSL changed the minimum TLS version to TLS1_2 by default. We should set it to TLS1 to be able to support older versions via netty.

Modifications:

Explicit set min TLS version

Result:

Supporting more TLS versions again

Motivation:

BoringSSL changed the minimum TLS version to TLS1_2 by default. We should set it to TLS1 to be able to support older versions via netty.

Modifications:

Explicit set min TLS version

Result:

Supporting more TLS versions again
@normanmaurer normanmaurer merged commit 583714c into main Nov 1, 2024
7 checks passed
@normanmaurer normanmaurer deleted the boringssl_min_version branch November 1, 2024 16:42
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.

2 participants