aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_sigver.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-14/+13
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-5/+5
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-173/+145
* Constify.Dr. Stephen Henson2013-11-141-1/+2
* Flag to disable automatic copying of contexts.Dr. Stephen Henson2013-11-131-24/+52
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-271-2/+2
* Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson2010-02-081-0/+2
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-14/+31
* Yes it is a typo ;-)Dr. Stephen Henson2009-10-011-2/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-6/+9
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson2007-05-151-0/+14
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-15/+29
* Fix digest signing so digest type is set after init.Dr. Stephen Henson2007-04-081-11/+6
* Preliminary support for signctx/verifyctx callbacks.Dr. Stephen Henson2007-04-081-13/+45
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-2/+3
* New functions for enchanced digest sign/verify.Dr. Stephen Henson2006-05-241-0/+142