Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4ab20412f459cfbfaacf14bbd5235bca13e4c57
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a396bbd6b60297bc6132a63ca69743ae1e37850
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 22, 2017

  1. test: use valid authentication tag length

    Using authentication tags of invalid length does not conform to NIST
    standards.
    
    PR-URL: #17566
    Refs: #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 Dec 22, 2017
    Copy the full SHA
    e565534 View commit details
  2. crypto: warn on invalid authentication tag length

    PR-URL: #17566
    Refs: #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 Dec 22, 2017
    Copy the full SHA
    1a396bb View commit details
Loading