summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/m_md5_sha1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an EVP interface that provides concatenated MD5+SHA1 hashes, which arejsing2017-02-281-0/+83
used in various parts of TLS 1.0/1.1. This will allow for code simplification in libssl. The same interface exists in OpenSSL 1.1. ok beck@ deraadt@ inoguchi@ millert@