add Fast cookie
This commit is contained in:
@@ -78,7 +78,9 @@ EXPORTS
|
|||||||
KrbFastResponse,
|
KrbFastResponse,
|
||||||
KrbFastFinished,
|
KrbFastFinished,
|
||||||
KrbFastReq,
|
KrbFastReq,
|
||||||
KrbFastArmor
|
KrbFastArmor,
|
||||||
|
KDCFastState,
|
||||||
|
KDCFastCookie
|
||||||
;
|
;
|
||||||
|
|
||||||
NAME-TYPE ::= INTEGER {
|
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
|
END
|
||||||
|
|
||||||
-- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1
|
-- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1
|
||||||
|
Reference in New Issue
Block a user