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

wolfssl: Detect when TLS 1.2 support is not built into wolfssl #11444

Closed
wants to merge 1 commit into from
Closed

wolfssl: Detect when TLS 1.2 support is not built into wolfssl #11444

wants to merge 1 commit into from

Conversation

darktohka
Copy link
Contributor

Right now, when building curl with a wolfssl build that has TLS 1.2 disabled, the build fails with curl trying to find the TLSv1_2_client_method symbol.

This PR adds a compile-time check to see if TLS 1.2 is disabled.

@github-actions github-actions bot added the TLS label Jul 16, 2023
@bagder
Copy link
Member

bagder commented Jul 16, 2023

Thanks!

@bagder bagder closed this in eccf896 Jul 16, 2023
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants