aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bf_nbio.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 09/10Rich Salz2016-05-171-54/+6
* Make BIO opaqueMatt Caswell2016-03-291-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* remove 0 assignments.Rich Salz2015-09-031-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+4
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-10/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-162/+160
* Fix warnings.Ben Laurie2010-06-121-2/+0
* Re enable the read side non blocking test BIO code.Dr. Stephen Henson2003-02-201-2/+2
* Check the return values where memory allocation failures may happen.Richard Levitte2002-05-301-1/+1
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+0
* 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/+16
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+2
* 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-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+8
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+4
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+266