openssl_strerror_r: Fix handling of GNU strerror_r
[openssl.git] / crypto / bio /
2019-02-26 Matt CaswellUpdate copyright year
2019-02-18 Corinna Vinschencygwin: drop explicit O_TEXT
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-10-04 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-07-20 Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-05-29 Matt CaswellUpdate copyright year
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-05-04 Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-04-26 FdaSilvaYYAdd missing error code when alloc-return-null
2018-04-26 Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-09 Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-22 Andy Polyakovbio/bss_log.c: on DJGPP syslog facility is part of...
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-03-19 Bernd EdlingerFix bio callback backward compatibility
2018-02-27 Matt CaswellUpdate copyright year
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-13 Richard LevitteVMS: for testutil, make sure to use BIO_f_linebuffer
2018-02-13 Matt CaswellUpdate copyright year
2018-02-12 Bernd EdlingerRemove code that prints "<SPACES/NULS>" in hexdumps
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-10 Viktor DukhovniAvoid leaking peername data via accept BIOs
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2018-01-31 Richard LevitteRemove "dummy" BIO create and destroy functions
2018-01-31 Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2018-01-25 Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-12 Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-31 Paulistruct timeval include guards
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2017-08-21 PauliThis has been added to avoid the situation where some...
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellUpdates following feedback on OPENSSL_assert() removal
2017-08-21 Matt CaswellRemove OPENSSL_assert() from various crypto/bio files
2017-07-06 PauliBIO range checking.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-29 Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-15 Tomas MrazDo not eat trailing '\n' in BIO_gets for fd BIO.
2017-05-11 Richard LevitteClean away needless VMS check
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
2017-04-25 Matt CaswellFix problem with SCTP close_notify alerts
2017-04-25 Matt CaswellAdd better error logging if SCTP AUTH chunks are not...
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-04-01 Andy Polyakovbio/b_print.c: switch to int64_t as "greatest-width...
2017-03-30 Andy Polyakovbio/b_print.c: recognize even 'j' format modifier.
2017-03-29 Andy Polyakovbio/b_print.c: fix %z failure in 32-bit build.
2017-03-29 Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Todd ShortRemove some #if 0 code in ssl, crypto/bio
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2016-12-19 Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-12-02 Matt CaswellFix a typo in bio_read_intern
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-10-28 Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28 Matt CaswellFix stdio build following BIO size_t work
2016-10-28 Matt CaswellFix more shadowed variable warnings
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28 Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28 Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28 Matt CaswellFix some bogus uninit variable warnings
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
next