From 5917ba1838fc02606534ff9219e150e89b89d3ce Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 May 2023 10:18:58 -0700 Subject: [PATCH] doc: update broken spkac link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/48063 Reviewed-By: Richard Lau Reviewed-By: Deokjin Kim Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Tobias Nießen --- 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 7fd9e1d2fd7f64..e18621f3647ee9 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5995,7 +5995,7 @@ See the [list of SSL OP Flags][] for details. [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 -[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html +[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man3.0/man1/openssl-spkac.html [RFC 1421]: https://www.rfc-editor.org/rfc/rfc1421.txt [RFC 2409]: https://www.rfc-editor.org/rfc/rfc2409.txt [RFC 2818]: https://www.rfc-editor.org/rfc/rfc2818.txt