Tag

  • Show log

    Commit

  • Hash : 7ad0cee6
    Author : Patrick Steinhardt
    Date : 2017-12-08T10:10:19

    hash: openssl: check return values of SHA1_* functions The OpenSSL functions `SHA1_Init`, `SHA1_Update` and `SHA1_Final` all return 1 for success and 0 otherwise, but we never check their return values. Do so.