summaryrefslogtreecommitdiff
path: root/crypto/bio/bss_acpt.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* 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/+4
* Update copyright yearMatt Caswell2021-06-171-1/+1
* bio: remove TODOsPauli2021-06-021-2/+0
* BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb2021-05-291-3/+9
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-1/+5
* 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-6/+6
* Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb2020-06-161-2/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* BIO_do_accept: correct error return valuescott2020-04-141-6/+7
* Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell2020-02-041-1/+6
* 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-4/+3
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-1/+1
* 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
* 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
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Avoid leaking peername data via accept BIOsViktor Dukhovni2018-02-091-0/+5
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-2/+2
* Address some code-analysis issues.FdaSilvaYY2017-12-081-1/+0
* Remove parentheses of return.KaoruToda2017-10-181-14/+14
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-6/+0
* 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
* Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee2016-08-101-1/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix BIO_set_nbio_accept()Richard Levitte2016-04-281-4/+5
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-031-120/+271
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-031-0/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-6/+6
* Add and use OPENSSL_zallocRich Salz2015-09-021-3/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanupRich Salz2015-03-251-8/+4
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-366/+351