Added kadm5_setkey_principal*() and kadm5_decrypt_key().

This commit is contained in:
Nicolas Williams
2011-07-14 14:48:07 -05:00
committed by Nicolas Williams
parent e8e314bbb1
commit 3d0019d3ce
3 changed files with 155 additions and 6 deletions

View File

@@ -112,6 +112,11 @@ typedef struct {
void* key_data_contents[2];/* Array of pointers */
} krb5_key_data;
typedef struct _krb5_keysalt {
int16_t type;
krb5_data data; /* Length, data */
} krb5_keysalt;
typedef struct _krb5_tl_data {
struct _krb5_tl_data* tl_data_next;
int16_t tl_data_type;