aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+0
svn path=/trunk/; revision=12743
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg1-0/+1
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg1-5/+0
added a small makefile to reduce boring typing on the commandline svn path=/trunk/; revision=12556
2004-11-20updates to sat to make the template smaller.Ronnie Sahlberg1-408/+1
svn path=/trunk/; revision=12546
2004-11-20ean up SAT a bit remove the unneccesary implementation of ↵Ronnie Sahlberg1-63/+1
DirectoryStr4ing in the template and make the export of it correct. svn path=/trunk/; revision=12545
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris1-1/+1
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg1-1/+1
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-9/+15
DirectoryString choice in SelectedAttributeTypes. svn path=/trunk/; revision=11751
2004-07-23telex and telephone number attributesRonnie Sahlberg1-0/+49
svn path=/trunk/; revision=11484
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
in the DirectoryString dissector svn path=/trunk/; revision=11483
2004-07-23add all the other (quite a lot of them) attributes that were of the type ↵Ronnie Sahlberg1-0/+339
DirectoryString (see how good it is to put markers for emacs macros in the files, it was pretty quick, wasnt it? i even tested the resulting code.) svn path=/trunk/; revision=11481
2004-07-23add dissection of DirectoryString, this unfortunately had to be done ↵Ronnie Sahlberg1-0/+72
manually inside the template. Also implement the attribute organizationName which is of this type. (Add magic comments so emacs-macros will be happy.) svn path=/trunk/; revision=11479
2004-07-23register ber oid functions through a special function in packet-ber.c which ↵Ronnie Sahlberg1-4/+1
also takes (still unused) the name of the oid so that sometime later it will be easy to add code to add the name of the oid to the dissection. svn path=/trunk/; revision=11478
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+15
svn path=/trunk/; revision=11470
2004-07-19Work in progressRonnie Sahlberg1-0/+80
New protocol X.509 Selected Attribute Types This new protocol is not linked with ethereal yet svn path=/trunk/; revision=11431