summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_verify.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-15Do not fail if ctx dup does not succeedSimo Sorce
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-11-13Flag to disable automatic copying of contexts.Dr. Stephen Henson
2010-11-27Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson
2010-02-28Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-01-31Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall