summaryrefslogtreecommitdiffstats
path: root/ssl/bio_ssl.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2023-09-07Copyright year updatesMatt Caswell
2023-09-01BIO_ssl: Make helper functions configure BIOs for QUIC correctlyHugo Landau
2023-08-08bio_ssl.c: Support most ctrls with QUIC based BIO_SSLTomas Mraz
2023-01-13Add BIO poll descriptorsHugo Landau
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-10-04Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSEDr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-03-30Fix BIO_new_ssl_connect() to not leak memoryNan Xiao
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-05-15Update copyright yearMatt Caswell
2020-05-07Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
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