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

(v6.x backport) crypto: warn on invalid authentication tag length #18347

Closed
wants to merge 2 commits into from

Commits on Jan 24, 2018

  1. test: use valid authentication tag length

    Using authentication tags of invalid length does not conform to NIST
    standards.
    
    PR-URL: nodejs#17566
    Refs: nodejs#17523
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9da580c View commit details
    Browse the repository at this point in the history
  2. crypto: warn on invalid authentication tag length

    PR-URL: nodejs#17566
    Refs: nodejs#17523
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    tniessen committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3d57549 View commit details
    Browse the repository at this point in the history