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

bump openssl min required version to 3.0 #2028

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chenrui333
Copy link

openssl 1.1 is already eol, bump min required version to 3.0 (which is LTS)

image

@tatsuhiro-t
Copy link
Member

I leave minimum version 1.1.1 because it works with boringssl and libressl. As far as I know, the only working version of openssl is 1.1.1. OpenSSL 3.x have critical flaws such as degraded performance, too much locking, unintuitive text based configuration runtime etc. I suggest to migrate to another TLS stack, like aws-lc, libressl, boringssl. wolfSSL support will be added soon.

@anthonyalayo
Copy link
Contributor

I agree with @tatsuhiro-t , OpenSSL is pinned for my projects at 1.1.1 for the same reason.

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.

None yet

3 participants