Add an Apple privacy info file for OpenSSL
[openssl.git] / crypto / bio / bf_lbuf.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 ihciahbio: pass flags on BIO_ctrl to make flush retriable
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-02 Paulibio: remove TODOs
2021-04-22 Tomas MrazRemoved dead code in linebuffer_ctrl()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-05 Ross KinseyAuthor: Ross Kinsey <RossIKinsey@gmail.com>
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...