summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-02-27Update copyright yearMatt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-07style : fix some if(...FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
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