aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-1/+2
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-6/+9
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-35/+12
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-68/+60
* Flag to disable automatic copying of contexts.Dr. Stephen Henson2013-11-131-7/+17
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-271-1/+1
* Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie2010-02-281-2/+2
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-2/+4
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-2/+2
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-2/+2
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-4/+22
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-5/+2
* Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1999-01-311-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+5
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+99