mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Allow to configure encryption level. (#523)
This commit is contained in:
4
changelogs/fragments/523-pkcs12-compat.yml
Normal file
4
changelogs/fragments/523-pkcs12-compat.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- "openssl_pkcs12 - add option ``encryption_level`` which allows to chose ``compatibility2022`` when cryptography >= 38.0.0 is used
|
||||
to enable a more backwards compatible encryption algorithm. If cryptography uses OpenSSL 3.0.0 or newer, the default algorithm
|
||||
is not compatible with older software (https://github.com/ansible-collections/community.crypto/pull/523)."
|
||||
Reference in New Issue
Block a user