summaryrefslogtreecommitdiff
path: root/modules/ssl/mod_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-2/+1
* *) mod_ssl: when a proxy connection had handled a request using SSL, anStefan Eissing2022-08-011-0/+7
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-63/+13
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-3/+1
* Begone, foul tabs.Graham Leggett2022-01-241-2/+2
* event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM thatGraham Leggett2022-01-241-5/+5
* mod_ssl: Use AP_FILTER_ERROR to indicate when the SSL filter hasGraham Leggett2022-01-241-1/+1
* mod_ssl: We no longer throw away handshake errors. Handle APR_EGENERALGraham Leggett2022-01-231-1/+21
* Use OK status to match process_connection behaviour.Graham Leggett2022-01-221-1/+1
* When failing, we need to explicitly set the connection state.Graham Leggett2022-01-221-1/+4
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-211-4/+42
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-44/+29
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-181-3/+0
* 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-291-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-01-311-10/+42
* Remove calling ERR_remove_thread_state whenRainer Jung2016-08-101-0/+2