more keyusage

This commit is contained in:
Love Hornquist Astrand
2010-01-20 17:58:51 +00:00
committed by Love Hörnquist Åstrand
parent 8eb256ea00
commit 7bc5fe72fb

View File

@@ -282,6 +282,10 @@ typedef enum krb5_key_usage {
/* FAST armor reply */
KRB5_KU_FAST_FINISHED = 53,
/* FAST finished checksum */
KRB5_KU_ENC_CHALLENGE_CLIENT = 54,
/* fast challange from client */
KRB5_KU_ENC_CHALLENGE_KDC = 55,
/* fast challange from kdc */
KRB5_KU_DIGEST_ENCRYPT = -18,
/* Encryption key usage used in the digest encryption field */
KRB5_KU_DIGEST_OPAQUE = -19,