index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed.
Yann Ylavic
2024-07-03
1
-9
/
+14
*
* Restore SSL dumping for OpenSSL >= 3.0.
Ruediger Pluem
2024-07-03
1
-14
/
+47
*
mod_ssl: Fix deprecation warnings with openssl-3.
Yann Ylavic
2023-03-19
1
-14
/
+37
*
* modules/ssl/ssl_engine_io.c:
Joe Orton
2022-04-27
1
-72
/
+8
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-49
/
+4
*
check BIO_new(3) return values
Giovanni Bechis
2022-02-01
1
-4
/
+15
*
mod_ssl: Use AP_FILTER_ERROR to indicate when the SSL filter has
Graham Leggett
2022-01-24
1
-1
/
+1
*
mod_ssl: An edge case exists where SSL_read might return SSL_ERROR_WANT_READ
Graham Leggett
2022-01-22
1
-12
/
+15
*
mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. Make
Graham Leggett
2022-01-22
1
-0
/
+24
*
event: Add support for non blocking behaviour in the
Graham Leggett
2022-01-21
1
-3
/
+14
*
* modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debugging
Joe Orton
2021-12-10
1
-1
/
+0
*
* log-tags always win.
Stefan Eissing
2021-06-11
1
-2
/
+2
*
*) mod_ssl: tighten the handling of ALPN for outgoing (proxy)
Stefan Eissing
2021-06-11
1
-1
/
+61
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-1
/
+1
*
Follow up to r1889938: APLOGNO().
Yann Ylavic
2021-05-17
1
-1
/
+1
*
mod_ssl: coalesce using a bucket brigade and the setaside/reinstate mechanism.
Yann Ylavic
2021-05-16
1
-48
/
+36
*
Simplify and speed-up ssl_io_data_dump().
Christophe Jaillet
2020-08-01
1
-16
/
+12
*
mod_ssl: release coalesced data when called from ap_filter_output_pending().
Yann Ylavic
2020-07-02
1
-0
/
+14
*
util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.
Yann Ylavic
2020-05-10
1
-1
/
+0
*
mod_ssl: Update the ssl_var_lookup() API:
Joe Orton
2020-05-07
1
-1
/
+1
*
mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) to
Joe Orton
2020-05-05
1
-0
/
+4
*
mod_ssl: add compatibility with OpenSSL 3.0.0
Yann Ylavic
2020-04-24
1
-3
/
+12
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. ...
Joe Orton
2020-04-21
1
-0
/
+3
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaks
Joe Orton
2020-04-02
1
-16
/
+31
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the case
Ruediger Pluem
2020-04-01
1
-29
/
+29
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Treat zero-length
Joe Orton
2020-04-01
1
-2
/
+6
*
* modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci]
Joe Orton
2020-03-30
1
-1
/
+8
*
* modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle the
Joe Orton
2020-03-30
1
-1
/
+11
*
Add lognos. [skip ci].
Joe Orton
2020-03-30
1
-2
/
+2
*
mod_ssl: Extend the coalescing filter to avoid sending HTTP response
Joe Orton
2020-03-30
1
-12
/
+63
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
1
-2
/
+0
*
* modules/ssl/ssl_engine_io.c (bio_filter_out_write,
Joe Orton
2019-01-10
1
-8
/
+4
*
Revert r1844928 and follow up r1844942.
Yann Ylavic
2018-10-28
1
-3
/
+23
*
mod_ssl: follow up to r1844928: revert an unintentional change.
Yann Ylavic
2018-10-27
1
-1
/
+1
*
mod_ssl: axe dead code.
Yann Ylavic
2018-10-27
1
-24
/
+4
*
mod_ssl: follow up to r1844779: fix rollback in char_buffer_consume().
Yann Ylavic
2018-10-24
1
-17
/
+24
*
mod_ssl: bind buffered data to filter's pending data.
Yann Ylavic
2018-10-24
1
-38
/
+65
*
SSL_read() doesn't distinguish between return value 0 and <0,
Rainer Jung
2018-10-15
1
-26
/
+33
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-4
/
+3
*
mod_proxy: follow up to r1645529: 502 in case of SSL handshake failure.
Yann Ylavic
2018-08-28
1
-6
/
+2
*
core: core output filter optimizations.
Yann Ylavic
2018-07-18
1
-2
/
+14
*
mod_ssl, ab: compatibility with LibreSSL. PR 61184.
Yann Ylavic
2017-07-30
1
-4
/
+4
*
mod_ssl: fix ctx passed to ssl_io_filter_error()
Eric Covener
2017-05-26
1
-7
/
+8
*
mod_ssl: don't depend on the next output filters to cleanup the passed out
Yann Ylavic
2017-02-03
1
-7
/
+5
*
ssl: clear the error queue before SSL_read/write/accept()
Jacob Champion
2016-11-11
1
-0
/
+15
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
*
Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name],
William A. Rowe Jr
2016-06-03
1
-1
/
+3
*
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic
2016-04-26
1
-4
/
+6
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-04-04
1
-36
/
+84
[next]