summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_config.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-0/+7
* Fix some typosChristophe Jaillet2022-05-081-2/+2
* mod_ssl: Add base64-encoded DER certificate variables as alternativeJoe Orton2021-03-191-0/+3
* mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.Joe Orton2020-05-071-0/+9
* mod_ssl: Calculate the MD5 digest used as the session context once perJoe Orton2020-05-041-1/+0
* Prior to r1877345 mc->pPool was the process pool (s->process->pool).Joe Orton2020-05-041-5/+4
* * modules/ssl/ssl_engine_config.c (ssl_config_global_create):Joe Orton2020-05-041-19/+1
* mod_ssl: Use retained data API for storing private keys across reloads.Joe Orton2020-05-041-13/+17
* Move FIPS mode config option to SSLModConfigRec since it is a globalJoe Orton2020-05-011-12/+6
* mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in theJoe Orton2019-11-151-0/+4
* mod_ssl: follow up to r1868645 and r1868929.Yann Ylavic2019-10-251-0/+2
* * modules/ssl/ssl_engine_config.c (ssl_cmd_check_file): Joe Orton2019-06-131-1/+7
* * Correctly merge configurations that have client certificates setRuediger Pluem2018-10-161-0/+2
* mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.Yann Ylavic2018-06-151-3/+3
* mod_ssl: after code review, changed:Stefan Eissing2018-06-061-56/+49
* * modules/ssl/ssl_engine_config.c: Fix typos, but isn't this first TODOJoe Orton2018-05-231-2/+2
* mod_ssl: Add support for loading TLS certificates through the PKCS#11Joe Orton2018-05-081-2/+4
* mod_ssl: Add support for loading private keys from ENGINEs. SupportJoe Orton2018-05-031-1/+3
* mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections.Yann Ylavic2018-04-041-2/+10
* On the trunk:Stefan Eissing2018-03-291-51/+64
* On the trunk:Stefan Eissing2018-03-281-0/+27
* On the trunk:Stefan Eissing2018-03-281-0/+3
* On the trunk:Stefan Eissing2018-03-261-45/+12
* On the trunk:Stefan Eissing2018-03-231-220/+14
* Fixed OCSPEnable to keep accepting "off", not "none".Stefan Eissing2018-03-161-1/+1
* Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...Stefan Eissing2018-03-161-7/+42
* On the trunk:Stefan Eissing2017-12-121-7/+1
* On the trunk:Stefan Eissing2017-12-071-3/+16
* mod_ssl: fix add_policy() w.r.t. OPENSSL_NO_COMP. PR 61592.Yann Ylavic2017-10-081-0/+2
* On the trunk:Stefan Eissing2017-09-141-76/+27
* * We need i if we have HAVE_SSL_CONF_CMD definedRuediger Pluem2017-09-111-0/+4
* * Silence compiler warning and remove unused variableRuediger Pluem2017-09-111-6/+4
* On the trunk:Stefan Eissing2017-09-081-12/+45
* On the trunk:Stefan Eissing2017-08-161-2/+9
* On the trunk:Stefan Eissing2017-08-161-0/+748
* mod_ssl: follow up to r1781575Yann Ylavic2017-03-241-2/+2
* Add Configuration for trusted OCSP responder certificatesJean-Frederic Clere2017-02-031-0/+38
* mod_ssl: follow up to r1781187.Yann Ylavic2017-02-011-0/+11
* mod_ssl: revert r1781299 r1781188.Yann Ylavic2017-02-011-11/+0
* * We only need this in case HAVE_SSL_CONF_CMD is definedRuediger Pluem2017-02-011-0/+2
* mod_ssl: follow up to r1740928: fix memory leaks.Yann Ylavic2017-01-311-0/+9
* mod_ssl: follow up to r1740928.Yann Ylavic2016-08-191-2/+2
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-80/+104
* mod_ssl: follow up to r1734561.Yann Ylavic2016-03-161-56/+27
* mod_ssl: Add no_crl_for_cert_ok flag to SSLCARevocationCheck directiveYann Ylavic2016-03-111-2/+46
* * Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.Ruediger Pluem2016-01-261-0/+14
* Constify + save a few bytes in conf pool when parsing SSLRequireChristophe Jaillet2015-12-081-1/+1
* Save a few bytes in conf pool.Christophe Jaillet2015-11-191-4/+2
* Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand2015-09-191-1/+9
* Append :!aNULL:!eNULL:!EXP to the cipher string settings,Kaspar Brand2015-09-121-2/+7