summaryrefslogtreecommitdiff
path: root/asn1/pkcs1/packet-pkcs1-template.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Add SHA2 algos to certificate dissection in SSLTimothy Geiser1-1/+10
Change-Id: If1315496d231e5c8efc44b9235ec8ffb3ce9d8a9 Reviewed-on: https://code.wireshark.org/review/9880 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-06PKCS1: fix a typo for OID 1.3.132.0.35Robert P1-2/+2
Bug: 11106 Change-Id: Ied414b8e0bae8f34445f4d36bc6dfcc96b4a7456 Reviewed-on: https://code.wireshark.org/review/7941 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-2/+0
Change-Id: I36b2731d67f9345d2fd0c23800bba7d2be94c387 Reviewed-on: https://code.wireshark.org/review/6008 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-07- Make local functions static.Anders Broman1-0/+3
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-0/+1
found a bunch more asn1 dissectors using emem without ever directly including the header. Convert those to wmem as well, which involves add a number of #include directives since dissectors do *not* automatically pull in the wmem headers. svn path=/trunk/; revision=50066
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-24From Martin Kaiser:Anders Broman1-0/+3
add oid for sha256. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7395 svn path=/trunk/; revision=43469
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic ↵Graeme Lunt1-0/+20
curve algorithms. svn path=/trunk/; revision=38017
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+2
svn path=/trunk/; revision=21753
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer1-0/+1
svn path=/trunk/; revision=15170
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-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-07-29New protocol: PKCS#1 (rfc2313 pplus some extra oid's)Ronnie Sahlberg1-0/+93
svn path=/trunk/; revision=11566