Make the s_server command listen on IPv6 only when requested
[openssl.git] / crypto / bio /
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
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-08-24 Matt CaswellFix no-sock
2016-08-22 Matt CaswellRemove some dead code
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-08-10 jamerceeAdapt BIO_new_accept() to call BIO_set_accept_name()
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-02 FdaSilvaYYFix some style issues...
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-20 Kurt RoeckxCast to an unsigned type before negating
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-29 Ben LaurieSome interfaces may have IPv6 addresses even if an...
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-05-30 Richard LevitteMake sure max in fmtstr() doesn't overflow into negativity
2016-05-28 FdaSilvaYYAdd more zalloc
2016-05-28 FdaSilvaYYFix some missing inits
2016-05-27 Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27 Matt CaswellPrevent an overflow when trying to print excessively...
2016-05-27 Matt CaswellFix implementation of "e" and "g" formats for printing...
2016-05-27 Matt CaswellFix some issues in b_print.c code
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-12 Richard LevitteDJGPP adjustments
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-04 Matt CaswellHandle malloc failures in BIO_accept
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
next