aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_md.c
Commit message (Expand)AuthorAgeFilesLines
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Make BIO opaqueMatt Caswell2016-03-291-47/+53
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* 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-2/+2
* 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
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-175/+172
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+8
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>Dr. Stephen Henson2009-03-181-3/+5
* Don't copy from a nonexistent next. Coverity ID 47.Ben Laurie2007-04-051-2/+5
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-081-0/+6
* New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson2006-07-121-7/+3
* test, remove unnecessary const castNils Larsch2005-03-221-1/+1
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-4/+6
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-4/+4
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-12/+12
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-7/+7
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+17
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* 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-22/+7
* Massive constification.Ben Laurie1999-04-171-2/+2
* 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/+270