summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Move e_os.h to be the very first include.Pauli2017-08-301-3/+2
* 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
* Add more zallocFdaSilvaYY2016-05-291-8/+1
* Fix some missing initsFdaSilvaYY2016-05-291-0/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Fix BIO_eof() for BIO pairsMatt Caswell2016-05-091-8/+7
* Make BIO opaqueMatt Caswell2016-03-291-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Defines OSSL_SSIZE_MAXRob Percival2016-02-131-12/+4
* BIO_PAIR_DEBUG did nothing; remove it.Rich Salz2016-02-101-14/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-8/+3
* free NULL cleanupRich Salz2015-03-251-8/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-754/+713
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson2010-07-261-9/+9
* In BIO_write(), update the write statistics, not the read statistics.Richard Levitte2008-12-251-1/+1
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Add a few more VxWorks targets.Richard Levitte2002-10-091-1/+1
* make b_print.c consistent with the rest of OpenSSL:Bodo Möller2002-05-141-2/+11
* fix indentationBodo Möller2002-02-141-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+6
* Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke2001-08-161-1/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-4/+4
* Use signed types where necessary, and add missing functionalityBodo Möller2000-03-101-9/+29
* Get definition of ssize_t.Ben Laurie2000-03-041-0/+1
* Use signed type where -1 may be returned.Bodo Möller2000-03-031-2/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-1/+2
* Use correct, not American spelling.Bodo Möller2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-5/+5
* It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte2000-01-171-2/+2
* new control code BIO_C_RESET_READ_REQUESTBodo Möller1999-09-271-0/+14
* "make update"Bodo Möller1999-09-101-1/+3
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-3/+2
* Correct warnings.Ben Laurie1999-09-091-2/+2
* Non-copying interface to BIO pairs.Bodo Möller1999-09-071-0/+232
* change formatting a bitBodo Möller1999-08-071-5/+5
* commentBodo Möller1999-08-031-2/+3
* cosmetic changesBodo Möller1999-07-121-1/+1
* avoid confliction definitions of NDEBUGBodo Möller1999-07-051-0/+1
* Disable asserts for standard configurations.Bodo Möller1999-07-051-0/+4
* Use same name in the definition as in the header file declaration :-/Bodo Möller1999-06-181-1/+1
* Don't try to use zero-byte buffers.Bodo Möller1999-06-151-0/+5