EVP_md5(3) | OpenSSL | EVP_md5(3) |
#include <openssl/evp.h> const EVP_MD *EVP_md5(void); const EVP_MD *EVP_md5_sha1(void);
The CMU Software Engineering Institute considers MD5 unsuitable for further use since its security has been severely compromised.
WARNING: this algorithm is not intended for non-SSL usage.
Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2018-12-08 | 1.1.1c |