summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/digest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allocate md_data with calloc to avoid use of uninitialised memory.jsing2019-04-191-6/+6
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-10/+6
* Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().jsing2018-02-171-19/+40
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-7/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-17/+12
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Replace assert() and OPENSSL_assert() calls with proper error return paths.miod2015-02-101-2/+5
* Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.miod2014-11-091-1/+25
* EVP_DigestInit_ex() may be used to recycle an existing EVP_MD_CTX without havingmiod2014-07-131-3/+9
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* Simplify EVP_MD_CTX_create() by just using calloc(). Also, use 0 ratherjsing2014-06-151-9/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-031-140/+133
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-27/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+6
* resolve conflictsdjm2012-10-131-1/+27
* resolve conflicts, fix local changesdjm2010-10-011-137/+74
* resolve conflictsdjm2009-01-091-24/+130
* resolve conflictsdjm2008-09-061-53/+8
* resolve conflictsdjm2005-04-291-0/+45
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-3/+12
* backout for nowmarkus2004-04-081-12/+3
* merge 0.9.7dmarkus2004-04-081-3/+12
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+15
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-17/+237
* OpenSSL 0.9.4 mergebeck1999-09-291-13/+16
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+89