summaryrefslogtreecommitdiffstats
path: root/crypto/evp/bio_ok.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix TyposAntoine Cœur2019-07-011-2/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-091-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-5/+5
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* 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
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* 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-061-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-241-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-311-16/+22
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-201-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-021-2/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-161-6/+6
* Move the registration of callback functions to special functionsRichard Levitte2000-02-211-0/+17
* ispell (and minor modifications)Ulf Möller2000-02-041-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-241-4/+4
* Work with -pedantic!Ben Laurie1999-04-231-1/+2
* Fix lots of warnings.Ulf Möller1999-04-211-4/+4