Files
community.general/lib/ansible/module_utils
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
..
2017-09-12 00:11:13 -07:00
2017-07-25 15:58:23 -07:00
2017-06-02 12:14:11 +01:00
2017-09-09 20:26:21 +02:00
2017-08-07 19:46:06 -07:00
2017-06-02 12:14:11 +01:00
2017-09-12 00:11:13 -07:00
2017-06-02 12:14:11 +01:00
2017-09-12 18:24:36 +01:00
2017-07-28 22:10:17 -07:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-09-12 00:11:13 -07:00
2017-06-02 12:14:11 +01:00
2016-02-08 19:10:04 +01:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-07-19 14:51:35 -07:00
2017-09-13 23:48:15 -07:00
2017-06-02 12:14:11 +01:00
2017-09-13 01:53:08 -07:00
2017-06-21 11:19:41 -04:00
2017-06-02 12:14:11 +01:00
2017-06-02 12:14:11 +01:00
2017-09-12 00:11:13 -07:00