index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mod_ssl: We no longer throw away handshake errors. Handle APR_EGENERAL
Graham Leggett
2022-01-23
1
-1
/
+21
*
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
*
Use OK status to match process_connection behaviour.
Graham Leggett
2022-01-22
1
-1
/
+1
*
When failing, we need to explicitly set the connection state.
Graham Leggett
2022-01-22
1
-1
/
+4
*
event: Add support for non blocking behaviour in the
Graham Leggett
2022-01-21
2
-7
/
+56
*
Follow-up to r1896361.
Christophe Jaillet
2022-01-07
1
-3
/
+2
*
Close a file handle in case of error in ct_static_scts()
Christophe Jaillet
2021-12-24
1
-0
/
+1
*
mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data().
Yann Ylavic
2021-12-15
1
-1
/
+1
*
* modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debugging
Joe Orton
2021-12-10
1
-1
/
+0
*
* mod_ssl: fix in CHECK_PRIVKEY_ERROR for openssl 3.0
Stefan Eissing
2021-11-03
1
-1
/
+1
*
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks,
Joe Orton
2021-10-07
1
-7
/
+9
*
* modules/ssl/ssl_engine_init.c (ssl_init_server_certs): For OpenSSL
Joe Orton
2021-10-04
1
-0
/
+7
*
* modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Fix use of
Joe Orton
2021-06-29
1
-2
/
+17
*
* 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
6
-60
/
+42
*
fix build with LibreSSL [Yann Ylavic]
Giovanni Bechis
2021-05-21
1
-3
/
+2
*
mod_ssl: Switch to using OpenSSL's automatic internal DH parameter
Joe Orton
2021-05-21
3
-4
/
+14
*
* mod_log_config/mod_ssl: moved the log_handlers registered by mod_ssl
Stefan Eissing
2021-05-18
3
-77
/
+3
*
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
*
* Spelling fixes after review by @bigio.
Stefan Eissing
2021-05-12
2
-2
/
+2
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
3
-16
/
+24
*
*) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...
Stefan Eissing
2021-04-13
3
-19
/
+87
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
mod_ssl: Add base64-encoded DER certificate variables as alternative
Joe Orton
2021-03-19
4
-36
/
+73
*
And the necessary log tags added just shortly afterwards.
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
Stefan Eissing
2021-03-03
4
-39
/
+86
*
Fixed regression in r1887085 where a SSL function was used that is not availa...
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Adding log tags where log tags are needed.
Stefan Eissing
2021-03-02
1
-2
/
+2
*
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
2021-03-02
3
-11
/
+42
*
Treat non-leaf certificates present in SSLProxyMachineCertificateFile
Joe Orton
2020-12-17
1
-13
/
+33
*
* modules/ssl/ssl_private.h (modssl_pk_proxy_t): Update comment,
Joe Orton
2020-12-17
1
-4
/
+7
*
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_cert_chain): Log the
Joe Orton
2020-12-15
1
-1
/
+4
*
mod_ssl_ct: join the threads before their parent pools are destroyed.
Yann Ylavic
2020-11-20
1
-4
/
+4
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-09-01
1
-1
/
+2
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Move
Joe Orton
2020-08-17
1
-10
/
+8
*
Simplify and speed-up ssl_io_data_dump().
Christophe Jaillet
2020-08-01
1
-16
/
+12
*
* modules/ssl/ssl_scache.c (ssl_scache_init): Use <16 character
Joe Orton
2020-07-02
1
-2
/
+2
*
mod_ssl: release coalesced data when called from ap_filter_output_pending().
Yann Ylavic
2020-07-02
1
-0
/
+14
*
EVP_PKEY_up_ref(): fix bad reference count locking.
Yann Ylavic
2020-06-25
1
-1
/
+1
*
mod_ssl: follow up to r1877397: fix SSL_OP_NO_RENEGOT*I*ATION typo.
Yann Ylavic
2020-05-15
3
-8
/
+8
*
mod_ssl: destroy temporary pool on stapling_renew_response() failure.
Yann Ylavic
2020-05-10
1
-0
/
+2
*
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
6
-127
/
+98
*
mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.
Joe Orton
2020-05-07
4
-9
/
+38
*
mod_ssl: Minor cleanup to avoid defining init handling functions for
Joe Orton
2020-05-06
1
-19
/
+21
*
mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) to
Joe Orton
2020-05-05
5
-29
/
+74
*
mod_ssl: Calculate the MD5 digest used as the session context once per
Joe Orton
2020-05-04
5
-17
/
+14
[prev]
[next]