Add CommonCrypto support, split out all hcrypto specific code to hcrypto module

This commit is contained in:
Love Hornquist Astrand
2009-08-10 09:07:37 +02:00
parent 2a17be87ab
commit 8276a469ab
10 changed files with 1376 additions and 398 deletions

View File

@@ -141,12 +141,6 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_aes_128_cbc;
hc_EVP_aes_192_cbc;
hc_EVP_aes_256_cbc;
hc_EVP_hcrypto_aes_128_cbc;
hc_EVP_hcrypto_aes_192_cbc;
hc_EVP_hcrypto_aes_256_cbc;
hc_EVP_hcrypto_aes_cts_128_cbc;
hc_EVP_hcrypto_aes_cts_192_cbc;
hc_EVP_hcrypto_aes_cts_256_cbc;
hc_EVP_des_cbc;
hc_EVP_des_ede3_cbc;
hc_EVP_camellia_128_cbc;
@@ -166,6 +160,33 @@ HEIMDAL_CRYPTO_1.0 {
hc_EVP_sha;
hc_EVP_sha1;
hc_EVP_sha256;
hc_EVP_cc_md2;
hc_EVP_cc_md4;
hc_EVP_cc_md5;
hc_EVP_cc_sha1;
hc_EVP_cc_sha256;
hc_EVP_cc_des_ede3_cbc;
hc_EVP_cc_aes_128_cbc;
hc_EVP_cc_aes_192_cbc;
hc_EVP_cc_aes_256_cbc;
hc_EVP_hcrypto_md2;
hc_EVP_hcrypto_md4;
hc_EVP_hcrypto_md5;
hc_EVP_hcrypto_sha1;
hc_EVP_hcrypto_sha256;
hc_EVP_hcrypto_des_ede3_cbc;
hc_EVP_hcrypto_aes_128_cbc;
hc_EVP_hcrypto_aes_192_cbc;
hc_EVP_hcrypto_aes_256_cbc;
hc_EVP_hcrypto_rc4;
hc_EVP_hcrypto_rc4_40;
hc_EVP_hcrypto_aes_cts_128_cbc;
hc_EVP_hcrypto_aes_cts_192_cbc;
hc_EVP_hcrypto_aes_cts_256_cbc;
hc_HMAC;
hc_HMAC_CTX_cleanup;
hc_HMAC_CTX_init;