summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
AgeCommit message (Expand)Author
2022-06-21Update copyright yearMatt Caswell
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
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
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz