summaryrefslogtreecommitdiff
path: root/crypto/bio/bss_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+5
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-4/+57
* bio: remove TODOsPauli2021-06-021-2/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Correct the return value of BIO_get_ktls_*().John Baldwin2021-02-191-3/+3
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-051-7/+1
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-051-7/+2
* kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko2020-06-081-3/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Detect EOF while reading in libsslMatt Caswell2020-02-041-0/+5
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-0/+8
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* bio: Linux TLS Rx OffloadBoris Pismenny2019-04-011-6/+13
* bio: Linux TLS OffloadBoris Pismenny2018-12-071-2/+46
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-11/+11
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* DJGPP adjustmentsRichard Levitte2016-05-121-1/+5
* Make BIO opaqueMatt Caswell2016-03-291-0/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove Netware and OS/2Rich Salz2016-03-171-1/+1
* Remove some dead code from 1999Matt Caswell2016-03-111-6/+0
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-6/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-190/+183
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-0/+6
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-6/+0
* PR: 1763Dr. Stephen Henson2010-03-271-13/+0
* Update from stable branch.Dr. Stephen Henson2009-03-091-0/+5
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-201-4/+1
* Fix to build better with DJGPP.Richard Levitte2002-11-141-0/+6
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson2001-02-021-127/+2
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-14/+14
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+2
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-21/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-42/+21