diff --git a/lib/hcrypto/libhcrypto-exports.def b/lib/hcrypto/libhcrypto-exports.def index 3b596abaa..2c80ee1b0 100644 --- a/lib/hcrypto/libhcrypto-exports.def +++ b/lib/hcrypto/libhcrypto-exports.def @@ -44,7 +44,7 @@ EXPORTS hc_DES_init_random_number_generator hc_DES_is_weak_key hc_DES_key_sched -; hc_DES_mem_rand8 +;! hc_DES_mem_rand8 hc_DES_new_random_key hc_DES_pcbc_encrypt hc_DES_rand_data @@ -87,6 +87,7 @@ EXPORTS hc_ENGINE_by_dso hc_ENGINE_by_id hc_ENGINE_finish + hc_ENGINE_free hc_ENGINE_get_DH hc_ENGINE_get_RAND hc_ENGINE_get_RSA @@ -95,6 +96,7 @@ EXPORTS hc_ENGINE_get_id hc_ENGINE_get_name hc_ENGINE_load_builtin_engines + hc_ENGINE_new hc_ENGINE_set_DH hc_ENGINE_set_RSA hc_ENGINE_set_default_DH @@ -125,20 +127,19 @@ EXPORTS hc_EVP_DigestUpdate hc_EVP_MD_CTX_block_size hc_EVP_MD_CTX_cleanup - hc_EVP_MD_CTX_cleanup - hc_EVP_MD_CTX_create hc_EVP_MD_CTX_create hc_EVP_MD_CTX_destroy - hc_EVP_MD_CTX_destroy - hc_EVP_MD_CTX_init hc_EVP_MD_CTX_init hc_EVP_MD_CTX_md hc_EVP_MD_CTX_size hc_EVP_MD_block_size hc_EVP_MD_size hc_EVP_aes_128_cbc + hc_EVP_aes_128_cfb8 hc_EVP_aes_192_cbc + hc_EVP_aes_192_cfb8 hc_EVP_aes_256_cbc + hc_EVP_aes_256_cfb8 hc_EVP_des_cbc hc_EVP_des_ede3_cbc hc_EVP_camellia_128_cbc @@ -159,15 +160,18 @@ EXPORTS 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_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_cc_aes_128_cfb8 +;! hc_EVP_cc_aes_192_cfb8 +;! hc_EVP_cc_aes_256_cfb8 hc_EVP_hcrypto_md2 hc_EVP_hcrypto_md4 @@ -181,9 +185,13 @@ EXPORTS 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_EVP_hcrypto_aes_128_cfb8 + hc_EVP_hcrypto_aes_192_cfb8 + hc_EVP_hcrypto_aes_256_cfb8 + +;! hc_EVP_hcrypto_aes_128_cts +;! hc_EVP_hcrypto_aes_192_cts +;! hc_EVP_hcrypto_aes_256_cts hc_HMAC hc_HMAC_CTX_cleanup @@ -209,11 +217,11 @@ EXPORTS hc_RAND_add hc_RAND_bytes hc_RAND_cleanup -; hc_RAND_egd -; hc_RAND_egd_bytes -; hc_RAND_egd_method +;! hc_RAND_egd +;! hc_RAND_egd_bytes +;! hc_RAND_egd_method hc_RAND_file_name -; hc_RAND_fortuna_method +;! hc_RAND_fortuna_method hc_RAND_get_rand_method hc_RAND_load_file hc_RAND_pseudo_bytes @@ -221,9 +229,9 @@ EXPORTS hc_RAND_set_rand_engine hc_RAND_set_rand_method hc_RAND_status -; hc_RAND_unix_method -; hc_RAND_timer_method - hc_RAND_w32crypto_method +;! hc_RAND_unix_method +;! hc_RAND_timer_method + hc_RAND_w32crypto_method ;! hc_RAND_write_file hc_RC2_cbc_encrypt hc_RC2_decryptc @@ -260,7 +268,6 @@ EXPORTS hc_SHA256_Init hc_SHA256_Update hc_UI_UTIL_read_pw_string - hc_UI_UTIL_read_pw_string hc_d2i_RSAPrivateKey hc_i2d_RSAPrivateKey hc_i2d_RSAPublicKey diff --git a/lib/krb5/libkrb5-exports.def.in b/lib/krb5/libkrb5-exports.def.in index 94c0a4f35..6eac72bda 100644 --- a/lib/krb5/libkrb5-exports.def.in +++ b/lib/krb5/libkrb5-exports.def.in @@ -41,6 +41,7 @@ EXPORTS krb5_auth_con_getlocalseqnumber krb5_auth_con_getlocalsubkey krb5_auth_con_getrcache + krb5_auth_con_getremoteseqnumber krb5_auth_con_getremotesubkey krb5_auth_con_init krb5_auth_con_removeflags @@ -108,7 +109,7 @@ EXPORTS krb5_cc_move krb5_cc_new_unique krb5_cc_next_cred -; krb5_cc_next_cred_match +;! krb5_cc_next_cred_match krb5_cc_register krb5_cc_remove_cred krb5_cc_resolve @@ -138,13 +139,13 @@ EXPORTS krb5_compare_creds krb5_config_file_free krb5_config_free_strings - _krb5_config_get +; _krb5_config_get krb5_config_get_bool krb5_config_get_bool_default krb5_config_get_int krb5_config_get_int_default krb5_config_get_list - _krb5_config_get_next +; _krb5_config_get_next krb5_config_get_string krb5_config_get_string_default krb5_config_get_strings @@ -153,13 +154,13 @@ EXPORTS krb5_config_parse_file krb5_config_parse_file_multi krb5_config_parse_string_multi - _krb5_config_vget +; _krb5_config_vget krb5_config_vget_bool krb5_config_vget_bool_default krb5_config_vget_int krb5_config_vget_int_default krb5_config_vget_list - _krb5_config_vget_next +; _krb5_config_vget_next krb5_config_vget_string krb5_config_vget_string_default krb5_config_vget_strings @@ -333,12 +334,12 @@ EXPORTS krb5_get_host_realm krb5_get_ignore_addresses krb5_get_in_cred - krb5_cccol_last_change_time +; krb5_cccol_last_change_time krb5_get_in_tkt krb5_get_in_tkt_with_keytab krb5_get_in_tkt_with_password krb5_get_in_tkt_with_skey -; krb5_get_init_creds +;! krb5_get_init_creds krb5_get_init_creds_keyblock krb5_get_init_creds_keytab krb5_get_init_creds_opt_alloc @@ -483,8 +484,10 @@ EXPORTS krb5_principal_compare krb5_principal_compare_any_realm krb5_principal_get_comp_string + krb5_principal_get_num_comp krb5_principal_get_realm krb5_principal_get_type + krb5_principal_is_krbtgt krb5_principal_match krb5_principal_set_realm krb5_principal_set_type @@ -730,7 +733,6 @@ EXPORTS _krb5_krb_dest_tkt _krb5_krb_life_to_time _krb5_krb_decomp_ticket - _krb5_krb_decomp_ticket _krb5_krb_create_ticket _krb5_krb_create_ciph _krb5_krb_create_auth_reply @@ -758,13 +760,13 @@ EXPORTS _krb5_principalname2krb5_principal _krb5_put_int _krb5_s4u2self_to_checksumdata - _krb5_expand_path_tokens + _krb5_expand_path_tokens ;! ; kinit helper _krb5_get_init_creds_opt_set_pkinit_user_certs _krb5_pk_enterprise_cert ; testing -; _krb5_aes_cts_encrypt +;! _krb5_aes_cts_encrypt _krb5_n_fold _krb5_expand_default_cc_name diff --git a/lib/wind/libwind-exports.def b/lib/wind/libwind-exports.def index 1cb104af9..5a86de1a4 100644 --- a/lib/wind/libwind-exports.def +++ b/lib/wind/libwind-exports.def @@ -20,4 +20,5 @@ EXPORTS _wind_stringprep_map _wind_stringprep_normalize _wind_ldap_case_exact_attribute +;! _wind_ucs2read