summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed.Yann Ylavic2024-07-031-9/+14
* * Restore SSL dumping for OpenSSL >= 3.0. Ruediger Pluem2024-07-031-14/+47
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-14/+37
* * modules/ssl/ssl_engine_io.c:Joe Orton2022-04-271-72/+8
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-49/+4
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-4/+15
* mod_ssl: Use AP_FILTER_ERROR to indicate when the SSL filter hasGraham Leggett2022-01-241-1/+1
* mod_ssl: An edge case exists where SSL_read might return SSL_ERROR_WANT_READGraham Leggett2022-01-221-12/+15
* mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. MakeGraham Leggett2022-01-221-0/+24
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-211-3/+14
* * modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debuggingJoe Orton2021-12-101-1/+0
* * log-tags always win.Stefan Eissing2021-06-111-2/+2
* *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)Stefan Eissing2021-06-111-1/+61
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-1/+1
* Follow up to r1889938: APLOGNO().Yann Ylavic2021-05-171-1/+1
* mod_ssl: coalesce using a bucket brigade and the setaside/reinstate mechanism.Yann Ylavic2021-05-161-48/+36
* Simplify and speed-up ssl_io_data_dump().Christophe Jaillet2020-08-011-16/+12
* mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2020-07-021-0/+14
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-101-1/+0
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-071-1/+1
* mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) toJoe Orton2020-05-051-0/+4
* mod_ssl: add compatibility with OpenSSL 3.0.0Yann Ylavic2020-04-241-3/+12
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. ...Joe Orton2020-04-211-0/+3
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaksJoe Orton2020-04-021-16/+31
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the caseRuediger Pluem2020-04-011-29/+29
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Treat zero-lengthJoe Orton2020-04-011-2/+6
* * modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci]Joe Orton2020-03-301-1/+8
* * modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle theJoe Orton2020-03-301-1/+11
* Add lognos. [skip ci].Joe Orton2020-03-301-2/+2
* mod_ssl: Extend the coalescing filter to avoid sending HTTP responseJoe Orton2020-03-301-12/+63
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-2/+0
* * modules/ssl/ssl_engine_io.c (bio_filter_out_write,Joe Orton2019-01-101-8/+4
* Revert r1844928 and follow up r1844942.Yann Ylavic2018-10-281-3/+23
* mod_ssl: follow up to r1844928: revert an unintentional change.Yann Ylavic2018-10-271-1/+1
* mod_ssl: axe dead code.Yann Ylavic2018-10-271-24/+4
* mod_ssl: follow up to r1844779: fix rollback in char_buffer_consume().Yann Ylavic2018-10-241-17/+24
* mod_ssl: bind buffered data to filter's pending data.Yann Ylavic2018-10-241-38/+65
* SSL_read() doesn't distinguish between return value 0 and <0,Rainer Jung2018-10-151-26/+33
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-041-4/+3
* mod_proxy: follow up to r1645529: 502 in case of SSL handshake failure.Yann Ylavic2018-08-281-6/+2
* core: core output filter optimizations.Yann Ylavic2018-07-181-2/+14
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-4/+4
* mod_ssl: fix ctx passed to ssl_io_filter_error()Eric Covener2017-05-261-7/+8
* mod_ssl: don't depend on the next output filters to cleanup the passed outYann Ylavic2017-02-031-7/+5
* ssl: clear the error queue before SSL_read/write/accept()Jacob Champion2016-11-111-0/+15
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], William A. Rowe Jr2016-06-031-1/+3
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-4/+6
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-041-36/+84