summaryrefslogtreecommitdiffstats
path: root/modules/ssl/mod_ssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Minor cleanup to avoid defining init handling functions forJoe Orton2020-05-061-19/+21
* mod_ssl: Calculate the MD5 digest used as the session context once perJoe Orton2020-05-041-8/+7
* mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.Yann Ylavic2020-02-211-5/+6
* Fix a typoChristophe Jaillet2019-09-201-2/+2
* mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.Graham Leggett2019-06-231-8/+25
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-60/+25
* mod_proxy/ssl: Proxy SSL client certificateRainer Jung2019-05-161-0/+10
* * Solve a chicken and egg problem here:Ruediger Pluem2019-03-181-11/+15
* * Revert r1855741 which committed other stuff as well.Ruediger Pluem2019-03-181-11/+11
* * Play safe in case we get no nameRuediger Pluem2019-03-181-11/+11
* mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.Yann Ylavic2019-03-161-16/+22
* mod_ssl: unset FIPS mode only if we set it.Yann Ylavic2019-02-071-3/+0
* rollback 1844001.Jean-Frederic Clere2018-10-171-2/+0
* And a way to custom modules to guess and extract ssl variable.Jean-Frederic Clere2018-10-161-0/+2
* Follow up to r1833368 and r1837435: update APLOGNO.Yann Ylavic2018-08-041-1/+1
* mod_ssl: OpenSSL now initializes fully through APR, use that.Yann Ylavic2018-08-041-27/+23
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-151-1/+4
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-131-17/+53
* Factor out logic to determine if request is using SSL/TLS and use itJoe Orton2018-04-161-14/+2
* On the trunk:Stefan Eissing2018-04-031-1/+1
* On the trunk:Stefan Eissing2018-03-291-15/+5
* On the trunk:Stefan Eissing2018-03-281-0/+10
* On the trunk:Stefan Eissing2018-03-261-89/+21
* On the trunk:Stefan Eissing2018-03-231-7/+0
* Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...Stefan Eissing2018-03-161-2/+2
* On the trunk:Stefan Eissing2017-12-071-2/+2
* On the trunk:Stefan Eissing2017-09-261-1/+1
* mod_ssl: follow up to r1809302.Yann Ylavic2017-09-221-0/+3
* On the trunk:Stefan Eissing2017-09-081-21/+89
* On the trunk:Stefan Eissing2017-08-161-0/+9
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-4/+4
* mod_ssl: we can't use SSL_COMP_free_compression_methods() if OPENSSL_NO_COMPYann Ylavic2017-07-291-0/+2
* mod_ssl: follow up to r1781575Yann Ylavic2017-03-241-1/+1
* Add Configuration for trusted OCSP responder certificatesJean-Frederic Clere2017-02-031-0/+8
* mod_ssl: follow up to r1781187.Yann Ylavic2017-02-011-0/+2
* mod_ssl: work around leaks on (graceful) restart.Yann Ylavic2017-02-011-10/+42
* Remove calling ERR_remove_thread_state whenRainer Jung2016-08-101-0/+2
* Compatibility with OpenSSL 1.1.0 pre6.Rainer Jung2016-08-101-4/+0
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-73/+114
* Support for OpenSSL 1.1.0:Rainer Jung2016-03-201-0/+4
* mod_ssl: Add no_crl_for_cert_ok flag to SSLCARevocationCheck directiveYann Ylavic2016-03-111-2/+2
* mod_ssl: Don't lose track of the SSL context if the ssl_run_pre_handshake()Graham Leggett2016-03-081-3/+1
* Support for OpenSSL 1.1.0:Rainer Jung2016-02-071-0/+4
* * Introduce SSLOCSPProxyURL in order to do OCSP requests via a HTTP proxy.Ruediger Pluem2016-01-261-0/+2
* Better illustrate the ordering of hook processingWilliam A. Rowe Jr2015-12-031-4/+4
* mod_ssl: check request-server for TLS settings compatible to handshake server...Stefan Eissing2015-10-221-2/+5
* moved ssl handshake trigger from mod_http2 to new process_connection hook in ...Stefan Eissing2015-10-201-0/+23
* Support compilation against libssl built with OPENSSL_NO_SSL3,Kaspar Brand2015-09-191-2/+7
* Add support for extracting the msUPN and dnsSRV formsKaspar Brand2015-08-021-0/+5
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-38/+0