community.general/lib/ansible
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>
2019-03-08 16:21:18 +00:00
..
cli write to file option for ansible-inventory (#53183) 2019-03-05 16:07:53 -05:00
compat
config Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
errors
executor interpreter discovery message tweaks (#53155) 2019-02-28 17:53:55 -08:00
galaxy
inventory Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
module_utils openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 2019-03-08 16:21:18 +00:00
modules openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 2019-03-08 16:21:18 +00:00
parsing
playbook
plugins Fixes typo of dicionaries to dictionaries (#53505) 2019-03-08 07:28:39 +01:00
template
utils Don't fail if ConnectionError has no code (#53455) 2019-03-07 10:04:08 -05:00
vars Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
__init__.py
constants.py Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
context.py
release.py