summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
AgeCommit message (Expand)Author
2020-06-09Fix 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-03-17Update copyright yearMatt Caswell
2020-02-20Teach more BIOs how to handle BIO_CTRL_EOFMatt Caswell
2019-11-05BIO_s_connect: add an error state and use itRichard Levitte
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
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
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-22RT3548: Remove unsupported platforms.Rich Salz
2013-10-07Constification.Ben Laurie
2006-02-02fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch
2005-04-27add missing parenthesesNils Larsch
2005-04-20Stop bogus shadowing warning.Dr. Stephen Henson
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-03-25Make prototypes for some callback pointers.Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2002-01-12Prototype info function.Ben Laurie
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte