community.crypto/plugins/module_utils/crypto/module_backends
Felix Fontein 28729657ac
x509_certificate: check existing certificate's signature for selfsigned and ownca provider (#407)
* Verify whether signature matches.

* Add changelog fragment.

* Forgot imports.

* Fix wrong name.

* Check whether the CA private key fits to the CA certificate. Use correct key in tests.

* Refactor code.
2022-02-16 07:38:11 +01:00
..
certificate.py Small docs improvements (#374) 2022-01-10 12:05:09 +00: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 Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
certificate_ownca.py x509_certificate: check existing certificate's signature for selfsigned and ownca provider (#407) 2022-02-16 07:38:11 +01:00
certificate_selfsigned.py x509_certificate: check existing certificate's signature for selfsigned and ownca provider (#407) 2022-02-16 07:38:11 +01: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 Prepare for distutils.version being removed in Python 3.12 (#353) 2021-12-24 11:28:14 +01:00
csr.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
csr_info.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
privatekey.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
privatekey_convert.py Add openssl_privatekey_convert module (#362) 2022-01-10 21:01:52 +01:00
privatekey_info.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
publickey_info.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00