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: check return code from EVP_DigestUpdate #41800

Closed
wants to merge 2 commits into from

Commits on Jan 31, 2022

  1. crypto: check return code from EVP_DigestUpdate

    Coverity was complaining that we did not check the
    return code. We seem to check in the other place it
    is called and the method already handles returning
    a result.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b5239bb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update src/crypto/crypto_hash.cc

    Co-authored-by: Tobias Nießen <tniessen@tnie.de>
    mhdawson and tniessen committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7c08322 View commit details
    Browse the repository at this point in the history