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_config.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r1921336.
Joe Orton
2024-10-16
1
-4
/
+0
*
mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it
Joe Orton
2024-10-15
1
-0
/
+4
*
mod_ssl: Add SSLClientHelloVars directive which exposes various
Joe Orton
2024-10-01
1
-0
/
+9
*
Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555
Joe Orton
2024-05-09
1
-11
/
+1
*
mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.
Yann Ylavic
2024-03-26
1
-2
/
+4
*
mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set. PR 68080
Yann Ylavic
2023-11-15
1
-2
/
+0
*
mod_ssl: Fix deprecation warnings with openssl-3.
Yann Ylavic
2023-03-19
1
-0
/
+7
*
Fix some typos
Christophe Jaillet
2022-05-08
1
-2
/
+2
*
mod_ssl: Add base64-encoded DER certificate variables as alternative
Joe Orton
2021-03-19
1
-0
/
+3
*
mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.
Joe Orton
2020-05-07
1
-0
/
+9
*
mod_ssl: Calculate the MD5 digest used as the session context once per
Joe Orton
2020-05-04
1
-1
/
+0
*
Prior to r1877345 mc->pPool was the process pool (s->process->pool).
Joe Orton
2020-05-04
1
-5
/
+4
*
* modules/ssl/ssl_engine_config.c (ssl_config_global_create):
Joe Orton
2020-05-04
1
-19
/
+1
*
mod_ssl: Use retained data API for storing private keys across reloads.
Joe Orton
2020-05-04
1
-13
/
+17
*
Move FIPS mode config option to SSLModConfigRec since it is a global
Joe Orton
2020-05-01
1
-12
/
+6
*
mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in the
Joe Orton
2019-11-15
1
-0
/
+4
*
mod_ssl: follow up to r1868645 and r1868929.
Yann Ylavic
2019-10-25
1
-0
/
+2
*
* modules/ssl/ssl_engine_config.c (ssl_cmd_check_file):
Joe Orton
2019-06-13
1
-1
/
+7
*
* Correctly merge configurations that have client certificates set
Ruediger Pluem
2018-10-16
1
-0
/
+2
*
mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.
Yann Ylavic
2018-06-15
1
-3
/
+3
*
mod_ssl: after code review, changed:
Stefan Eissing
2018-06-06
1
-56
/
+49
*
* modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODO
Joe Orton
2018-05-23
1
-2
/
+2
*
mod_ssl: Add support for loading TLS certificates through the PKCS#11
Joe Orton
2018-05-08
1
-2
/
+4
*
mod_ssl: Add support for loading private keys from ENGINEs. Support
Joe Orton
2018-05-03
1
-1
/
+3
*
mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections.
Yann Ylavic
2018-04-05
1
-2
/
+10
*
On the trunk:
Stefan Eissing
2018-03-29
1
-51
/
+64
*
On the trunk:
Stefan Eissing
2018-03-28
1
-0
/
+27
*
On the trunk:
Stefan Eissing
2018-03-28
1
-0
/
+3
*
On the trunk:
Stefan Eissing
2018-03-26
1
-45
/
+12
*
On the trunk:
Stefan Eissing
2018-03-23
1
-220
/
+14
*
Fixed OCSPEnable to keep accepting "off", not "none".
Stefan Eissing
2018-03-16
1
-1
/
+1
*
Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...
Stefan Eissing
2018-03-16
1
-7
/
+42
*
On the trunk:
Stefan Eissing
2017-12-12
1
-7
/
+1
*
On the trunk:
Stefan Eissing
2017-12-07
1
-3
/
+16
*
mod_ssl: fix add_policy() w.r.t. OPENSSL_NO_COMP. PR 61592.
Yann Ylavic
2017-10-08
1
-0
/
+2
*
On the trunk:
Stefan Eissing
2017-09-14
1
-76
/
+27
*
* We need i if we have HAVE_SSL_CONF_CMD defined
Ruediger Pluem
2017-09-11
1
-0
/
+4
*
* Silence compiler warning and remove unused variable
Ruediger Pluem
2017-09-11
1
-6
/
+4
*
On the trunk:
Stefan Eissing
2017-09-08
1
-12
/
+45
*
On the trunk:
Stefan Eissing
2017-08-16
1
-2
/
+9
*
On the trunk:
Stefan Eissing
2017-08-16
1
-0
/
+748
*
mod_ssl: follow up to r1781575
Yann Ylavic
2017-03-24
1
-2
/
+2
*
Add Configuration for trusted OCSP responder certificates
Jean-Frederic Clere
2017-02-03
1
-0
/
+38
*
mod_ssl: follow up to r1781187.
Yann Ylavic
2017-02-01
1
-0
/
+11
*
mod_ssl: revert r1781299 r1781188.
Yann Ylavic
2017-02-01
1
-11
/
+0
*
* We only need this in case HAVE_SSL_CONF_CMD is defined
Ruediger Pluem
2017-02-01
1
-0
/
+2
*
mod_ssl: follow up to r1740928: fix memory leaks.
Yann Ylavic
2017-02-01
1
-0
/
+9
*
mod_ssl: follow up to r1740928.
Yann Ylavic
2016-08-20
1
-2
/
+2
*
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic
2016-04-26
1
-80
/
+104
*
mod_ssl: follow up to r1734561.
Yann Ylavic
2016-03-16
1
-56
/
+27
[next]