summaryrefslogtreecommitdiffstats
path: root/crypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the BIO callback return code handlingMatt Caswell2018-10-041-2/+2
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-09-301-0/+5
* minor fixes for WindowsViktor Szakats2018-09-121-0/+2
* bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.Andy Polyakov2018-07-201-1/+1
* Fix a new gcc-9 warning [-Wstringop-truncation]Bernd Edlinger2018-06-241-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* BIO_s_mem() write: Skip early when input length is zeroRichard Levitte2018-05-051-0/+2
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-265-3/+14
* Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte2018-04-261-2/+2
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-1/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov2018-04-091-3/+3
* Set error code on alloc failuresRich Salz2018-04-035-8/+17
* Update copyright yearMatt Caswell2018-04-032-2/+2
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-2/+2
* Allow NULL for some _free routines.Rich Salz2018-03-272-0/+4
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-272-6/+0
* bio/bss_log.c: on DJGPP syslog facility is part of sockets library.Andy Polyakov2018-03-221-0/+2
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-10/+10
* Fix bio callback backward compatibilityBernd Edlinger2018-03-191-11/+11
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-192-19/+51
* VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte2018-02-131-2/+3
* Update copyright yearMatt Caswell2018-02-138-8/+8
* Remove code that prints "<SPACES/NULS>" in hexdumpsBernd Edlinger2018-02-121-16/+1
* Copy name string in BIO_meth_newRich Salz2018-02-102-5/+12
* Avoid leaking peername data via accept BIOsViktor Dukhovni2018-02-101-0/+5
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-312-2/+2
* Remove "dummy" BIO create and destroy functionsRichard Levitte2018-01-312-43/+4
* BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte2018-01-311-0/+2
* Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger2018-01-251-3/+10
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-092-2/+2
* Remove remaining NETWARE ifdef'sRich Salz2018-01-073-15/+0
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-179-18/+18
* Fix invalid function type casts.Bernd Edlinger2017-12-157-23/+19
* crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)Patrick Steuer2017-12-121-0/+1
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-092-2/+4
* Address some code-analysis issues.FdaSilvaYY2017-12-082-17/+12
* Consistent formatting for sizeof(foo)Rich Salz2017-12-082-3/+3
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-133-10/+17
* style : fix some if(...FdaSilvaYY2017-11-071-15/+15
* Remove parentheses of return.KaoruToda2017-10-1815-223/+223
* Remove email addresses from source code.Rich Salz2017-10-131-7/+1
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-0913-30/+30
* struct timeval include guardsPauli2017-09-011-5/+1
* Add CRYPTO_thread_glock_newRich Salz2017-09-012-2/+2
* Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying2017-08-311-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-291-3/+2