Defines OSSL_SSIZE_MAX
[openssl.git] / crypto / bio / bss_bio.c
2016-02-13 Rob PercivalDefines OSSL_SSIZE_MAX
2016-02-10 Rich SalzBIO_PAIR_DEBUG did nothing; remove it.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-03-25 Rich Salzfree NULL cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2010-07-26 Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2008-12-25 Richard LevitteIn BIO_write(), update the write statistics, not the...
2003-08-06 Bodo Mölleradd OpenSSL license
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-05-14 Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-02-14 Bodo Möllerfix indentation
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2001-08-16 Lutz JänickeBugfixes provided by "Stephen Hinton" <shinton@netopia...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-03-10 Bodo MöllerUse signed types where necessary, and add missing funct...
2000-03-04 Ben LaurieGet definition of ssize_t.
2000-03-03 Bodo MöllerUse signed type where -1 may be returned.
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
1999-09-27 Bodo Möllernew control code BIO_C_RESET_READ_REQUEST
1999-09-10 Bodo Möller"make update"
1999-09-10 Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-09 Ben LaurieCorrect warnings.
1999-09-07 Bodo MöllerNon-copying interface to BIO pairs.
1999-08-07 Bodo Möllerchange formatting a bit
1999-08-03 Bodo Möllercomment
1999-07-12 Bodo Möllercosmetic changes
1999-07-05 Bodo Mölleravoid confliction definitions of NDEBUG
1999-07-05 Bodo MöllerDisable asserts for standard configurations.
1999-06-18 Bodo MöllerUse same name in the definition as in the header file...
1999-06-15 Bodo MöllerDon't try to use zero-byte buffers.
1999-06-12 Bodo MöllerBugfix.
1999-06-12 Bodo MöllerBIO pairs.
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-08 Ben LaurieSurvive pedanticism.
1999-06-08 Bodo Möller"request" added.
1999-06-07 Bodo MöllerFix for BIO pairs.
1999-06-07 Bodo Möllertreat init properly
1999-06-07 Bodo MöllerIntroduce "BIO pairs", which (when finished) will relay...