From 868842fe150b5d8cb3c7e05c14deb3b0509cc375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 1 Apr 2022 12:35:27 +0200 Subject: [PATCH] doc: guide towards x509.fingerprint256 Recommend using x509.fingerprint256 instead of x509.fingerprint and x509.fingerprint512 and suggest using it instead of x509.serialNumber in order to uniquely identify certificates. PR-URL: https://github.com/nodejs/node/pull/42516 Reviewed-By: Luigi Pinca Reviewed-By: Tierney Cyren --- doc/api/crypto.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 9aa0829ac70bc6..ad762efb50fef8 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`