Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: warn on invalid authentication tag length #17566

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[squash] fix FIPS failure
  • Loading branch information
tniessen committed Dec 10, 2017
commit bbf356e78f83bd13d397b5aa4c8a86c4afd91bc0
2 changes: 1 addition & 1 deletion test/parallel/test-crypto-authenticated.js
Original file line number Diff line number Diff line change
@@ -335,7 +335,7 @@ const errMessages = {

const ciphers = crypto.getCiphers();

common.expectWarning('Warning', [
common.expectWarning('Warning', common.hasFipsCrypto ? [] : [
'Use Cipheriv for counter mode of aes-192-gcm'
].concat(
[0, 1, 2, 6, 9, 10, 11, 17]