You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
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
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration openssl: remove static dict for keyUsage (#30339) 7 years ago
legacy Reorganize integration tests: 7 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Reorganize integration tests: 7 years ago
sanity nxos_snmp cleanup (#28922) 7 years ago
units Fixes #30281 eos_banner integration test failure (#30283) 7 years ago
utils Run all Windows tests if change detection disabled (#30320) 7 years ago