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:
Love Hörnquist Åstrand
2003-09-03 11:53:25 +00:00
parent b6b6ef861a
commit 3cd7e6c162

View File

@@ -189,8 +189,10 @@ typedef enum krb5_key_usage {
/* initiator seal in GSSAPI CFX krb5 mechanism */
KRB5_KU_SAM_CHECKSUM = 25,
/* 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 */
KRB5_KU_SAM_ENC_NONCE_SAD = 27
/* Encryption of the SAM-NONCE-OR-SAD field */
} krb5_key_usage;
typedef krb5_key_usage krb5_keyusage;