Disable consistency checking of RSA keys for cryptography 42.0.0 which no longer gives access to the required function. (#702)

This commit is contained in:
Felix Fontein
2024-01-26 17:47:46 +01:00
committed by GitHub
parent da30487119
commit 87af1f2761
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_privatekey_info - ``check_consistency=true`` no longer works for RSA keys with cryptography 42.0.0+ (https://github.com/ansible-collections/community.crypto/pull/701)."