]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/bio
Modify 'openssl list' to give more verbose descriptions
[thirdparty/openssl.git] / crypto / bio /
2019-08-13  Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13  Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-09  raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-08-02  Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-24  Dr. Matthias St... Remove HEADER_BSS_FILE_C module include guard
2019-07-22  Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22  Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-02  Antoine CœurFix Typos
2019-06-26  Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-19  Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-11  Matt CaswellMove a fall through comment
2019-06-10  Tomas MrazBIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if...
2019-04-16  Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16  Tomas MrazFix for BIO_get_mem_ptr and related regressions
2019-04-03  Tomas MrazUse AI_ADDRCONFIG hint with getaddrinfo if available.
2019-04-01  Boris Pismennybio: Linux TLS Rx Offload
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
2019-01-16  Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2018-12-07  Boris Pismennybio: Linux TLS Offload
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-10-04  Matt CaswellFix the BIO callback return code handling
2018-09-30  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.
next