mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
java_keystore: New ssl_backend option for cryptography (#2485)
* Adding cryptography as a backend for OpenSSL operations * Updating unit tests and adding changelog fragment * Allowing private key password option when using unprotected key * Incorporating suggestions from initial review * Centralizing module exit path
This commit is contained in:
parent
5d0a7f40f2
commit
a385cbb11d
5 changed files with 414 additions and 231 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- java_keystore - added ``ssl_backend`` parameter for using the cryptography library instead of the OpenSSL binary (https://github.com/ansible-collections/community.general/pull/2485).
|
Loading…
Add table
Add a link
Reference in a new issue