summaryrefslogtreecommitdiffstats
path: root/crypto/bio
AgeCommit message (Expand)Author
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz
2019-04-03Use AI_ADDRCONFIG hint with getaddrinfo if available.Tomas Mraz
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
2018-12-07bio: Linux TLS OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-10-04Fix the BIO callback return code handlingMatt Caswell
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-12minor fixes for WindowsViktor Szakats
2018-07-20bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov
2018-06-24Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-22bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
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