-
Notifications
You must be signed in to change notification settings - Fork 14
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
Remove OpenSSL 1.0.2 support #244
Comments
Kill 1.0.2 support with fire! |
+1 from me |
+1 |
1 similar comment
+1 |
Builds of OpenSSL 1.0.2 with active FIPS 140-2 certificates are still commercially available, e.g. certificate #3273. However, the aforementioned certificate lapses on 2025-10-15, before Go 1.24 will reach EOL, so I have no objections to 1.0.2 support being removed starting with Go 1.25. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Supporting OpenSSL 1.0.2 adds a lot of complexity to the code base, mainly because it doesn't provide some of the APIs available in higher versions.
Examples of OpenSSL 1.0.2-only code are:
I propose to remove support for OpenSSL 1.0.2. Note that this version reached EOL on Dec 2019, that is 5 years ago. AFAIU, the only reason to use such and old version past it's EOL was because it was FIPS 140-2 certified, (with certificate #1747), but all the platform the FIPS module got certified are also past EOL.
Is there any objection to proceed with this proposal? I would like to target Go 1.25.
@derekparker @ueno @dagood @gdams
The text was updated successfully, but these errors were encountered: