Allow to configure encryption level. (#523)

This commit is contained in:
Felix Fontein
2022-11-01 19:51:28 +01:00
committed by GitHub
parent 4533b3e934
commit e4e2b804bc
4 changed files with 107 additions and 12 deletions

View 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)."