summaryrefslogtreecommitdiff
path: root/signature.c
Commit message (Expand)AuthorAgeFilesLines
* If HAVE_LIBCRYPTO isn't defined, define a stub signature_verify().Guy Harris2015-12-271-2/+8
* Have signature_verify() do the copying and clearing.Guy Harris2015-12-271-11/+61
* Don't overwrite packet data when checking the signature.Guy Harris2015-12-271-0/+1
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+1
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* Define NETDISSECT_REWORKED in a bunch of files, and fix the issues it finds.Guy Harris2014-04-041-3/+4
* NDOize some generic codeDenis Ovsienko2014-04-031-2/+3
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-2/+2
* adopt MacOS deprecation workaround from FreeRADIUSDenis Ovsienko2013-10-181-0/+2
* signature.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-1/+1
* From Gisle Vanem:guy2008-09-221-7/+7
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-0/+159