aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_bio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix.Bodo Möller1999-06-121-1/+0
* BIO pairs.Bodo Möller1999-06-121-23/+326
* Avoid warnings.Bodo Möller1999-06-101-0/+1
* Survive pedanticism.Ben Laurie1999-06-081-1/+2
* "request" added.Bodo Möller1999-06-081-7/+18
* Fix for BIO pairs.Bodo Möller1999-06-071-2/+2
* treat init properlyBodo Möller1999-06-071-1/+5
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-0/+258