Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1589120 - Tests for padded AES key wrap r=jcj
This patch adds test vectors for padded AES Key Wrap. AES-CBC and 3DES-CBC ports of the same vectors will be included in a separate revision.

Differential Revision: https://phabricator.services.mozilla.com/D49503

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Kevin Jacobs committed Oct 17, 2019
1 parent c500ccc commit 9dfc5da
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtests/pk11_gtest/manifest.mn
Expand Up @@ -9,6 +9,7 @@ MODULE = nss
CPPSRCS = \
pk11_aes_gcm_unittest.cc \
pk11_aeskeywrap_unittest.cc \
pk11_aeskeywrappad_unittest.cc \
pk11_cbc_unittest.cc \
pk11_chacha20poly1305_unittest.cc \
pk11_curve25519_unittest.cc \
Expand Down

0 comments on commit 9dfc5da

Please sign in to comment.