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: detect SSL_set0_wbio in OpenSSL #11555

Closed
wants to merge 2 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jul 31, 2023

Present in OpenSSL 1.1.0 and BoringSSL.
Missing from LibreSSL 3.8.0.

Follow-up to f39472e

While here, also fix RAND_egd() detection which was broken, likely all
along. This feature is probably broken with CMake builds and also
requires a sufficiently obsolete OpenSSL version, so this part of the
update was not tested.

Closes #11555

@vszakats vszakats added the cmake label Jul 31, 2023
@vszakats vszakats changed the title cmake: detect SSL_set0_wbio cmake: detect SSL_set0_wbio Jul 31, 2023
@github-actions github-actions bot added the build label Jul 31, 2023
@vszakats

This comment was marked as outdated.

@vszakats vszakats closed this Jul 31, 2023
@vszakats vszakats deleted the cmake-detect-ssl-set0-wbio branch July 31, 2023 11:26
@vszakats vszakats restored the cmake-detect-ssl-set0-wbio branch July 31, 2023 12:56
@vszakats vszakats reopened this Jul 31, 2023
Present in OpenSSL 1.1.0 and BoringSSL.
Missing from LibreSSL 3.8.0.

Follow-up to f39472e

While I'm here also fix `RAND_egd()` detection which was broken,
likely all along.

Closes curl#11555
@vszakats vszakats changed the title cmake: detect SSL_set0_wbio cmake: detect SSL_set0_wbio in OpenSSL Aug 1, 2023
@vszakats vszakats closed this in dee310d Aug 1, 2023
@vszakats vszakats deleted the cmake-detect-ssl-set0-wbio branch August 1, 2023 08:16
vszakats added a commit to curl/curl-for-win that referenced this pull request Aug 1, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
Present in OpenSSL 1.1.0 and BoringSSL.
Missing from LibreSSL 3.8.0.

Follow-up to f39472e

While here, also fix `RAND_egd()` detection which was broken, likely all
along. This feature is probably broken with CMake builds and also
requires a sufficiently obsolete OpenSSL version, so this part of the
update was not tested.

Closes curl#11555
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant