add more key usage for fast
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
deed0642d0
commit
91fce795af
@@ -278,6 +278,10 @@ typedef enum krb5_key_usage {
|
||||
/* FAST armor checksum */
|
||||
KRB5_KU_FAST_ENC = 51,
|
||||
/* FAST armor encryption */
|
||||
KRB5_KU_FAST_REP = 52,
|
||||
/* FAST armor reply */
|
||||
KRB5_KU_FAST_FINISHED = 53,
|
||||
/* FAST finished checksum */
|
||||
KRB5_KU_DIGEST_ENCRYPT = -18,
|
||||
/* Encryption key usage used in the digest encryption field */
|
||||
KRB5_KU_DIGEST_OPAQUE = -19,
|
||||
|
Reference in New Issue
Block a user