summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c
AgeCommit message (Expand)Author
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
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2013-10-07Constification.Ben Laurie
2010-06-12Fix warnings.Ben Laurie
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte