Skip to content

configure: fix ECH detection with MultiSSL #16774

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

Closed
wants to merge 2 commits into from

Conversation

vszakats
Copy link
Member

Detect OpenSSL and wolfSSL support independently. Pass detection if
either of them has support. Before this patch wolfSSL results overwrote
OpenSSL detection results when both backends were enabled.

Also fix output message when both of them support ECH.

Fixes:
```
configure: error: --enable-ech ignored: No ECH support found
```
Ref: https://github.com/curl/curl/actions/runs/13955585668/job/39065786155?pr=16764#step:31:622

When both OpenSSL and wolfSSL are linked, and ECH is support by
one of them, not both. Also fix output message when both of them
support ECH.
@vszakats vszakats closed this in 08553ab Mar 20, 2025
@vszakats vszakats deleted the am-ech-multissl branch March 20, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant