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

Allow OpenSSL 3.0 as an OpenSSL provider #5131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

johubertj
Copy link
Contributor

@johubertj johubertj commented Feb 20, 2025

Description of changes:

  • Added support for OpenSSL 3.0 as a provider.
  • Removed the constraint requiring OpenSSL 1.1.1.
  • Dropped support for TLS 1.0 and TLS 1.1 in OpenSSL 3.0.
  • Ensured OpenSSL 3.0 does not support 1024-bit certificates.

Problem

This PR removes the constraint that forces the OpenSSL provider executable to be from version 1.1.1, allowing support for modern OSs that use OpenSSL 3.0. The "version supported" method has been updated to accommodate OpenSSL 3.0, which only supports TLS 1.3 and TLS 1.2 by default. Additionally, Certificates.RSA_1024 tests are now skipped for OpenSSL 3.0.

Resolved issues:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Feb 20, 2025
@johubertj johubertj requested a review from jmayclin February 20, 2025 00:45
@johubertj johubertj marked this pull request as ready for review February 20, 2025 00:45
@johubertj johubertj requested a review from maddeleine February 20, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant