SHA384
[abartlet/lorikeet-heimdal.git/.git] / lib / hcrypto / version-script.map
index 089eb5eb60c1ee2bef71473ae6bc31b6740e4bec..0cde14fe61ae4b3a36cbf57f649248605277b374 100644 (file)
@@ -3,6 +3,7 @@
 HEIMDAL_CRYPTO_1.0 {
        global:
                hc_AES_cbc_encrypt;
+               hc_AES_cfb8_encrypt;
                hc_AES_decrypt;
                hc_AES_decrypt_key;
                hc_BN_CTX_end;
@@ -69,7 +70,7 @@ HEIMDAL_CRYPTO_1.0 {
                hc_DH_get_default_method;
                hc_DH_get_ex_data;
                hc_DH_imath_method;
-               hc_DH_tfm_method;
+               hc_DH_ltm_method;
                hc_DH_gmp_method;
                hc_DH_new;
                hc_DH_new_method;
@@ -86,6 +87,8 @@ HEIMDAL_CRYPTO_1.0 {
                hc_DSA_set_default_method;
                hc_DSA_up_ref;
                hc_DSA_verify;
+               hc_ENGINE_new;
+               hc_ENGINE_free;
                hc_ENGINE_add_conf_module;
                hc_ENGINE_by_dso;
                hc_ENGINE_by_id;
@@ -142,6 +145,9 @@ HEIMDAL_CRYPTO_1.0 {
                hc_EVP_aes_128_cbc;
                hc_EVP_aes_192_cbc;
                hc_EVP_aes_256_cbc;
+               hc_EVP_aes_128_cfb8;
+               hc_EVP_aes_192_cfb8;
+               hc_EVP_aes_256_cfb8;
                hc_EVP_des_cbc;
                hc_EVP_des_ede3_cbc;
                hc_EVP_camellia_128_cbc;
@@ -161,6 +167,8 @@ HEIMDAL_CRYPTO_1.0 {
                hc_EVP_sha;
                hc_EVP_sha1;
                hc_EVP_sha256;
+               hc_EVP_sha384;
+               hc_EVP_sha512;
 
                hc_EVP_cc_md2;
                hc_EVP_cc_md4;
@@ -171,23 +179,30 @@ HEIMDAL_CRYPTO_1.0 {
                hc_EVP_cc_aes_128_cbc;
                hc_EVP_cc_aes_192_cbc;
                hc_EVP_cc_aes_256_cbc;
+               hc_EVP_cc_aes_128_cfb8;
+               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;
                hc_EVP_hcrypto_sha256;
+               hc_EVP_hcrypto_sha384;
+               hc_EVP_hcrypto_sha512;
                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_aes_128_cfb8;
+               hc_EVP_hcrypto_aes_192_cfb8;
+               hc_EVP_hcrypto_aes_256_cfb8;
                hc_EVP_hcrypto_rc4;
                hc_EVP_hcrypto_rc4_40;
 
                hc_EVP_hcrypto_aes_128_cts;
                hc_EVP_hcrypto_aes_192_cts;
                hc_EVP_hcrypto_aes_256_cts;
-
                hc_HMAC;
                hc_HMAC_CTX_cleanup;
                hc_HMAC_CTX_init;
@@ -240,7 +255,6 @@ HEIMDAL_CRYPTO_1.0 {
                hc_RSA_get_default_method;
                hc_RSA_get_method;
                hc_RSA_imath_method;
-               hc_RSA_tfm_method;
                hc_RSA_new;
                hc_RSA_new_method;
                hc_RSA_null_method;
@@ -263,6 +277,7 @@ HEIMDAL_CRYPTO_1.0 {
                hc_SHA256_Update;
                hc_UI_UTIL_read_pw_string;
                hc_UI_UTIL_read_pw_string;
+               hc_i2d_DHparams;
                hc_d2i_RSAPrivateKey;
                hc_i2d_RSAPrivateKey;
                hc_i2d_RSAPublicKey;
@@ -274,6 +289,7 @@ HEIMDAL_CRYPTO_1.0 {
                hc_EVP_hcrypto_camellia_128_cbc;
                hc_EVP_CipherUpdate;
                hc_EVP_CipherFinal_ex;
+               hc_hcrypto_validate;
        local:
                *;
 };