add key usage for server referrals

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14421 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-12-29 18:52:51 +00:00
parent 37e5bd9ed5
commit 31eff0c364

View File

@@ -199,6 +199,8 @@ typedef enum krb5_key_usage {
/* Checksum for the SAM-CHECKSUM field */
KRB5_KU_SAM_ENC_TRACK_ID = 26,
/* Encryption of the SAM-TRACK-ID field */
KRB5_KU_PA_SERVER_REFERRAL = 26,
/* Keyusage for the server referral in a TGS req */
KRB5_KU_SAM_ENC_NONCE_SAD = 27
/* Encryption of the SAM-NONCE-OR-SAD field */
} krb5_key_usage;