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: move DEP0182 to runtime deprecation #52552

Merged

Commits on Apr 16, 2024

  1. crypto: move DEP0182 to runtime deprecation

    This introduces a runtime deprecation for using GCM authentication tags
    that are shorter than the cipher's block size, unless the user
    specified the authTagLength option. This behavior has been doc-only
    deprecated since 8f61b65.
    
    Refs: nodejs#52327
    Refs: nodejs#52345
    tniessen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bf6f632 View commit details
    Browse the repository at this point in the history