Tweak to make consisten and more easier to use.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17891 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -369,11 +369,13 @@ gen_files_test = \
|
|||||||
gen_files_digest = \
|
gen_files_digest = \
|
||||||
asn1_DigestInit.x \
|
asn1_DigestInit.x \
|
||||||
asn1_DigestInitReply.x \
|
asn1_DigestInitReply.x \
|
||||||
asn1_DigestReq.x \
|
|
||||||
asn1_DigestRequest.x \
|
asn1_DigestRequest.x \
|
||||||
asn1_DigestError.x \
|
asn1_DigestError.x \
|
||||||
asn1_DigestResponse.x \
|
asn1_DigestResponse.x \
|
||||||
asn1_DigestReply.x
|
asn1_DigestReqInner.x \
|
||||||
|
asn1_DigestREQ.x \
|
||||||
|
asn1_DigestRepInner.x \
|
||||||
|
asn1_DigestREP.x
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS = asn1_compile asn1_print asn1_gen
|
noinst_PROGRAMS = asn1_compile asn1_print asn1_gen
|
||||||
|
@@ -6,15 +6,18 @@ BEGIN
|
|||||||
IMPORTS EncryptedData FROM krb5;
|
IMPORTS EncryptedData FROM krb5;
|
||||||
|
|
||||||
DigestInit ::= SEQUENCE {
|
DigestInit ::= SEQUENCE {
|
||||||
type UTF8String, -- http, sasl, chap., cram-md5 --
|
type UTF8String, -- http, sasl, chap, cram-md5 --
|
||||||
cb-type [0] UTF8String OPTIONAL,
|
channel [0] SEQUENCE {
|
||||||
cb-binding [1] UTF8String OPTIONAL,
|
cb-type UTF8String,
|
||||||
hostname [2] UTF8String OPTIONAL -- for chap/cram-md5
|
cb-binding UTF8String
|
||||||
|
} OPTIONAL,
|
||||||
|
hostname [1] UTF8String OPTIONAL -- for chap/cram-md5
|
||||||
}
|
}
|
||||||
|
|
||||||
DigestInitReply ::= SEQUENCE {
|
DigestInitReply ::= SEQUENCE {
|
||||||
nonce UTF8String, -- service nonce/challange
|
nonce UTF8String, -- service nonce/challange
|
||||||
opaque UTF8String -- server state
|
opaque UTF8String, -- server state
|
||||||
|
identifier [0] UTF8String OPTIONAL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -62,7 +65,7 @@ DigestREQ ::= [APPLICATION 128] SEQUENCE {
|
|||||||
innerReq [1] EncryptedData
|
innerReq [1] EncryptedData
|
||||||
}
|
}
|
||||||
|
|
||||||
DigestReply ::= CHOICE {
|
DigestRepInner ::= CHOICE {
|
||||||
error [0] DigestError,
|
error [0] DigestError,
|
||||||
initReply [1] DigestInitReply,
|
initReply [1] DigestInitReply,
|
||||||
response [2] DigestResponse
|
response [2] DigestResponse
|
||||||
|
Reference in New Issue
Block a user