summaryrefslogtreecommitdiffstats
path: root/ssl/bio_ssl.c
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-05-07Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-09Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-03-07Get pointer type right in BIO_ssl_shutdown()Rich Salz
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
2017-02-23Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx
2016-11-04Test the size_t constant time functionsMatt Caswell
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell
2016-10-28Tweaks based on review feedback of BIO size_t workMatt Caswell
2016-10-28Fix a shadowed variable declaration warningMatt Caswell
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-07-29Fix BIO_pop for SSL BIOsMatt Caswell
2016-07-29Fix BIO_push ref counting for SSL BIOMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-04-27Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-08Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-20Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson
2015-09-02Add and use OPENSSL_zallocRich 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-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25free NULL cleanupRich Salz
2015-03-23Fix missing return value checksMatt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2012-04-16OPENSSL_NO_SOCK fixes.Andy Polyakov
2011-05-25PR: 2529Dr. Stephen Henson
2009-06-25Update from 1.0.0-stableDr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-20Make kerberos ciphersuite code compile again.Dr. Stephen Henson
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-01-30A few small bugs with BIO popping.Richard Levitte
2002-01-12Prototype info function.Ben Laurie