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 compatability regression in 1.4.0 #300

Closed
jadamcrain opened this issue Apr 28, 2023 · 1 comment
Closed

OpenSSL compatability regression in 1.4.0 #300

jadamcrain opened this issue Apr 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jadamcrain
Copy link
Member

jadamcrain commented Apr 28, 2023

1.4.0 moved Rustls from 0.20.x to 0.21.0.

Rustls has a regression in 0.21.0 that affects compatibility with OpenSSL (and other TLS libraries) when using mutual authentication. We only use mTLS so this means that TLS support in 1.4.0 is pretty much broken when acting as a TLS server.

We'll wait for rustls 0.21.1 and then do our own patch release.

@jadamcrain jadamcrain added the bug Something isn't working label Apr 28, 2023
@jadamcrain
Copy link
Member Author

This is fixed by rustls 0.21.1 in the 1.4.1 patch release

@jadamcrain jadamcrain changed the title OpenSSL compatbility regression in 1.4.0 OpenSSL compatability regression in 1.4.0 May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant