community.crypto/plugins/module_utils/crypto
Felix Fontein 69335a8bac
Refactor x509_certificate module, add x509_certificate_pipe module (#135)
* Move documentation to doc fragment.

* Prepare module backends.

* Linting.

* Fix comments.

* First shot at actually moving code.

* Forgot SKI check.

* Remove unused imports.

* Improve check mode.

* Fix 'returned'.

* Move csr_* checks.

* Explicitly specify parameter.

* Add x509_certificate_pipe module.

* Update other seealsos.

* Forgot to remove doc fragment.

* Adjust to work with macOS 10.15.

* Update plugins/module_utils/crypto/module_backends/certificate_entrust.py

Co-authored-by: Chris Trufan <31186388+ctrufan@users.noreply.github.com>

* Add changelog fragments for entrust bugfix and module refactorings.

* Restore old behavior of Entrust backend when existing certificate cannot be parsed.

* Update plugins/modules/x509_certificate_pipe.py

Co-authored-by: Chris Trufan <31186388+ctrufan@users.noreply.github.com>

* Remove Entrust provider from x509_certificate_pipe for now.

* Add own CA tests.

* One more fix for Entrust provider, when csr_content is used.

* Update plugins/modules/x509_certificate_pipe.py

Co-authored-by: Chris Trufan <31186388+ctrufan@users.noreply.github.com>

* Fix another broken example.

* Revert "Remove Entrust provider from x509_certificate_pipe for now."

This reverts commit 6ee5d7d4f99f0fe2218276a2d3f1f38b676c29b9.

* ci_complete

* Apply suggestions from code review

Co-authored-by: MarkusTeufelberger <mteufelberger@mgit.at>

* Improve example.

* Improve readability of example, add another one.

* Extend descriptions of csr_* for selfsigned.

* Improve documentation.

* Move deprecation message up.

* Explain empty choices.

Co-authored-by: Chris Trufan <31186388+ctrufan@users.noreply.github.com>
Co-authored-by: MarkusTeufelberger <mteufelberger@mgit.at>
2020-11-24 17:21:52 +01:00
..
module_backends Refactor x509_certificate module, add x509_certificate_pipe module (#135) 2020-11-24 17:21:52 +01:00
__init__.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02: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 openssl_csr: add support for name constraints extension (#92) 2020-08-18 12:23:37 +02:00
identify.py Add support for CRLs in DER format. (#29) 2020-05-15 09:57:07 +02:00
math.py Refactor module_utils/crypto.py (#27) 2020-05-12 11:19:42 +02:00
openssh.py Implement use_agent option to get signing key from ssh-agent. (#117) 2020-10-19 18:07:36 +02:00
pyopenssl_support.py openssl_csr: add support for name constraints extension (#92) 2020-08-18 12:23:37 +02:00
support.py Improve error handling in support code for cryptography backend (#139) 2020-11-10 10:47:10 +01:00