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/integration/targets/openssl_pkcs12
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>
5 years ago
..
meta crypto: Add new module openssl_pkcs12 (#27320) 6 years ago
tasks openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 5 years ago
tests openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489) 5 years ago
aliases crypto: Add new module openssl_pkcs12 (#27320) 6 years ago