Ensure EVP_MD_CTX_md returns the EVP_MD originally used
[openssl.git] / crypto / evp / bio_ok.c
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-03-29 Matt CaswellMake BIO opaque
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
2015-09-03 Rich Salzremove 0 assignments.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Matt CaswellRAND_bytes updates
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2004-08-29 Andy PolyakovFix compiler warnings in crypto/evp/bio_ok.c as pointed...
2004-07-25 Andy PolyakovMake bio_ok.c Microsoft compiler savvy.
2004-07-25 Andy PolyakovMake bio_ok.c 64-bit savvy.
2003-12-27 Richard LevitteCorrect documentation typos.
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-03-03 Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-23 Ben LaurieCode for reliable BIO.