summaryrefslogtreecommitdiff
path: root/asn1/x509af/AuthenticationFramework.asn
AgeCommit message (Collapse)AuthorFilesLines
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-5/+5
svn path=/trunk/; revision=26740
2005-11-16From Graeme Lunt:Anders Broman1-5/+18
Here are a number of small patches for asn1 based dissectors: acse: release request/response column information (many X.400/X.500 unbinds are empty) "standardised" PNAME to "ISO 8650-1 OSI Association Control Service" fix for crash when using EXTERNAL dissector rtse: column information when attempting a resume x509if: generation of LDAP-style DNs from RDNSequences new function x509if_get_last_dn() to get the last DN generated. x509af: DSS parameters certificate extension naming subject naming of certificate x509sat: Guide syntax (as SET now supported) PDU exports. cms: verification of message digest attribute (SHA-1 and MD5) ess: enumerated/restrictive/permissive/informative security categories x411: generation of string encoding of X.400 addresses, trace information and message identifiers. s4406: separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash) priority-level-qualifier svn path=/trunk/; revision=16508
2004-11-06Make X509AF use the new support for ANY type and remove the workaroundRonnie Sahlberg1-4/+2
svn path=/trunk/; revision=12490
2004-10-30change Extension to be implemented inside the conformance file and remove it ↵Ronnie Sahlberg1-2/+2
from the template svn path=/trunk/; revision=12438
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from ↵Ronnie Sahlberg1-8/+8
the template svn path=/trunk/; revision=12437
2004-10-27Turn off execute permission on .asn files.Guy Harris1-0/+0
svn path=/trunk/; revision=12418
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris1-272/+272
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=11509
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg1-2/+1
svn path=/trunk/; revision=11508
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg1-3/+5
svn path=/trunk/; revision=11507
2004-07-19Work in progressRonnie Sahlberg1-0/+271
checkin of new protocol X.509 Authentication Framework This new protocol is not linked yet to ethereal or yet used since it needs other support protocols and massaging before it can be used. svn path=/trunk/; revision=11428