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

Use of pyOpenSSL (upgrade to cryptography) #131

Open
davidjmemmett opened this issue Oct 7, 2022 · 3 comments
Open

Use of pyOpenSSL (upgrade to cryptography) #131

davidjmemmett opened this issue Oct 7, 2022 · 3 comments

Comments

@davidjmemmett
Copy link

Hi,

I've just started playing around with django-x509, and it does exactly what is says on the tin; thank you very much for providing this library!

I'd like to be able to specify multiple OUs for certificates, however this does not appear to be supported by pyOpenSSL. In addition, pyOpenSSL has been deprecated for some time by the maintainers and recommends that users migrate over to the cryptography library, which incidentally does support multiple OUs.

@davidjmemmett
Copy link
Author

(Before anybody suggests it, I'm not part of any hacktoberfest malarkey, I'm an actual user of this library!)

@nemesifier
Copy link
Member

@davidjmemmett thanks for reporting this, we are not aware of the deprecation, can you point out in which communication was this information published by pyOpenSSL?
As long as we maintain backward compatibility I don't see a problem in migrating to the cryptography lib if that's the way to go for the future.

@davidjmemmett
Copy link
Author

Hi @nemesisdesign,

As per the opening paragraph on pyOpenSSL's README, and according to the history of said file, it's been deprecated since ~16th May 2018.

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

No branches or pull requests

2 participants