aboutsummaryrefslogtreecommitdiff
path: root/ssl/bio_ssl.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius1-3/+3
2017-12-15Fix invalid function type casts.Bernd Edlinger1-18/+4
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius1-1/+2
2017-10-18Remove parentheses of return.KaoruToda1-17/+17
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-03-07Get pointer type right in BIO_ssl_shutdown()Rich Salz1-8/+9
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short1-9/+1
2017-02-23Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx1-2/+2
2016-11-04Test the size_t constant time functionsMatt Caswell1-4/+0
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell1-6/+1
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell1-13/+5
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell1-14/+14
2016-10-28Fix a shadowed variable declaration warningMatt Caswell1-3/+3
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-12/+16
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-3/+13
2016-07-29Fix BIO_pop for SSL BIOsMatt Caswell1-10/+2
2016-07-29Fix BIO_push ref counting for SSL BIOMatt Caswell1-1/+5
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-04-27Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell1-4/+5
2016-03-29Make BIO opaqueMatt Caswell1-58/+62
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini1-3/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-20Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson1-0/+4
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-16Code style: space after 'if'Viktor Dukhovni1-2/+2
2015-04-11free NULL cleanup 10Rich Salz1-3/+2
2015-03-25Resolve swallowed returns codesMatt Caswell1-1/+2
2015-03-25free NULL cleanupRich Salz1-6/+3
2015-03-23Fix missing return value checksMatt Caswell1-1/+4
2015-02-06dead code cleanup: #if 0 in sslRich Salz1-12/+0
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-500/+482
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov1-0/+2
2011-05-25PR: 2529Dr. Stephen Henson1-0/+4
2009-06-25Update from 1.0.0-stableDr. Stephen Henson1-9/+11
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-1/+0
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson1-2/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+2
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte1-0/+2
2003-01-30A few small bugs with BIO popping.Richard Levitte1-0/+4
2002-01-12Prototype info function.Ben Laurie1-1/+3
2000-10-12Make non blocking I/O work for accept BIOs.Dr. Stephen Henson1-0/+4
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2