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

cmake: sync OpenSSL(-fork) feature checks with ./configure #16352

Closed
wants to merge 2 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Feb 16, 2025

./configure uses AC_CHECK_FUNC for these checks, with one exception
(SSL_CTX_set_srp_username). It's slightly less precise but simpler as
it doesn't need headers and/or macros. Do the same in CMake.

It also allows merging ECH detections across OpenSSL forks in CMake too.

`./configure` uses `AC_CHECK_FUNC` for these checks, with one
exception (`SSL_CTX_set_srp_username`). This is slightly less precise
but has the advantage of not having to deal with passing headers and
occasional macros.

Match CMake detections with that.
@vszakats vszakats force-pushed the cm-ossl-check-funcs branch from 19bc627 to 305dab7 Compare February 16, 2025 21:09
@testclutch

This comment was marked as outdated.

@vszakats vszakats closed this in 24ffcba Feb 17, 2025
@vszakats vszakats deleted the cm-ossl-check-funcs branch February 17, 2025 16:04
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.

None yet

2 participants