aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/bio_ok.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25RAND_bytes updatesMatt Caswell1-1/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-530/+529
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-27/+76
2004-08-29Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov1-2/+4
2004-07-25Make bio_ok.c Microsoft compiler savvy.Andy Polyakov1-4/+4
2004-07-25Make bio_ok.c 64-bit savvy.Andy Polyakov1-24/+22
2003-12-27Correct documentation typos.Richard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-7/+7
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-16/+22
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-5/+5
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-6/+6
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+17
2000-02-03ispell (and minor modifications)Ulf Möller1-5/+5
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-2/+2
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller1-1/+1
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-13/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-23Work with -pedantic!Ben Laurie1-1/+2
1999-04-20Fix lots of warnings.Ulf Möller1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+6
1999-04-17Massive constification.Ben Laurie1-2/+2
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1-1/+1
1999-02-23Code for reliable BIO.Ben Laurie1-0/+576