summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
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-06-17Update copyright yearMatt Caswell
2021-06-02bio: remove TODOsPauli
2021-05-29BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb
2021-05-26Deprecate old style BIO callback callsTomas Mraz
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-06-16Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-14BIO_do_accept: correct error return valuescott
2020-02-04Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
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-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-09Avoid leaking peername data via accept BIOsViktor Dukhovni
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
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-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Fix BIO_set_nbio_accept()Richard Levitte
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
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-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-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
2015-03-25free NULL cleanupRich Salz