Skip to content

Disable TLSv1 and TLSv1.1 by default#11237

Merged
normanmaurer merged 2 commits into4.1from
tls_1
May 11, 2021
Merged

Disable TLSv1 and TLSv1.1 by default#11237
normanmaurer merged 2 commits into4.1from
tls_1

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

Motivation:

TLSv1 and TLSv1.1 is considered insecure. Let's follow the JDK and disable these by default

Modifications:

Disable TLSv1 and TLSv1.1 by default when using OpenSSL.

Result:

Use only strong TLS versions by default when using OpenSSL

Motivation:

TLSv1 and TLSv1.1 is considered insecure. Let's follow the JDK and disable these by default

Modifications:

Disable TLSv1 and TLSv1.1 by default when using OpenSSL.

Result:

Use only strong TLS versions by default when using OpenSSL
@normanmaurer normanmaurer added this to the 4.1.64.Final milestone May 10, 2021
Copy link
Copy Markdown
Contributor

@hyperxpro hyperxpro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Copy Markdown
Member

@idelpivnitskiy idelpivnitskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@normanmaurer normanmaurer merged commit 00fd4ea into 4.1 May 11, 2021
@normanmaurer normanmaurer deleted the tls_1 branch May 11, 2021 08:43
normanmaurer added a commit that referenced this pull request May 11, 2021
Motivation:

TLSv1 and TLSv1.1 is considered insecure. Let's follow the JDK and disable these by default

Modifications:

- Disable TLSv1 and TLSv1.1 by default when using OpenSSL.
- Add unit tests

Result:

Use only strong TLS versions by default when using OpenSSL
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:

TLSv1 and TLSv1.1 is considered insecure. Let's follow the JDK and disable these by default

Modifications:

- Disable TLSv1 and TLSv1.1 by default when using OpenSSL.
- Add unit tests

Result:

Use only strong TLS versions by default when using OpenSSL
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