aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/packet-cms-template.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard1-2/+2
2011-02-20Add changes in r35546 to template and conformation file.Stig Bjørlykke1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
2010-04-14Register SignedData as a BER syntax dissector.Stig Bjørlykke1-0/+1
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-12Update to RFC5652.Stig Bjørlykke1-1/+2
2010-01-12Update to RFC3369.Stig Bjørlykke1-0/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-3/+3
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-17Support for the decryption of EncryptedData which is used by PKCS12Graeme Lunt1-0/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+2
2007-01-28Support for SMIMECapabilities and KeyPreference attributes.Graeme Lunt1-0/+9
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt1-0/+3
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-1/+1
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-6/+6
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris1-0/+1
2006-05-23Ethereal -> WiresharkTomas Kukosa1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-10"Field Information" context menu item that will bring up a web page reference...Graeme Lunt1-1/+1
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.Guy Harris1-5/+3
2005-11-16From Graeme Lunt:Anders Broman1-1/+75
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-1/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-0/+3
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg1-0/+1
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...Ronnie Sahlberg1-122/+1
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs1-8/+56
2004-10-26 use the nice #.REGISTER directive instead of handcoding it in teh templateRonnie Sahlberg1-36/+1
2004-10-08Make the ber_sequence tables "const".Guy Harris1-2/+2
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris1-1/+1
2004-09-16Update to CMD to prepare for PKINIT supportRonnie Sahlberg1-0/+41
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg1-0/+1
2004-07-25 large CMS update.Ronnie Sahlberg1-0/+68
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg1-5/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg1-5/+8
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg1-0/+8
2004-07-19work in progressRonnie Sahlberg1-0/+80