Provide support for enctype aliases for ease of use.

This should be compatible with MIT krb5 at least from my memory.
This commit is contained in:
Roland C. Dowdeswell
2012-03-05 17:04:17 +00:00
parent 635f5ef5b4
commit 6de861263a
7 changed files with 22 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ struct _krb5_checksum_type {
struct _krb5_encryption_type {
krb5_enctype type;
const char *name;
const char *alias;
size_t blocksize;
size_t padsize;
size_t confoundersize;