aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/digest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-12/+57
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-081-10/+13
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-1/+11
* const/type fixes.Ben Laurie1999-06-051-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-11/+4
* Fix typos in error codes.Ulf Möller1999-04-191-1/+1
* Massive constification.Ben Laurie1999-04-171-2/+2
* Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1999-01-311-0/+10
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+89