aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509af/AuthenticationFramework.asn
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-24 22:16:41 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-24 22:16:41 +0000
commit829a19a29bf76c58930ec9e6416494e3b93d103b (patch)
tree071b6fea14b55c0422145c8ae32594f0f9cd5d58 /asn1/x509af/AuthenticationFramework.asn
parentd890f4934e01ef1b9cd38efbeda8afabe744cb36 (diff)
add dissection of the structure : Extension
svn path=/trunk/; revision=11507
Diffstat (limited to 'asn1/x509af/AuthenticationFramework.asn')
-rwxr-xr-xasn1/x509af/AuthenticationFramework.asn8
1 files changed, 5 insertions, 3 deletions
diff --git a/asn1/x509af/AuthenticationFramework.asn b/asn1/x509af/AuthenticationFramework.asn
index 0e1e89f0c6..49f3d72a2b 100755
--- a/asn1/x509af/AuthenticationFramework.asn
+++ b/asn1/x509af/AuthenticationFramework.asn
@@ -79,11 +79,13 @@ Extensions ::= SEQUENCE OF Extension
-- For those extensions where ordering of individual extensions within the SEQUENCE is significant, the
-- specification of those individual extensions shall include the rules for the significance of the order therein
+-- XXX Implemented by hand in the template
Extension ::= SEQUENCE {
-- extnId EXTENSION.&id({ExtensionSet}),
- critical BOOLEAN DEFAULT FALSE,
- extnValue OCTET STRING-- contains a DER encoding of a value of type &ExtnType
--- for the extension object identified by extnId
+-- critical BOOLEAN DEFAULT FALSE,
+-- extnValue OCTET STRING
+-- contains a DER encoding of a value of type &ExtnType
+-- for the extension object identified by extnId
}
--ExtensionSet EXTENSION ::=