Skip to content

openssl: auto-detect SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED#11617

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:openssl-autodetect-feat
Closed

openssl: auto-detect SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED#11617
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:openssl-autodetect-feat

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Aug 7, 2023

OpenSSL 1.1.1 defines this macro, but no ealier version, or any of the popular forks (yet). Use the macro itself to detect its presence, replacing the hard-wired fork-specific conditions.

This way the feature will enable automatically when forks implement it, while also shorter and possibly requiring less future maintenance.

Follow-up to 94241a9 #6721

Closes #11617

OpenSSL 1.1.1 defines this macro, but no ealier version, or any of
the popular forks (yet). Use the macro itself to detect its presence,
replacing the hard-wired fork-specific conditions.

This way the feature will enable automatically when forks implement it,
while also shorter and possibly requiring less future maintenance.

Follow-up to 94241a9 curl#6721

Closes curl#11617
@vszakats vszakats closed this in 00a70cc Aug 8, 2023
@vszakats vszakats deleted the openssl-autodetect-feat branch August 8, 2023 09:13
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
OpenSSL 1.1.1 defines this macro, but no ealier version, or any of the
popular forks (yet). Use the macro itself to detect its presence,
replacing the hard-wired fork-specific conditions.

This way the feature will enable automatically when forks implement it,
while also shorter and possibly requiring less future maintenance.

Follow-up to 94241a9 curl#6721

Reviewed-by: Jay Satiro
Closes curl#11617
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.

3 participants