You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: