aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_bio.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-05-29Add more zallocFdaSilvaYY1-8/+1
2016-05-29Fix some missing initsFdaSilvaYY1-0/+4
2016-05-17Copyright consolidation 09/10Rich Salz1-51/+6
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell1-8/+7
2016-03-29Make BIO opaqueMatt Caswell1-1/+1
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-02-13Defines OSSL_SSIZE_MAXRob Percival1-12/+4
2016-02-10BIO_PAIR_DEBUG did nothing; remove it.Rich Salz1-14/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-8/+3
2015-03-25free NULL cleanupRich Salz1-8/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-754/+713
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+4
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson1-9/+9
2008-12-25In BIO_write(), update the write statistics, not the read statistics.Richard Levitte1-1/+1
2003-08-06add OpenSSL licenseBodo Möller1-1/+54
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-1/+0
2002-10-09Add a few more VxWorks targets.Richard Levitte1-1/+1
2002-05-14make b_print.c consistent with the rest of OpenSSL:Bodo Möller1-2/+11
2002-02-14fix indentationBodo Möller1-1/+1
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+6
2001-08-16Bugfixes provided by "Stephen Hinton" <shinton@netopia.com>.Lutz Jänicke1-1/+2
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-4/+4
2000-03-10Use signed types where necessary, and add missing functionalityBodo Möller1-9/+29
2000-03-04Get definition of ssize_t.Ben Laurie1-0/+1
2000-03-03Use signed type where -1 may be returned.Bodo Möller1-2/+2
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-1/+2
2000-02-04Use correct, not American spelling.Bodo Möller1-1/+1
2000-02-03ispell (and minor modifications)Ulf Möller1-5/+5
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte1-2/+2
1999-09-27new control code BIO_C_RESET_READ_REQUESTBodo Möller1-0/+14
1999-09-10"make update"Bodo Möller1-1/+3
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller1-3/+2
1999-09-09Correct warnings.Ben Laurie1-2/+2
1999-09-07Non-copying interface to BIO pairs.Bodo Möller1-0/+232
1999-08-07change formatting a bitBodo Möller1-5/+5
1999-08-03commentBodo Möller1-2/+3
1999-07-12cosmetic changesBodo Möller1-1/+1
1999-07-05avoid confliction definitions of NDEBUGBodo Möller1-0/+1
1999-07-05Disable asserts for standard configurations.Bodo Möller1-0/+4
1999-06-18Use same name in the definition as in the header file declaration :-/Bodo Möller1-1/+1
1999-06-15Don't try to use zero-byte buffers.Bodo Möller1-0/+5
1999-06-12Bugfix.Bodo Möller1-1/+0