diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-03-02 05:29:29 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-03-02 05:29:29 +0000 |
| commit | ce6d249fdf1dd7dda5b202836ed387500324ae2a (patch) | |
| tree | b0550b898743ddfdff76ac6647fca7a12d6db284 /src/lib/crypto/libk5crypto.exports | |
| parent | e2d6d9ce23b878334d70a0f9c697064873619b75 (diff) | |
| download | krb5-ce6d249fdf1dd7dda5b202836ed387500324ae2a.tar.gz krb5-ce6d249fdf1dd7dda5b202836ed387500324ae2a.tar.xz krb5-ce6d249fdf1dd7dda5b202836ed387500324ae2a.zip | |
Consolidate almost all lib/crypto/krb headers into a single
crypto_int.h. In that header, define and document responsibilities
for crypto modules, some of which are satisfied through a
module-specific crypto_mod.h. In the OpenSSL and NSS modules, remove
many of the headers and sources providing functionality which isn't
needed by lib/crypto/krb any more (direct interfaces to MD4, MD5, and
SHA-1 hashing, as well as DES weak key testing). Change most
Makefile.ins to only include headers from lib/crypto/krb and
lib/crypto/$(CRYPTO_IMPL), instead of from many different directories.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24677 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/libk5crypto.exports')
| -rw-r--r-- | src/lib/crypto/libk5crypto.exports | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/crypto/libk5crypto.exports b/src/lib/crypto/libk5crypto.exports index 6307303cf..2d91592ec 100644 --- a/src/lib/crypto/libk5crypto.exports +++ b/src/lib/crypto/libk5crypto.exports @@ -65,11 +65,10 @@ krb5int_c_copy_keyblock_contents krb5int_c_free_keyblock_contents krb5int_c_free_keyblock krb5int_c_init_keyblock +krb5int_hash_md4 krb5int_hash_md5 krb5int_enc_arcfour krb5int_hmac -mit_des_fixup_key_parity -mit_des_is_weak_key krb5_k_create_key krb5_k_decrypt krb5_k_decrypt_iov @@ -86,12 +85,6 @@ krb5_k_verify_checksum krb5_k_verify_checksum_iov mit_crc32 krb5int_aes_encrypt -krb5int_MD4Init -krb5int_MD4Update -krb5int_MD4Final -krb5int_MD5Init -krb5int_MD5Update -krb5int_MD5Final krb5int_aes_decrypt krb5int_enc_des3 krb5int_arcfour_gsscrypt |
