summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_sock.c
AgeCommit message (Expand)Author
2023-09-20BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2021-06-02bio: remove TODOsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin
2020-09-05Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin
2020-06-08kTLS: add support for AES_CCM128 and AES_GCM256Vadim Fedorenko
2020-04-23Update copyright yearMatt Caswell
2020-02-04Detect EOF while reading in libsslMatt Caswell
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-01bio: Linux TLS Rx OffloadBoris Pismenny
2018-12-07bio: Linux TLS OffloadBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-22(Re)move some things from e_os.hRich Salz
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-12DJGPP adjustmentsRichard Levitte
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Remove some dead code from 1999Matt Caswell
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2010-03-27PR: 1763Dr. Stephen Henson
2009-03-09Update from stable branch.Dr. Stephen Henson
2003-11-28Netware-specific changes,Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-02Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
1999-09-11Initial support for MacOS.Andy Polyakov
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller