From 56c3263049dd75527155418e8f7f3a2bc2709f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 26 Aug 2023 23:11:21 +0200 Subject: [PATCH] doc: update outdated reference to NIST SP 800-131A NIST SP 800-131A Rev. 1 has been withdrawn. Replace the reference with a link to NIST SP 800-131A Rev. 2. PR-URL: https://github.com/nodejs/node/pull/49316 Reviewed-By: Ben Noordhuis Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Filip Skokan --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 9fdbb17cb0bb8e..194f3cb9bb1024 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -6091,7 +6091,7 @@ See the [list of SSL OP Flags][] for details. [FIPS provider from OpenSSL 3]: https://www.openssl.org/docs/man3.0/man7/crypto.html#FIPS-provider [HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed [JWK]: https://tools.ietf.org/html/rfc7517 -[NIST SP 800-131A]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf +[NIST SP 800-131A]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf [NIST SP 800-132]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf [NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf [Nonce-Disrespecting Adversaries]: https://github.com/nonce-disrespect/nonce-disrespect