(default_etypes): also advertise that we handle aes encryption types
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12117 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -334,6 +334,10 @@ static krb5_error_code
|
|||||||
default_etypes(krb5_context context, krb5_enctype **etype)
|
default_etypes(krb5_context context, krb5_enctype **etype)
|
||||||
{
|
{
|
||||||
krb5_enctype p[] = {
|
krb5_enctype p[] = {
|
||||||
|
#ifdef ENABLE_AES
|
||||||
|
ETYPE_AES256_CTS_HMAC_SHA1_96,
|
||||||
|
ETYPE_AES128_CTS_HMAC_SHA1_96,
|
||||||
|
#endif
|
||||||
ETYPE_DES3_CBC_SHA1,
|
ETYPE_DES3_CBC_SHA1,
|
||||||
ETYPE_DES3_CBC_MD5,
|
ETYPE_DES3_CBC_MD5,
|
||||||
ETYPE_ARCFOUR_HMAC_MD5,
|
ETYPE_ARCFOUR_HMAC_MD5,
|
||||||
|
Reference in New Issue
Block a user