community.crypto/plugins/modules
Felix Fontein 91f192ce5b
Fix main for new cryptography 37.0.0 release (#445)
* Fix empty check for openssl_pkcs12 tests.

* Remove unnecessary imports.

* Prevent crash if PyOpenSSL cannot be imported because of an AttributeError.

* Add changelog fragment.

* Fix constraints file.

* Use Python 2.7 instead of 3.5 for 2.9 cloud tests (pip module is broken).

* Prevent upgrading cryptography on ansible-core 2.12's default container with Python 3.9.
2022-04-26 22:18:37 +02:00
..
acme_account.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
acme_account_info.py Fix indentation in docs. (#364) 2022-01-03 21:38:37 +01:00
acme_certificate.py Fix indentation of when in example. (#382) 2022-01-18 21:52:53 +01:00
acme_certificate_revoke.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
acme_challenge_cert_helper.py Prepare for distutils.version being removed in Python 3.12 (#353) 2021-12-24 11:28:14 +01:00
acme_inspect.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00
certificate_complete_chain.py certificate_complete_chain: handle duplicate intermediate subjects (#403) 2022-02-14 13:29:19 +01:00
crypto_info.py Add basic crypto_info module (#363) 2022-01-05 18:19:42 +01:00
ecs_certificate.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
ecs_domain.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
get_certificate.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
luks_device.py Add persistent and perf options to the luks_device (#434) 2022-04-10 14:30:10 +02:00
openssh_cert.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
openssh_keypair.py fixing public key return value docs (#412) 2022-03-02 13:52:07 +01:00
openssl_csr.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
openssl_csr_info.py Add warning for ASN.1 encoded extension values returned by some modules (#318) 2021-10-31 14:34:33 +01:00
openssl_csr_pipe.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
openssl_dhparam.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
openssl_pkcs12.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
openssl_privatekey.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
openssl_privatekey_convert.py Add openssl_privatekey_convert module (#362) 2022-01-10 21:01:52 +01:00
openssl_privatekey_info.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
openssl_privatekey_pipe.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00
openssl_publickey.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
openssl_publickey_info.py Fix module reference in example (#351) 2021-12-13 06:48:59 +01:00
openssl_signature.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
openssl_signature_info.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
x509_certificate.py Remove other deprecations (#290) 2021-10-16 21:00:48 +02:00
x509_certificate_info.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
x509_certificate_pipe.py Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
x509_crl.py Fix crash in x509_crl when certificate issuer is specified (#441) 2022-04-18 08:17:27 +02:00
x509_crl_info.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00