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: deprecate useless authentication tag APIs #22126

Closed

Commits on Aug 9, 2018

  1. crypto: deprecate useless crypto APIs

    The APIs were probably exposed by accident. getAuthTag and setAuthTag
    are not a usual getter/setter pair: Getting the authentication tag
    only makes sense in the context of encryption, setting it only makes
    sense in the context of decryption. Currently, both functions throw.
    Neither has been documented publicly.
    tniessen committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    39729d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f010e96 View commit details
    Browse the repository at this point in the history
  3. test: fix crypto test case

    tniessen committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    a05c140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24bace5 View commit details
    Browse the repository at this point in the history