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
Felix Fontein caf7fd2245 openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489)
* Raise OpenSSLBadPassphraseError if passphrase is wrong.

* Improve handling of passphrase errors.

Current behavior for modules is: if passphrase is wrong (or wrongly specified), fail.
Current behavior for openssl_privatekey is: if passphrase is worng (or wrongly specified), regenerate.

* Add changelog.

* Add tests.

* Adjustments for some versions of PyOpenSSL.

* Update lib/ansible/modules/crypto/openssl_certificate.py

Improve text.

Co-Authored-By: felixfontein <felix@fontein.de>
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 6 years ago
legacy tests: cloudscale_server: convert legacy to target tests (#52576) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Make ansible-test less noisy for change detection. (#53497) 6 years ago
sanity scan_packages: made adding package managers easier (#49079) 6 years ago
units Ensure Clear Linux parsing is actually parsing a Clear Linux host and all others fall back to NA (#53298) 6 years ago
utils Add timeout support to ansible-test. (#53302) 6 years ago