aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39427 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37118 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-12Update to RFC5652.stig1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31501 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-12Update to RFC3369.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31500 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25898 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03Get rid of ber_created_item().etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24007 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-31Use oid_add_from_string for adding names.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23318 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-13Regenerate with -X and -T option.etxrab1-1/+1
Should "sha-1 OBJECT IDENTIFIER..." etc be registerd as oid names? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22858 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-17Support for the decryption of EncryptedData which is used by PKCS12gal1-1/+1
Uses the PBE routines from PKCS12. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22535 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-16/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-16/+16
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal1-0/+2
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson). Wiki page and sample file to follow. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20416 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20399 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06Squelch some compiler const vs. non-const warnings.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16710 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-05From Grame Lunt:etxrab1-3/+4
a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts. This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions. The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type. Graeme git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16689 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-17The SHA-1 routines now take const pointers; don't cast away constness.guy1-1/+1
tvb_get_ptr() returns a "const guint8 *"; don't bother casting its return value to "const guint8 *". "cms_verify_msg_digest()" can be passed a const pointer for "alg"; make its argument a "const char *". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16534 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-03From Graeme Luntetxrab1-1/+1
X420 - incorrect ExtendedBodyPart handling ACSE - support for implicitly tagged EXTERNALs and dissection based upon direct-reference RTSE - same change for RTSE EXTERNAL handling as above CMS - support for ContentType, MessageDigest, SigningTime and CounterSignature attributes ESS - support for ESSSecurityLabel and EquivalentLabels attributes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16072 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsguy1-1/+1
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14885 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵sahlberg1-1/+1
takes a implicit_tag parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-24export EnvelopedDatasahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12824 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵sahlberg1-1/+2
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12740 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-12updates from tomas and anderssahlberg1-1/+1
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12724 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-22New protocol: RFC2634 ExtendedSecurityServicessahlberg1-3/+11
updates to cms to accomodate the new protocol add author to some files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12573 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-06make CMS use the new ANY type and get rid of the workaroundsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12491 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-29update to cms to use workaround to lack of ANY and reducing the template ↵sahlberg1-4/+4
significantly git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12434 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12426 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-12Re-generate with latest asn2eth.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12280 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-16add new dissectors to build processsahlberg1-8/+5
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12014 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-25 large CMS update.sahlberg1-0/+1
most of cms is now implemented git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11518 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATsahlberg1-0/+50
to the ethereal build. The dissections are semi-useful but incomplete. The big problem still remaining is the x509if Name object not being dissected properly thus causing the dissection to get out of sync/fail halfway through the certificate structure. work in progress but already semi-useful. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11440 f5534014-38df-0310-8fa8-9805f1628bb7