summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau2024-04-021-3/+7
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Minor updatesHugo Landau2023-09-011-6/+13
* BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau2023-09-011-0/+1
* BIO_s_connect: Support configuration of non-blocking mode in datagram modeHugo Landau2023-09-011-0/+4
* BIO_s_connect: Add support for datagram modeHugo Landau2023-09-011-1/+170
* BIO_s_connect: Make internal functions staticHugo Landau2023-09-011-4/+4
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Fix KTLS with BIO_new_connectBernd Edlinger2022-05-171-1/+14
* Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6Max Bachmann2022-05-091-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-0/+28
* BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb2021-11-151-1/+52
* bio: remove TODOsPauli2021-06-021-2/+0
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-131-3/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Correct the return value of BIO_get_ktls_*().John Baldwin2021-02-191-3/+3
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+8
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-061-7/+1
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-061-8/+6
* Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb2020-06-161-7/+18
* Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb2020-06-011-1/+10
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin2020-03-161-2/+52
* Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell2020-02-041-0/+5
* BIO_s_connect: add an error state and use itRichard Levitte2019-11-021-1/+8
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-12/+9
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-3/+3
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-3/+3
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-1/+3
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-171-1/+1
* Fix invalid function type casts.Bernd Edlinger2017-12-151-10/+8
* Remove parentheses of return.KaoruToda2017-10-181-16/+16
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-281-9/+1
* 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
* BIO socket connect failure was not handled correctly.Davide Galassi2016-04-201-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-6/+0