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: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
Graham Leggett
2019-06-23
1
-8
/
+25
*
After reinstatement of DSO support in APR/APR-util, revert r1837437,
Graham Leggett
2019-06-23
3
-68
/
+40
*
* modules/ssl/ssl_engine_config.c (ssl_cmd_check_file):
Joe Orton
2019-06-13
1
-1
/
+7
*
Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.
Yann Ylavic
2019-05-17
1
-2
/
+0
*
mod_proxy/ssl: Proxy SSL client certificate
Rainer Jung
2019-05-16
1
-0
/
+10
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Correctly
Joe Orton
2019-03-19
1
-0
/
+2
*
* Solve a chicken and egg problem here:
Ruediger Pluem
2019-03-18
1
-11
/
+15
*
* Revert r1855741 which committed other stuff as well.
Ruediger Pluem
2019-03-18
1
-11
/
+11
*
* Play safe in case we get no name
Ruediger Pluem
2019-03-18
1
-11
/
+11
*
mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.
Yann Ylavic
2019-03-16
1
-16
/
+22
*
mod_ssl: AH10129 from ERR to DEBUG level.
Yann Ylavic
2019-03-12
1
-1
/
+2
*
mod_ssl: unset FIPS mode only if we set it.
Yann Ylavic
2019-02-07
2
-4
/
+11
*
mod_ssl: give mod_md the chance to override certificate after ALPN protocol n...
Stefan Eissing
2019-01-25
1
-22
/
+52
*
reverting last change
Stefan Eissing
2019-01-24
1
-52
/
+22
*
mod_http2: enable re-use of slave connections again.
Stefan Eissing
2019-01-24
1
-22
/
+52
*
* modules/ssl/ssl_engine_io.c (bio_filter_out_write,
Joe Orton
2019-01-10
1
-8
/
+4
*
*) mod_ssl: Fix mod_authz provider for "require ssl" directive to check cor...
Stefan Eissing
2018-11-08
1
-4
/
+1
*
*) mod_ssl: clear *SSL errors before loading certificates and checking
Stefan Eissing
2018-11-05
2
-0
/
+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
*
* modules/ssl/ssl_engine_init.c: Fix typo in log message.
Joe Orton
2018-10-19
1
-1
/
+1
*
rollback 1844001.
Jean-Frederic Clere
2018-10-17
3
-8
/
+0
*
* Correctly merge configurations that have client certificates set
Ruediger Pluem
2018-10-16
1
-0
/
+2
*
And a way to custom modules to guess and extract ssl variable.
Jean-Frederic Clere
2018-10-16
3
-0
/
+8
*
SSL_read() doesn't distinguish between return value 0 and <0,
Rainer Jung
2018-10-15
1
-26
/
+33
*
* modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): Remove
Joe Orton
2018-10-05
1
-1
/
+0
*
* Pickup the proxy related configuration for verify mode and verify depth and
Ruediger Pluem
2018-10-01
1
-7
/
+18
*
On the trunk:
Stefan Eissing
2018-09-20
1
-1
/
+1
*
On the trunk:
Stefan Eissing
2018-09-20
1
-1
/
+1
*
* modules/ssl/ssl_engine_kernel.c (ssl_check_post_client_verify):
Joe Orton
2018-09-18
1
-95
/
+103
*
* modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol):
Joe Orton
2018-09-12
1
-0
/
+14
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Fail with
Joe Orton
2018-09-11
1
-1
/
+9
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-4
/
+3
*
On the trunk:
Stefan Eissing
2018-09-03
1
-1
/
+3
*
On the trunk:
Stefan Eissing
2018-09-03
1
-3
/
+1
*
mod_proxy: follow up to r1645529: 502 in case of SSL handshake failure.
Yann Ylavic
2018-08-28
1
-6
/
+2
*
Follow up to r1833368 and r1837435: update APLOGNO.
Yann Ylavic
2018-08-04
1
-1
/
+1
*
mod_ssl: OpenSSL now initializes fully through APR, use that.
Yann Ylavic
2018-08-04
2
-31
/
+23
*
* modules/ssl/ssl_engine_pphrase.c: Fix linking against OpenSSL without
Joe Orton
2018-07-24
1
-1
/
+5
*
core: core output filter optimizations.
Yann Ylavic
2018-07-18
1
-2
/
+14
*
* modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Load
Joe Orton
2018-07-11
1
-6
/
+21
*
* modules/ssl/ssl_engine_pphrase.c: Add logno tags.
Joe Orton
2018-07-06
1
-6
/
+6
*
Hook up PKCS#11 PIN entry through configured passphrase entry method.
Joe Orton
2018-07-06
3
-9
/
+232
*
mod_ssl: build with LibreSSL.
Yann Ylavic
2018-06-15
3
-12
/
+12
*
mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.
Yann Ylavic
2018-06-15
3
-10
/
+10
*
mod_ssl: disable check for client initiated renegotiations with TLS 1.3.
Yann Ylavic
2018-06-15
1
-16
/
+28
*
Follow up to r1833368: share openssl between modules.
Yann Ylavic
2018-06-13
1
-17
/
+53
[next]