Fix openssl_dhparam. (#698)

This commit is contained in:
Felix Fontein
2024-01-25 23:42:03 +01:00
committed by GitHub
parent a5f5ea1128
commit b57aa4a2ca
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
bugfixes:
- "openssl_dhparam - was using an internal function instead of the public API to load DH param files when using the ``cryptography`` backend.
The internal function was removed in cryptography 42.0.0. The module now uses the public API, which has been available since support for
DH params was added to cryptography (https://github.com/ansible-collections/community.crypto/pull/698)."