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

Support X509 objects from the cryptography package #4

Open
rgov opened this issue Dec 17, 2017 · 1 comment
Open

Support X509 objects from the cryptography package #4

rgov opened this issue Dec 17, 2017 · 1 comment
Labels
priority: unplanned Work that we believe should be done, but does not have a higher priority.

Comments

@rgov
Copy link
Contributor

rgov commented Dec 17, 2017

There's some dissonance in the fact that ComparableKey accepts a key object created with the cryptography package, but ComparableX509 requires a OpenSSL.crypto.X509 object from the OpenSSL package.

It would be nice if josepy relied only on the cryptography package interfaces and let that package handle the implementation.

@rgov
Copy link
Contributor Author

rgov commented Dec 17, 2017

This will be fixed by #5.

@bmw bmw added the priority: unplanned Work that we believe should be done, but does not have a higher priority. label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: unplanned Work that we believe should be done, but does not have a higher priority.
Projects
None yet
Development

No branches or pull requests

2 participants