hcrypto: Remove MD2 with prejudice

We don't use it anywhere for anything.
This commit is contained in:
Nicolas Williams
2022-10-25 22:20:45 -05:00
parent bad07f7738
commit 3a5e91eca2
25 changed files with 9 additions and 221 deletions

View File

@@ -154,7 +154,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_camellia_256_cbc;
hc_EVP_enc_null;
hc_EVP_get_cipherbyname;
hc_EVP_md2;
hc_EVP_md4;
hc_EVP_md5;
hc_EVP_md_null;
@@ -169,7 +168,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_sha384;
hc_EVP_sha512;
hc_EVP_cc_md2;
hc_EVP_cc_md4;
hc_EVP_cc_md5;
hc_EVP_cc_sha1;
@@ -184,7 +182,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_cc_aes_192_cfb8;
hc_EVP_cc_aes_256_cfb8;
hc_EVP_hcrypto_md2;
hc_EVP_hcrypto_md4;
hc_EVP_hcrypto_md5;
hc_EVP_hcrypto_sha1;
@@ -201,7 +198,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_hcrypto_rc4;
hc_EVP_hcrypto_rc4_40;
hc_EVP_ossl_md2;
hc_EVP_ossl_md4;
hc_EVP_ossl_md5;
hc_EVP_ossl_sha1;
@@ -220,7 +216,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_ossl_rc4;
hc_EVP_ossl_rc4_40;
hc_EVP_pkcs11_md2;
hc_EVP_pkcs11_md4;
hc_EVP_pkcs11_md5;
hc_EVP_pkcs11_sha1;
@@ -250,9 +245,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_HMAC_Init_ex;
hc_HMAC_Update;
hc_HMAC_size;
hc_MD2_Final;
hc_MD2_Init;
hc_MD2_Update;
hc_MD4_Final;
hc_MD4_Init;
hc_MD4_Update;