Skip to content

switch to cryptography library#1555

Merged
davidism merged 1 commit intopallets:masterfrom
devkral:feature/switch_to_cryptography
Jul 12, 2019
Merged

switch to cryptography library#1555
davidism merged 1 commit intopallets:masterfrom
devkral:feature/switch_to_cryptography

Conversation

@devkral
Copy link
Contributor

@devkral devkral commented May 22, 2019

pyOpenSSL is now a wrapper around the cryptography library. So why using a wrapper?
This PR switches to the pure cryptography library.
This should not break anything (dependency-wise) as pyOpenSSL depends for versions on cryptography.

Note: there could be some small changes (different company name in the stub certificate).

@devkral
Copy link
Contributor Author

devkral commented May 22, 2019

Fixed. Also I noticed that the half of my commit was not committed (reason why the tests failed).

@davidism davidism added this to the 1.0.0 milestone Jul 12, 2019
pyOpenSSL is only a wrapper around cryptography now. It recommends
using cryptography directly for our use case.
@davidism davidism force-pushed the feature/switch_to_cryptography branch from 495426f to 84c98f2 Compare July 12, 2019 20:58
@davidism davidism merged commit 71cf990 into pallets:master Jul 12, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments