aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_conn.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short1-9/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-20BIO socket connect failure was not handled correctly.Davide Galassi1-1/+1
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-02-22GH678: Add a few more zallocFdaSilvaYY1-6/+0
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte1-147/+151
2016-02-03Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte1-0/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-5/+5
2015-11-02Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte1-11/+20
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov1-4/+4
2015-09-02Add and use OPENSSL_zallocRich Salz1-8/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-14/+7
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-543/+494
2015-01-12RT3548: Remove unsupported platformsRich Salz1-7/+1
2014-12-22RT3548: Remove unsupported platforms.Rich Salz1-1/+1
2013-10-07Constification.Ben Laurie1-1/+1
2006-02-02fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch1-1/+1
2005-04-27add missing parenthesesNils Larsch1-1/+1
2005-04-20Stop bogus shadowing warning.Dr. Stephen Henson1-2/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+2
2004-03-25Make prototypes for some callback pointers.Richard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-2/+2
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte1-1/+1
2002-01-12Prototype info function.Ben Laurie1-2/+3
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte1-1/+1
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-2/+2
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-3/+3
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-9/+9
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-10/+11
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-14/+30
2000-02-03ispell (and minor modifications)Ulf Möller1-3/+3
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte1-2/+18
1999-06-10Avoid warnings.Bodo Möller1-1/+1
1999-05-13VMS support bug fixes.Ulf Möller1-2/+2
1999-05-13VMS support.Ulf Möller1-0/+6
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-22/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1