summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-authenticated.js
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-25 13:12:38 +0200
committerTrivikram <16024985+trivikr@users.noreply.github.com>2018-03-27 08:01:10 -0700
commited0501f9387585ea2fe8459ba9e0062b48ab4115 (patch)
treec338f446145a4726c532200b174d39c803e08fc5 /test/parallel/test-crypto-authenticated.js
parent9204a0db6ed9fa309860031114feeebab7de4f07 (diff)
downloadandroid-node-v8-ed0501f9387585ea2fe8459ba9e0062b48ab4115.tar.gz
android-node-v8-ed0501f9387585ea2fe8459ba9e0062b48ab4115.tar.bz2
android-node-v8-ed0501f9387585ea2fe8459ba9e0062b48ab4115.zip
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 PR-URL: https://github.com/nodejs/node/pull/19593 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'test/parallel/test-crypto-authenticated.js')
-rw-r--r--test/parallel/test-crypto-authenticated.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/parallel/test-crypto-authenticated.js b/test/parallel/test-crypto-authenticated.js
index 9979a1b861..1bc2a372a5 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 NIST.
// Test case 1
{ algo: 'aes-128-gcm',