summaryrefslogtreecommitdiff
path: root/ssl/bio_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Add BIO poll descriptorsHugo Landau2023-01-131-0/+8
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-12/+16
* Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSEDr. David von Oheimb2021-10-041-4/+3
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix BIO_new_ssl_connect() to not leak memoryNan Xiao2021-03-301-0/+1
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre2020-05-071-0/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-3/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-18/+4
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-091-1/+2
* Remove parentheses of return.KaoruToda2017-10-181-17/+17
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Get pointer type right in BIO_ssl_shutdown()Rich Salz2017-03-071-8/+9
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-281-9/+1
* Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx2017-02-231-2/+2
* Test the size_t constant time functionsMatt Caswell2016-11-041-4/+0
* Remove a stray TODO that has already been fixedMatt Caswell2016-11-041-6/+1
* Convert SSL BIO to use SSL_write_ex().Matt Caswell2016-11-041-13/+5
* Tweaks based on review feedback of BIO size_t workMatt Caswell2016-10-281-14/+14
* Fix a shadowed variable declaration warningMatt Caswell2016-10-281-3/+3
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-12/+16
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-3/+13
* Fix BIO_pop for SSL BIOsMatt Caswell2016-07-291-10/+2
* Fix BIO_push ref counting for SSL BIOMatt Caswell2016-07-291-1/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Fix BIO_CTRL_DUP for an SSL BIOMatt Caswell2016-04-271-4/+5
* Make BIO opaqueMatt Caswell2016-03-291-58/+62
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Convert CRYPTO_LOCK_BIO to new multi-threading APIAlessandro Ghedini2016-03-081-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson2015-09-201-0/+4
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanup 10Rich Salz2015-04-111-3/+2
* Resolve swallowed returns codesMatt Caswell2015-03-251-1/+2
* free NULL cleanupRich Salz2015-03-251-6/+3
* Fix missing return value checksMatt Caswell2015-03-231-1/+4
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-12/+0
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-500/+482
* OPENSSL_NO_SOCK fixes.Andy Polyakov2012-04-161-0/+2
* PR: 2529Dr. Stephen Henson2011-05-251-0/+4