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

fixes #7653 -- handle OPENSSL_cleanup existing on LibreSSL 3.6.0 #7654

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

alex
Copy link
Member

@alex alex commented Sep 27, 2022

not currently tested, since 3.6.0 isn't released yet

@reaperhulk reaperhulk merged commit 1f3420a into pyca:main Sep 28, 2022
@alex alex deleted the libressl-360 branch September 28, 2022 01:16
orbea added a commit to orbea/libressl that referenced this pull request Oct 18, 2022
Backports the build fix for libressl 3.6

Upstream-Issue: pyca/cryptography#7653
Upstream-PR: pyca/cryptography#7654
Upstream-Commit: pyca/cryptography@1f3420a
Signed-off-by: orbea <[email protected]>
gentoo-bot pushed a commit to gentoo/libressl that referenced this pull request Oct 19, 2022
Backports the build fix for libressl 3.6

Upstream-Issue: pyca/cryptography#7653
Upstream-PR: pyca/cryptography#7654
Upstream-Commit: pyca/cryptography@1f3420a
Signed-off-by: orbea <[email protected]>
Closes: #465
Signed-off-by: Quentin Retornaz <[email protected]>
reaperhulk pushed a commit to reaperhulk/cryptography that referenced this pull request Nov 27, 2022
alex added a commit that referenced this pull request Nov 27, 2022
* Update invalid EC key test for compatibility with upcoming OpenSSL changes (#7833)

One of the tests checking behavior with invalid EC keys hardcoded the
error reason.

This commit replaces the string matching with a regex to match both the
current string and a new reason, introduced by upcoming OpenSSL
changes [0], which would otherwise trigger a false positive failure.

[0]: openssl/openssl#19681

* fix CI

* fixes #7653 -- handle OPENSSL_cleanup existing on LibreSSL 3.6.0 (#7654)

* kill CI cache

* endless CI fixing

Co-authored-by: Nicola Tuveri <[email protected]>
Co-authored-by: Alex Gaynor <[email protected]>
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.

2 participants