summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-01struct timeval include guardsPauli
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell
2017-07-07BIO range checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-06-07make error tables const and separate header fileRich Salz
2017-05-15Do not eat trailing '\n' in BIO_gets for fd BIO.Tomas Mraz
2017-05-11Clean away needless VMS checkRichard Levitte
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-25Address review feedback for the SCTP changesMatt Caswell
2017-04-25Document BIO_lookup_ex()Matt Caswell
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-03-29More typo fixesFdaSilvaYY
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-12-02Fix a typo in bio_read_internMatt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Fix more shadowed variable warningsMatt Caswell
2016-10-28Fix some feedback issues for BIO size_t-ifyMatt Caswell
2016-10-28Add some sanity checks for BIO_read* and BIO_getsMatt Caswell
2016-10-28More parameter naming of BIO_read*/BIO_write* related functionsMatt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1Matt Caswell
2016-10-28Read up to INT_MAX when calling legacy BIO_read() implementationsMatt Caswell
2016-10-28Fix some bogus uninit variable warningsMatt Caswell
2016-10-28Ensure all BIO functions call the new style callbackMatt Caswell