aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_ok.c
Commit message (Expand)AuthorAgeFilesLines
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-091-0/+4
* Make BIO opaqueMatt Caswell2016-03-291-40/+57
* 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-28/+45
* remove 0 assignments.Rich Salz2015-09-031-9/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-530/+529
* 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-27/+76
* Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov2004-08-291-2/+4
* Make bio_ok.c Microsoft compiler savvy.Andy Polyakov2004-07-251-4/+4
* Make bio_ok.c 64-bit savvy.Andy Polyakov2004-07-251-24/+22
* Correct documentation typos.Richard Levitte2003-12-271-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-7/+7
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-16/+22
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-5/+5
* 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-6/+6
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+17
* ispell (and minor modifications)Ulf Möller2000-02-031-5/+5
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-13/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Work with -pedantic!Ben Laurie1999-04-231-1/+2
* Fix lots of warnings.Ulf Möller1999-04-201-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+6
* Massive constification.Ben Laurie1999-04-171-2/+2
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-1/+1
* Code for reliable BIO.Ben Laurie1999-02-231-0/+576