community.crypto/plugins/module_utils/crypto
Felix Fontein 0df33de73e
Fix openssl_pkcs12 crash with cryptography backend when loading passphrase-protected files (#248)
* Convert passphrase to bytes when loading PKCS#12 file with cryptography.

* Add tests with PKCS#12 passphrase.

* Add changelog fragment.
2021-06-11 18:03:16 +00:00
..
module_backends Fix crash in x509_certificate (#241) 2021-06-02 16:44:58 +02:00
__init__.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00
_asn1.py Support otherName in subAltName in CSR for UTF8 strings (#53) 2020-06-23 22:38:42 +02:00
_obj2txt.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
_objects.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
_objects_data.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
basic.py Update openssl_signature module (#63) 2020-08-18 15:18:59 +02:00
cryptography_crl.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
cryptography_support.py Fix openssl_pkcs12 crash with cryptography backend when loading passphrase-protected files (#248) 2021-06-11 18:03:16 +00:00
math.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
openssh.py openssh_keypair - Adding backend option and refactoring backend code (#236) 2021-05-23 22:36:55 +02:00
pem.py openssl_pkcs12: allow to specify certificate bundles in other_certificates (#166) 2021-01-26 10:21:49 +01:00
pyopenssl_support.py openssl_csr: add support for name constraints extension (#92) 2020-08-18 12:23:37 +02:00
support.py Avoid crash in check mode (#243) 2021-06-02 16:44:26 +02:00