summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c
AgeCommit message (Expand)Author
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger
2017-05-30Add support for custom digestsign/digestverify methods.Dr. Stephen Henson
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
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-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-11-14Constify.Dr. Stephen Henson
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-08Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson
2009-10-01Yes it is a typo ;-)Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2007-04-08Fix digest signing so digest type is set after init.Dr. Stephen Henson
2007-04-08Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-05-24New functions for enchanced digest sign/verify.Dr. Stephen Henson