Add key usage for encryption of the SAM-NONCE-OR-SAD field.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12762 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -189,8 +189,10 @@ typedef enum krb5_key_usage {
|
|||||||
/* initiator seal in GSSAPI CFX krb5 mechanism */
|
/* initiator seal in GSSAPI CFX krb5 mechanism */
|
||||||
KRB5_KU_SAM_CHECKSUM = 25,
|
KRB5_KU_SAM_CHECKSUM = 25,
|
||||||
/* Checksum for the SAM-CHECKSUM field */
|
/* Checksum for the SAM-CHECKSUM field */
|
||||||
KRB5_KU_SAM_ENC_TRACK_ID = 26
|
KRB5_KU_SAM_ENC_TRACK_ID = 26,
|
||||||
/* Encryption of the SAM-TRACK-ID field */
|
/* Encryption of the SAM-TRACK-ID field */
|
||||||
|
KRB5_KU_SAM_ENC_NONCE_SAD = 27
|
||||||
|
/* Encryption of the SAM-NONCE-OR-SAD field */
|
||||||
} krb5_key_usage;
|
} krb5_key_usage;
|
||||||
|
|
||||||
typedef krb5_key_usage krb5_keyusage;
|
typedef krb5_key_usage krb5_keyusage;
|
||||||
|
Reference in New Issue
Block a user