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

Support TLSv1.3 #536

Closed
Castaglia opened this issue Jul 14, 2017 · 3 comments
Closed

Support TLSv1.3 #536

Castaglia opened this issue Jul 14, 2017 · 3 comments
Assignees
Milestone

Comments

@Castaglia
Copy link
Member

Start working on updating mod_tls to support configurations that want to use TLSv1.3.

@Castaglia
Copy link
Member Author

I tested this branch by downloading a snapshot of the OpenSSL code, and building it:

$ ./config enable-tls1_3

And then building mod_tls using that local installation. I then configured mod_tls to only allow TLSv1.3, using:

TLSProtocol TLSv1.3

And used openssl s_client to verify:

$ openssl s_client -connect 127.0.0.1:2121 -starttls ftp -tls1_3

Castaglia added a commit that referenced this issue Aug 12, 2017
Issue #536: Support TLSv1.3, if the OpenSSL library supports it.
@Castaglia
Copy link
Member Author

Merged to master.

@gene1wood
Copy link

This was released in version 1.3.7rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants