aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-13/+8
* Fix GH 327.Rich Salz2016-02-111-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix a possible memleakRichard Levitte2016-01-021-0/+7
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)Richard Levitte2015-12-071-9/+9
* Remove EVP_MD_CTX_cleanup and put its functionality into EVP_MD_CTX_initRichard Levitte2015-12-071-52/+44
* Add inclusion of internal/evp_int.h to all crypto/ files that need itRichard Levitte2015-12-071-0/+1
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-0/+1
* Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson2015-11-241-0/+11
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* free NULL cleanupRich Salz2015-03-281-2/+1
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-224/+209
* Ignore NULL parameter in EVP_MD_CTX_destroy.Dr. Stephen Henson2013-12-201-2/+5
* Fix memory leak: free up ENGINE functional reference if digest is notDr. Stephen Henson2010-03-051-0/+1
* Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson2009-12-091-0/+6
* PR: 2124Dr. Stephen Henson2009-12-091-3/+13
* Formatting.Ben Laurie2008-11-041-2/+1
* Copy update callback across when copying EVP_MD_CTX.Dr. Stephen Henson2007-04-121-0/+2
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-3/+16
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-0/+2
* Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().Dr. Stephen Henson2006-05-251-0/+10
* Fix more error codes.Bodo Möller2005-05-111-5/+5
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-3/+3
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Add flag to avoid continuousDr. Stephen Henson2004-02-011-3/+12
* Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson2003-03-121-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-1/+12
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson2002-03-091-1/+9
* The 'type' parameter, an EVP_MD pointer, represents the type of digestGeoff Thorpe2002-01-251-1/+1
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-3/+19
* Don't clean up stuff twice.Ben Laurie2001-09-261-2/+9
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-251-0/+58
* typoBodo Möller2001-09-101-0/+1
* Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit caseBodo Möller2001-09-101-34/+78
* Add a cleanup function for MDs.Ben Laurie2001-09-071-0/+2
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-021-10/+20
* Only OPENSSL_free() non-NULL pointers.Geoff Thorpe2001-09-011-4/+6
* Fix SSL memory leak.Ben Laurie2001-08-281-1/+15