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: simplify control flow in HKDF #44272

Commits on Aug 18, 2022

  1. crypto: simplify control flow in HKDF

    Unify the implementation and perform the same OpenSSL calls regardless
    of whether the key and/or salt are empty. This simplifies the code and
    improves coverage.
    
    Refs: nodejs#44201
    tniessen committed Aug 18, 2022
    Copy the full SHA
    1ef99c8 View commit details
    Browse the repository at this point in the history