community.general/lib/ansible/modules/crypto
Yanis Guenane 0648e339a7 openssl: remove static dict for keyUsage (#30339)
keyUsage and extendedKeyUsage are currently statically limited via a
static dict defined in modules_utils/crypto.py. If one specify a value
that isn't in there, idempotency won't work.

Instead of having static dict, we uses keyUsage and extendedKyeUsage
values OpenSSL NID and compare those rather than comparing strings.

Fixes: https://github.com/ansible/ansible/issues/30316
2017-09-14 12:03:00 -04:00
..
__init__.py
openssl_certificate.py openssl: remove static dict for keyUsage (#30339) 2017-09-14 12:03:00 -04:00
openssl_csr.py openssl: remove static dict for keyUsage (#30339) 2017-09-14 12:03:00 -04:00
openssl_privatekey.py Extend test coverage for openssl modules (#27548) 2017-08-21 12:19:41 +01:00
openssl_publickey.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00