From 0da49a2f687b271874a70f0bef81ae6d6ac6221e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 25 Mar 2018 13:12:38 +0200 Subject: [PATCH 1/2] test: update link according to NIST bibliography According to NIST SP 800 38D, this is the document the link orginally pointed to. Fixes: https://github.com/nodejs/node/issues/17619 --- test/parallel/test-crypto-authenticated.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/parallel/test-crypto-authenticated.js b/test/parallel/test-crypto-authenticated.js index c016b3500dec81..701b8f794f83ad 100644 --- a/test/parallel/test-crypto-authenticated.js +++ b/test/parallel/test-crypto-authenticated.js @@ -68,9 +68,8 @@ const TEST_CASES = [ ct: 'dda53a4059aa17b88756984995f7bba3c636cc44', tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false }, - // Following test cases are from - // http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/ - // proposedmodes/gcm/gcm-revised-spec.pdf + // Following test cases are from "The Galois/Counter Mode of Operation (GCM)" + // by D. McGrew and J. Viega, published by the Natl. Inst. Stand. Technol. // Test case 1 { algo: 'aes-128-gcm', From 2bd0a63619dc26af06f79fd2401d039cbd18155d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 27 Mar 2018 15:01:56 +0200 Subject: [PATCH 2/2] fixup! test: update link according to NIST bibliography --- test/parallel/test-crypto-authenticated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-crypto-authenticated.js b/test/parallel/test-crypto-authenticated.js index 701b8f794f83ad..1cc38d89b5d6b5 100644 --- a/test/parallel/test-crypto-authenticated.js +++ b/test/parallel/test-crypto-authenticated.js @@ -69,7 +69,7 @@ const TEST_CASES = [ tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false }, // Following test cases are from "The Galois/Counter Mode of Operation (GCM)" - // by D. McGrew and J. Viega, published by the Natl. Inst. Stand. Technol. + // by D. McGrew and J. Viega, published by NIST. // Test case 1 { algo: 'aes-128-gcm',