diff --git a/doc/api/crypto.md b/doc/api/crypto.md index a2796a0b27f..9b808fc7a32 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2621,6 +2621,10 @@ added: v15.6.0 The SHA-1 fingerprint of this certificate. +Because SHA-1 is cryptographically broken and because the security of SHA-1 is +significantly worse than that of algorithms that are commonly used to sign +certificates, consider using [`x509.fingerprint256`][] instead. + ### `x509.fingerprint256`