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

Prepare to be able to link against openssl 1.1.1 #345

Closed
normanmaurer opened this issue May 30, 2018 · 4 comments
Closed

Prepare to be able to link against openssl 1.1.1 #345

normanmaurer opened this issue May 30, 2018 · 4 comments
Assignees
Milestone

Comments

@normanmaurer
Copy link
Member

OpenSSL 1.1.1 will be the new LTS release, so we should be able to link against it:

https://www.openssl.org/blog/blog/2018/05/18/new-lts/

@normanmaurer
Copy link
Member Author

@normanmaurer
Copy link
Member Author

35cd01c is related to this

@floragunn
Copy link

OpenSSL 1.1.1 is now finally released

@normanmaurer
Copy link
Member Author

@floragunncom will look into it the next weeks

@normanmaurer normanmaurer self-assigned this Sep 12, 2018
normanmaurer added a commit that referenced this issue Sep 17, 2018
Motivation:

OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.

Modifications:

- Add some new native methods to allow to set TLSv1.3 ciphersuites
- Depending on if TLSv1.3 is supported or not set some flags

Result:

Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes #345 and #256
normanmaurer added a commit that referenced this issue Sep 18, 2018
Motivation:

OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.

Modifications:

- Add some new native methods to allow to set TLSv1.3 ciphersuites
- Depending on if TLSv1.3 is supported or not set some flags

Result:

Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes #345 and #256
normanmaurer added a commit that referenced this issue Sep 18, 2018
Motivation:

OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.

Modifications:

- Add some new native methods to allow to set TLSv1.3 ciphersuites
- Depending on if TLSv1.3 is supported or not set some flags

Result:

Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes #345 and #256
normanmaurer added a commit that referenced this issue Sep 20, 2018
Motivation:

OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.

Modifications:

- Add some new native methods to allow to set TLSv1.3 ciphersuites
- Depending on if TLSv1.3 is supported or not set some flags

Result:

Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes #345 and #256
@normanmaurer normanmaurer added this to the 2.0.16.Final milestone Sep 20, 2018
fzakaria pushed a commit to fzakaria/netty-tcnative that referenced this issue Feb 4, 2019
Motivation:

OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.

Modifications:

- Add some new native methods to allow to set TLSv1.3 ciphersuites
- Depending on if TLSv1.3 is supported or not set some flags

Result:

Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes netty#345 and netty#256
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

No branches or pull requests

2 participants