community.crypto/plugins/module_utils/crypto/module_backends
Felix Fontein 589e7c72ef
Allow to specify subject (for CSRs) and issuer (for CRLs) ordered (#316)
* Allow to specify subject (for CSRs) and issuer (for CRLs) ordered.

* Forgot import.

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Fix typo.

* Simplify error handling, reject empty values outright.

* Document d497231e1c.

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-10-31 15:05:04 +01:00
..
certificate.py Add ignore_timestamps option. (#317) 2021-10-30 16:34:27 +02:00
certificate_acme.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters. (#253) 2021-06-26 13:45:28 +02:00
certificate_entrust.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00
certificate_info.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00
certificate_ownca.py Add ignore_timestamps option. (#317) 2021-10-30 16:34:27 +02:00
certificate_selfsigned.py Add ignore_timestamps option. (#317) 2021-10-30 16:34:27 +02:00
common.py Refactor openssl_privatekey module, move add openssl_privatekey_pipe module (#119) 2020-10-28 21:52:54 +01:00
crl_info.py x509_crl_info: allow to not enumerate revoked certificates (#232) 2021-05-19 09:32:30 +02:00
csr.py Allow to specify subject (for CSRs) and issuer (for CRLs) ordered (#316) 2021-10-31 15:05:04 +01:00
csr_info.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00
privatekey.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00
privatekey_info.py openssl_privatekey_info: disable private key consistency checks by default (#309) 2021-10-20 18:28:22 +02:00
publickey_info.py Remove PyOpenSSL backends (except for openssl_pkcs12) (#273) 2021-09-28 17:46:35 +02:00