aboutsummaryrefslogtreecommitdiff
path: root/crypto/bio/bss_acpt.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-6/+0
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-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-04-28Fix BIO_set_nbio_accept()Richard Levitte1-4/+5
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-02-03Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte1-120/+271
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-1/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov1-6/+6
2015-09-02Add and use OPENSSL_zallocRich Salz1-3/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-25free NULL cleanupRich Salz1-8/+4
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-6/+6
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-366/+351
2015-01-12RT3548: Remove unsupported platformsRich Salz1-6/+0
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2013-10-07Constification.Ben Laurie1-1/+1
2010-06-12Fix warnings.Ben Laurie1-3/+2
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch1-4/+4
2003-03-20Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte1-2/+2
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-1/+1
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson1-0/+12
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-5/+5
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller1-7/+7
2000-02-20Move the registration of callback functions to special functionsRichard Levitte1-0/+1
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-1/+1
1999-05-13VMS support bug fixes.Ulf Möller1-2/+2
1999-05-13VMS support.Ulf Möller1-0/+5
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-21/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-31/+12
1999-01-07Accept NULL in *_free.Ben Laurie1-0/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-29/+27
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+18
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+484