use the secret digestkey, not the public session key

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17888 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-08-18 11:24:37 +00:00
parent 59e7b22985
commit 31a81a1f96

View File

@@ -32,7 +32,7 @@ DigestRequest ::= SEQUENCE {
qop [2] UTF8String OPTIONAL,
opaque UTF8String -- same as "DigestInitReply.opaque"
}
-- opaque = hex(cksum(type|serverNonce|hostname,sessionkey))
-- opaque = hex(cksum(type|serverNonce|hostname,digest-key))
-- serverNonce = hex(time[4bytes]random[12bytes])(-cbType:cbBinding)