diff --git a/lib/asn1/digest.asn1 b/lib/asn1/digest.asn1 index 9232d1179..74418e4b8 100644 --- a/lib/asn1/digest.asn1 +++ b/lib/asn1/digest.asn1 @@ -25,16 +25,17 @@ DigestRequest ::= SEQUENCE { type UTF8String, -- http, sasl-md5, chap, cram-md5 -- digest UTF8String, -- http:md5/md5-sess sasl:clear/int/conf -- username UTF8String, -- username user used - authentication-user [0] Principal OPTIONAL, -- principal to get key from - realm [1] UTF8String OPTIONAL, - method [2] UTF8String OPTIONAL, - uri [3] UTF8String OPTIONAL, + authid [0] UTF8String OPTIONAL, + authentication-user [1] Principal OPTIONAL, -- principal to get key from + realm [2] UTF8String OPTIONAL, + method [3] UTF8String OPTIONAL, + uri [4] UTF8String OPTIONAL, serverNonce UTF8String, -- same as "DigestInitReply.nonce" - clientNonce [4] UTF8String OPTIONAL, - nonceCount [5] UTF8String OPTIONAL, - qop [6] UTF8String OPTIONAL, - identifier [7] UTF8String OPTIONAL, - hostname [8] UTF8String OPTIONAL, + clientNonce [5] UTF8String OPTIONAL, + nonceCount [6] UTF8String OPTIONAL, + qop [7] UTF8String OPTIONAL, + identifier [8] UTF8String OPTIONAL, + hostname [9] UTF8String OPTIONAL, opaque UTF8String -- same as "DigestInitReply.opaque" } -- opaque = hex(cksum(type|serverNonce|identifier|hostname,digest-key))