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

Commits on Dec 9, 2017

  1. test: use valid authentication tag length

    Using authentication tags of invalid length does not conform to NIST standards.
    tniessen committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    c5d0372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc6c652 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. [squash] remove GCM check

    tniessen committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    54d49c1 View commit details
    Browse the repository at this point in the history
  2. [squash] fix FIPS failure

    tniessen committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    bbf356e View commit details
    Browse the repository at this point in the history
  3. [squash] fix FIPS (again)

    tniessen committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    0b5c90f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. [squash] add dot

    tniessen committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    e694393 View commit details
    Browse the repository at this point in the history