From: Adam Dickmeiss Date: Wed, 23 Oct 2002 10:46:54 +0000 (+0000) Subject: Less ugly ASN.1 (I now know youre on cvs loginfo, Mike) X-Git-Tag: YAZPP.0.5~29 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=83433ae599bf74603082679df28e178a2f3d0ff7;hp=1d6c68b72d0f922a20b31ee89388e56920ff3fc0 Less ugly ASN.1 (I now know youre on cvs loginfo, Mike) --- diff --git a/doc/proxy.xml b/doc/proxy.xml index d13672a..90529f0 100644 --- a/doc/proxy.xml +++ b/doc/proxy.xml @@ -230,19 +230,19 @@ The proxy uses the OtherInformation definition to carry information about the target address and cookie. - + OtherInformation ::= [201] IMPLICIT SEQUENCE OF SEQUENCE{ - category [1] IMPLICIT InfoCategory OPTIONAL, + category [1] IMPLICIT InfoCategory OPTIONAL, information CHOICE{ - characterInfo [2] IMPLICIT InternationalString, - binaryInfo [3] IMPLICIT OCTET STRING, + characterInfo [2] IMPLICIT InternationalString, + binaryInfo [3] IMPLICIT OCTET STRING, externallyDefinedInfo [4] IMPLICIT EXTERNAL, - oid [5] IMPLICIT OBJECT IDENTIFIER}} + oid [5] IMPLICIT OBJECT IDENTIFIER}} -- InfoCategory ::= SEQUENCE{ - categoryTypeId [1] IMPLICIT OBJECT IDENTIFIER OPTIONAL, - categoryValue [2] IMPLICIT INTEGER} - + categoryTypeId [1] IMPLICIT OBJECT IDENTIFIER OPTIONAL, + categoryValue [2] IMPLICIT INTEGER} + The categoryTypeId is either OID 1.2.840.10003.10.1000.81.1, 1.2.840.10003.10.1000.81.2