aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
Commit message (Expand)AuthorAgeFilesLines
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-6/+0
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-031-147/+151
* 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-5/+5
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-11/+20
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-4/+4
* Add and use OPENSSL_zallocRich Salz2015-09-021-8/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-14/+7
* remove malloc castsRich Salz2015-04-281-1/+1
* free NULL cleanupRich Salz2015-03-251-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-543/+494
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+1
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-1/+1
* Constification.Ben Laurie2013-10-071-1/+1
* fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch2006-02-021-1/+1
* add missing parenthesesNils Larsch2005-04-271-1/+1
* Stop bogus shadowing warning.Dr. Stephen Henson2005-04-201-2/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+2
* Make prototypes for some callback pointers.Richard Levitte2004-03-251-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+3
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-201-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte2002-01-261-1/+1
* Prototype info function.Ben Laurie2002-01-121-2/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-1/+1
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-2/+2
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-3/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-9/+9
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-10/+11
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-14/+30
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-2/+18
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* VMS support bug fixes.Ulf Möller1999-05-131-2/+2
* VMS support.Ulf Möller1999-05-131-0/+6
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-22/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-31/+12
* Fix typos in error codes.Ulf Möller1999-04-191-1/+1
* Massive constification.Ben Laurie1999-04-171-2/+2
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-30/+32