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. #5050

Closed
wants to merge 1 commit into from

Conversation

johubertj
Copy link
Contributor

@johubertj johubertj commented Jan 21, 2025

Resolved issues:

Resolves : allow OpenSSL 3.0 as an OpenSSL provider.
#5027

Description of changes:

-Add openssl 3.0 as a provider
-Remove v1.1.1 as a constraint
-Remove support for TLSv1.0 and TLSv1.1 (for openssl)

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 Jan 21, 2025
@johubertj johubertj requested a review from jmayclin January 21, 2025 22:22
tests/integrationv2/providers.py Dismissed Show dismissed Hide dismissed
@johubertj
Copy link
Contributor Author

johubertj commented Feb 19, 2025

After adding openSSL 3.0 as a provider, the below test cases are failing and need more investigation

  • test_happy_path.py
  • test_signature_algorithms.py
  • test_version_negotiation.py
  • test_hello_retry_requests.py
  • test_renegotiate_apache.py
  • test_serialization.py
  • test_session_resumption.py

@johubertj johubertj closed this Feb 20, 2025
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