aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
Commit message (Expand)AuthorAgeFilesLines
...
* update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg2004-12-121-1/+1
* minor updates, get rid of temporary files during dissectionRonnie Sahlberg2004-12-121-3/+3
* updates from tomas and andersRonnie Sahlberg2004-12-121-13/+13
* Make ethereal dissect application/pkix-crl CertificateRevocationLists over ...Ronnie Sahlberg2004-11-301-1/+33
* cleanup for x509afRonnie Sahlberg2004-11-211-15/+15
* cleanup for x509ceRonnie Sahlberg2004-11-211-9/+9
* get rid of some compiler warningsRonnie Sahlberg2004-11-201-40/+40
* various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg2004-11-141-2/+2
* Make X509AF use the new support for ANY type and remove the workaroundRonnie Sahlberg2004-11-061-1/+2
* change Extension to be implemented inside the conformance file and remove it ...Ronnie Sahlberg2004-10-301-45/+73
* implement AlgorithmIdentifier using the conformance file and remove it from t...Ronnie Sahlberg2004-10-301-40/+65
* get rid of some compiler warnings for X509AFRonnie Sahlberg2004-10-131-11/+11
* Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris2004-10-111-39/+39
* add new dissectors to build processRonnie Sahlberg2004-09-161-1/+1
* update x509af to use machinegenerated _PDU() dissectorsRonnie Sahlberg2004-09-131-107/+39
* add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg2004-07-291-6/+35
* get rid of the remaining compiler warnings.Ronnie Sahlberg2004-07-241-3/+3
* Add a lot of missing attribute dissectorsRonnie Sahlberg2004-07-241-1/+61
* added the userCertificate and cAcertificate attributesRonnie Sahlberg2004-07-241-0/+24
* add dissection of the structure : ExtensionRonnie Sahlberg2004-07-241-48/+54
* remove some more compiler warningsRonnie Sahlberg2004-07-231-36/+36
* dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg2004-07-221-9/+9
* minor updateRonnie Sahlberg2004-07-221-0/+1
* get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg2004-07-211-2/+1
* Include "packet-x509sat.h" to declare a function we use.Guy Harris2004-07-201-0/+1
* Small update to AlgorithmIdentifier.Ronnie Sahlberg2004-07-201-3/+14
* Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg2004-07-201-0/+1231