community.crypto/plugins/module_utils/crypto
Felix Fontein d8ccebce60
openssl_csr: allow to specify CRL distribution endpoints (#167)
* Improve error messages for name decoding (not all names appear in SANs).

* Refactor DN parsing, add relative DN parsing code.

* Allow to specify CRL distribution points.

* Add changelog fragment.

* Fix typo.

* Make sure value argument to x509.NameAttribute is a text.

* Update changelogs/fragments/167-openssl_csr-crl-distribution-points.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Add example.

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-01-26 09:57:40 +01:00
..
module_backends openssl_csr: allow to specify CRL distribution endpoints (#167) 2021-01-26 09:57:40 +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: allow to specify CRL distribution endpoints (#167) 2021-01-26 09:57:40 +01: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