unbreak tagging, add identifier.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17889 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-08-18 12:56:12 +00:00
parent 31a81a1f96
commit 324d6e3209

View File

@@ -29,10 +29,11 @@ DigestRequest ::= SEQUENCE {
serverNonce UTF8String, -- same as "DigestInitReply.nonce"
clientNonce [4] UTF8String OPTIONAL,
nonceCount [5] UTF8String OPTIONAL,
qop [2] UTF8String OPTIONAL,
qop [6] UTF8String OPTIONAL,
identifier [7] UTF8String OPTIONAL,
opaque UTF8String -- same as "DigestInitReply.opaque"
}
-- opaque = hex(cksum(type|serverNonce|hostname,digest-key))
-- opaque = hex(cksum(type|serverNonce|identifier|hostname,digest-key))
-- serverNonce = hex(time[4bytes]random[12bytes])(-cbType:cbBinding)