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

Improved TLS v1.3 eligibility check for compatibility with non-OpenSSL libraries #834

Closed
wants to merge 1 commit into from
Closed

Conversation

LINKIWI
Copy link
Contributor

@LINKIWI LINKIWI commented Nov 9, 2021

For compatibility with LibreSSL (and possibly others), change the preprocessor directive to check whether TLS1_3_VERSION is defined rather than checking for a specific minimum OpenSSL version.

Fixes #833.

…ck for TLS v1.3 compatibility

This provides compatibility with other SSL libraries like LibreSSL
with different semantics of OPENSSL_VERSION_NUMBER.
@dormando
Copy link
Member

Simple! Appreciate this, thanks.

@dormando
Copy link
Member

out in 1.6.13

@dormando dormando closed this Jan 13, 2022
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

3 participants