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

add CRL pyopenssl fallback #6325

Merged
merged 4 commits into from
Sep 28, 2021
Merged

add CRL pyopenssl fallback #6325

merged 4 commits into from
Sep 28, 2021

Conversation

reaperhulk
Copy link
Member

No description provided.

Comment on lines 5 to 9
pip install "pyopenssl[test]"
git clone https://github.com/pyca/pyopenssl
cd pyopenssl
VERSION=$(python -c "import OpenSSL;print(OpenSSL.__version__)")
git checkout "$VERSION"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip install "pyopenssl[test]"
git clone https://github.com/pyca/pyopenssl
cd pyopenssl
VERSION=$(python -c "import OpenSSL;print(OpenSSL.__version__)")
git checkout "$VERSION"
VERSION=$(curl https://pypi.org/pypi/pyOpenSSL/json | jq -r .info.version)
git clone https://github.com/pyca/pyopenssl
cd pyopenssl
git checkout "$VERSION"

@alex alex merged commit 0f2c416 into pyca:main Sep 28, 2021
@reaperhulk reaperhulk deleted the rust-crl-fallback branch September 28, 2021 23:18
0xaead pushed a commit to 0xaead/cryptography that referenced this pull request Sep 29, 2021
* add tests to verify we haven't broken the current pyopenssl release

* add CRL pyopenssl fallback

* simplify CRL with helpers

* more readable pyopenssl-release
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

2 participants