[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: List of Supported Encryption types?
"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> I was expecting to find a list of encryption types in some header
> somewhere, and I don't see it. Does it exist (am I blind?), or is it
> built dynamically somehow?
Then encryption types are in krb5_asn1.h, ENCTYPE enum. not all of them is
supported.
The supported enctypes are the ones in lib/krb5/crypto.c
: lha@nutcracker ; grep '^static struct encryption_type enctype' ~/src/cvs/heimdal/lib/krb5/crypto.c | awk '{print $4}'
enctype_null
enctype_des_cbc_crc
enctype_des_cbc_md4
enctype_des_cbc_md5
enctype_arcfour_hmac_md5
enctype_des3_cbc_md5
enctype_des3_cbc_sha1
enctype_old_des3_cbc_sha1
enctype_aes128_cts_hmac_sha1
enctype_aes256_cts_hmac_sha1
enctype_des_cbc_none
enctype_des_cfb64_none
enctype_des_pcbc_none
enctype_des3_cbc_none
There is also a list of supported enctypes in krb5.conf manpage.
> Alternatively is there something like "openssl ciphers" for heimdal?
Unfortionatly not.
Love
PGP signature