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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user