Remove MD2 from digest algorithm table. This follows the recommendation in
several places that it is not used in new applications.
This commit is contained in:
parent
1649489834
commit
2c5f3606d1
@ -64,9 +64,6 @@
|
|||||||
|
|
||||||
void OpenSSL_add_all_digests(void)
|
void OpenSSL_add_all_digests(void)
|
||||||
{
|
{
|
||||||
#ifndef OPENSSL_NO_MD2
|
|
||||||
EVP_add_digest(EVP_md2());
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_MD4
|
#ifndef OPENSSL_NO_MD4
|
||||||
EVP_add_digest(EVP_md4());
|
EVP_add_digest(EVP_md4());
|
||||||
#endif
|
#endif
|
||||||
|
@ -92,9 +92,6 @@ int SSL_library_init(void)
|
|||||||
EVP_add_cipher(EVP_seed_cbc());
|
EVP_add_cipher(EVP_seed_cbc());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_MD2
|
|
||||||
EVP_add_digest(EVP_md2());
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_MD5
|
#ifndef OPENSSL_NO_MD5
|
||||||
EVP_add_digest(EVP_md5());
|
EVP_add_digest(EVP_md5());
|
||||||
EVP_add_digest_alias(SN_md5,"ssl2-md5");
|
EVP_add_digest_alias(SN_md5,"ssl2-md5");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user