krb5: implement draft-ietf-kitten-aes-cts-hmac-sha2-07

This commit is contained in:
Luke Howard
2015-11-27 18:55:30 +11:00
parent a3bece16c7
commit 7b720cf61c
32 changed files with 1662 additions and 382 deletions

View File

@@ -732,6 +732,7 @@ HEIMDAL_KRB5_2.0 {
# shared with HDB
_krb5_plugin_run_f;
_krb5_enctype_requires_random_salt;
# Shared with GSSAPI krb5
_krb5_crc_init_table;
@@ -740,7 +741,8 @@ HEIMDAL_KRB5_2.0 {
_krb5_build_authenticator;
# Shared with libkdc
_krb5_AES_string_to_default_iterator;
_krb5_AES_SHA1_string_to_default_iterator;
_krb5_AES_SHA2_string_to_default_iterator;
_krb5_dh_group_ok;
_krb5_get_host_realm_int;
_krb5_get_int;