]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio/bf_lbuf.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / bio / bf_lbuf.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-03  Rich SalzSet error code on alloc failures
2018-02-27  Matt CaswellUpdate copyright year
2018-02-13  Richard LevitteVMS: for testutil, make sure to use BIO_f_linebuffer
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-08-22  Matt CaswellRemove some dead code
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-30  Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-01-30  Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2002-02-28  Bodo Möllerdisable '#ifdef DEBUG' sections
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...