From 324d6e3209095c116e96e4faac6dfcacd043cd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 18 Aug 2006 12:56:12 +0000 Subject: [PATCH] unbreak tagging, add identifier. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17889 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/digest.asn1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/asn1/digest.asn1 b/lib/asn1/digest.asn1 index 235d1f8cd..c30eac811 100644 --- a/lib/asn1/digest.asn1 +++ b/lib/asn1/digest.asn1 @@ -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)