Skip to content

Commit

Permalink
test: update link according to NIST bibliography
Browse files Browse the repository at this point in the history
According to NIST SP 800 38D, this is the document the link orginally
pointed to.

Fixes: #17619

PR-URL: #19593
Reviewed-By: Weijia Wang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
  • Loading branch information
tniessen authored and targos committed Apr 2, 2018
1 parent 94a10ba commit 274eff5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/parallel/test-crypto-authenticated.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 274eff5

Please sign in to comment.