add Fast cookie

This commit is contained in:
Love Hörnquist Åstrand
2011-06-13 20:24:00 -07:00
parent 6b942e6ec2
commit 1a8f7caf86

View File

@@ -78,7 +78,9 @@ EXPORTS
KrbFastResponse,
KrbFastFinished,
KrbFastReq,
KrbFastArmor
KrbFastArmor,
KDCFastState,
KDCFastCookie
;
NAME-TYPE ::= INTEGER {
@@ -826,6 +828,25 @@ PA-FX-FAST-REPLY ::= CHOICE {
...
}
KDCFastFlags ::= BIT STRING {
use_reply_key(0),
reply_key_used(1),
reply_key_replaced(2),
kdc_verfied(3)
}
-- KDCFastState is stored in FX_COOKIE
KDCFastState ::= SEQUENCE {
flags [0] KDCFastFlags,
expiration [1] GeneralizedTime,
fast-state [2] METHOD-DATA
}
KDCFastCookie ::= SEQUENCE {
version [0] UTF8String,
cookie [1] EncryptedData
}
END
-- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1