index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
mod_ssl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ssl: Minor cleanup to avoid defining init handling functions for
Joe Orton
2020-05-06
1
-19
/
+21
*
mod_ssl: Calculate the MD5 digest used as the session context once per
Joe Orton
2020-05-04
1
-8
/
+7
*
mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.
Yann Ylavic
2020-02-21
1
-5
/
+6
*
Fix a typo
Christophe Jaillet
2019-09-20
1
-2
/
+2
*
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
1
-60
/
+25
*
mod_proxy/ssl: Proxy SSL client certificate
Rainer Jung
2019-05-16
1
-0
/
+10
*
* 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: unset FIPS mode only if we set it.
Yann Ylavic
2019-02-07
1
-3
/
+0
*
rollback 1844001.
Jean-Frederic Clere
2018-10-17
1
-2
/
+0
*
And a way to custom modules to guess and extract ssl variable.
Jean-Frederic Clere
2018-10-16
1
-0
/
+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
1
-27
/
+23
*
mod_ssl: build with LibreSSL.
Yann Ylavic
2018-06-15
1
-1
/
+4
*
Follow up to r1833368: share openssl between modules.
Yann Ylavic
2018-06-13
1
-17
/
+53
*
Factor out logic to determine if request is using SSL/TLS and use it
Joe Orton
2018-04-16
1
-14
/
+2
*
On the trunk:
Stefan Eissing
2018-04-03
1
-1
/
+1
*
On the trunk:
Stefan Eissing
2018-03-29
1
-15
/
+5
*
On the trunk:
Stefan Eissing
2018-03-28
1
-0
/
+10
*
On the trunk:
Stefan Eissing
2018-03-26
1
-89
/
+21
*
On the trunk:
Stefan Eissing
2018-03-23
1
-7
/
+0
*
Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...
Stefan Eissing
2018-03-16
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-12-07
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-09-26
1
-1
/
+1
*
mod_ssl: follow up to r1809302.
Yann Ylavic
2017-09-22
1
-0
/
+3
*
On the trunk:
Stefan Eissing
2017-09-08
1
-21
/
+89
*
On the trunk:
Stefan Eissing
2017-08-16
1
-0
/
+9
*
mod_ssl, ab: compatibility with LibreSSL. PR 61184.
Yann Ylavic
2017-07-30
1
-4
/
+4
*
mod_ssl: we can't use SSL_COMP_free_compression_methods() if OPENSSL_NO_COMP
Yann Ylavic
2017-07-29
1
-0
/
+2
*
mod_ssl: follow up to r1781575
Yann Ylavic
2017-03-24
1
-1
/
+1
*
Add Configuration for trusted OCSP responder certificates
Jean-Frederic Clere
2017-02-03
1
-0
/
+8
*
mod_ssl: follow up to r1781187.
Yann Ylavic
2017-02-01
1
-0
/
+2
*
mod_ssl: work around leaks on (graceful) restart.
Yann Ylavic
2017-02-01
1
-10
/
+42
*
Remove calling ERR_remove_thread_state when
Rainer Jung
2016-08-10
1
-0
/
+2
*
Compatibility with OpenSSL 1.1.0 pre6.
Rainer Jung
2016-08-10
1
-4
/
+0
*
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic
2016-04-26
1
-73
/
+114
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-03-20
1
-0
/
+4
*
mod_ssl: Add no_crl_for_cert_ok flag to SSLCARevocationCheck directive
Yann Ylavic
2016-03-11
1
-2
/
+2
*
mod_ssl: Don't lose track of the SSL context if the ssl_run_pre_handshake()
Graham Leggett
2016-03-08
1
-3
/
+1
*
Support for OpenSSL 1.1.0:
Rainer Jung
2016-02-07
1
-0
/
+4
*
* Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.
Ruediger Pluem
2016-01-26
1
-0
/
+2
*
Better illustrate the ordering of hook processing
William A. Rowe Jr
2015-12-03
1
-4
/
+4
*
mod_ssl: check request-server for TLS settings compatible to handshake server...
Stefan Eissing
2015-10-22
1
-2
/
+5
*
moved ssl handshake trigger from mod_http2 to new process_connection hook in ...
Stefan Eissing
2015-10-20
1
-0
/
+23
*
Support compilation against libssl built with OPENSSL_NO_SSL3,
Kaspar Brand
2015-09-19
1
-2
/
+7
*
Add support for extracting the msUPN and dnsSRV forms
Kaspar Brand
2015-08-02
1
-0
/
+5
*
new Protocols directive and core API changes to enable protocol switching on ...
Stefan Eissing
2015-07-24
1
-38
/
+0
[next]