aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio
AgeCommit message (Expand)AuthorFilesLines
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte1-0/+2
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY5-3/+14
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte1-2/+2
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-1/+2
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov1-3/+3
2018-04-03Set error code on alloc failuresRich Salz5-8/+17
2018-04-03Update copyright yearMatt Caswell2-2/+2
2018-04-02Use the private RNG for data that is not publicKurt Roeckx1-2/+2
2018-03-27Allow NULL for some _free routines.Rich Salz2-0/+4
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell2-6/+0
2018-03-22bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov1-0/+2
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-10/+10
2018-03-19Fix bio callback backward compatibilityBernd Edlinger1-11/+11
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes2-19/+51
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte1-2/+3
2018-02-13Update copyright yearMatt Caswell8-8/+8
2018-02-12Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger1-16/+1
2018-02-10Copy name string in BIO_meth_newRich Salz2-5/+12
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni1-0/+5
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk2-2/+2
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte2-43/+4
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte1-0/+2
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger1-3/+10
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte2-2/+2
2018-01-07Remove remaining NETWARE ifdef'sRich Salz3-15/+0
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius9-18/+18
2017-12-15Fix invalid function type casts.Bernd Edlinger7-23/+19
2017-12-12crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer1-0/+1
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius2-2/+4
2017-12-08Address some code-analysis issues.FdaSilvaYY2-17/+12
2017-12-07Consistent formatting for sizeof(foo)Rich Salz2-3/+3
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov3-10/+17
2017-11-07style : fix some if(...FdaSilvaYY1-15/+15
2017-10-18Remove parentheses of return.KaoruToda15-223/+223
2017-10-13Remove email addresses from source code.Rich Salz1-7/+1
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda13-30/+30
2017-09-01struct timeval include guardsPauli1-5/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz2-2/+2
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli1-3/+2
2017-08-22(Re)move some things from e_os.hRich Salz2-2/+1
2017-08-22Use "" not <> for internal/ includesRich Salz3-3/+3
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli2-6/+5
2017-08-21More updates following review feedbackMatt Caswell1-1/+1