summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-04-02BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Minor updatesHugo Landau
2023-09-01BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau
2023-09-01BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau
2023-09-01BIO_s_connect: Add support for datagram modeHugo Landau
2023-09-01BIO_s_connect: Make internal functions staticHugo Landau
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
2022-05-09Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6Max Bachmann
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2021-11-15BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb
2021-06-02bio: remove TODOsPauli
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
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-16Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-03-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2019-11-02BIO_s_connect: add an error state and use itRichard Levitte
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Update copyright yearMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
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-04-20BIO socket connect failure was not handled correctly.Davide Galassi
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-02-22GH678: Add a few more zallocFdaSilvaYY