aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-22 10:05:59 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-22 10:05:59 +0000
commit283807bf4b413de7a06ff4751d8e7880934a833a (patch)
tree7ad9b771955d2dc4e3b0c2b9d90ff7af707a24c2 /asn1
parent7a3139b76414b2e0bfce491aa8b56503ccc3e655 (diff)
dissect the x509if/Name all the way down to the AttributeTypeAndDistinguishedValue structure but not the structure itself.
we are getting there, slow but steady svn path=/trunk/; revision=11468
Diffstat (limited to 'asn1')
-rw-r--r--asn1/x509if/x509if_exp.cnf16
1 files changed, 11 insertions, 5 deletions
diff --git a/asn1/x509if/x509if_exp.cnf b/asn1/x509if/x509if_exp.cnf
index 92ba9fa437..4b075731a5 100644
--- a/asn1/x509if/x509if_exp.cnf
+++ b/asn1/x509if/x509if_exp.cnf
@@ -1,5 +1,11 @@
-
-#.IMPORT_TAG
-Name BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
-Attribute BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
-
+#.IMPORT_TAG
+Attribute BER_CLASS_UNI BER_UNI_TAG_SEQUENCE
+AttributeType BER_CLASS_UNI BER_UNI_TAG_OID
+Name BER_CLASS_ANY -1
+#.END
+
+#.TYPE_ATTR
+AttributeType TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
+Name TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(Name_vals) BITMASK = 0
+#.END
+