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

@@ -60,6 +60,9 @@ options:
avoid private key material to be transported around and computed with, and only do
so when requested explicitly. This can potentially prevent
L(side-channel attacks,https://en.wikipedia.org/wiki/Side-channel_attack).
- Note that consistency checks only work for certain key types, and might depend on the
version of the cryptography library. For example, with cryptography 42.0.0 and newer
consistency of RSA keys can no longer be checked.
type: bool
default: false
version_added: 2.0.0