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

Make tests pass on LibreSSL 3.5 and 3.4 #506

Merged
merged 4 commits into from Apr 1, 2022

Conversation

jeremyevans
Copy link
Contributor

The openssl extension stopped building on LibreSSL 3.5. #499 attempts
to address this, but also includes some new features. This pull request
is strictly limited to fixing bugs.

While trying to get tests to pass, I noticed OSSL_OPENSSL_PREREQ and
OSSL_LIBRESSL_PREREQ were broken due to operator precedence issues,
so this fixes those.

The remaining fix was a small test fix to allow tests to pass on LibreSSL 3.4,
due to a non-standard cipher name (changed to match OpenSSL in
LibreSSL 3.5).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant