summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-233-68/+40
* * modules/ssl/ssl_engine_config.c (ssl_cmd_check_file): Joe Orton2019-06-131-1/+7
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-2/+0
* mod_proxy/ssl: Proxy SSL client certificateRainer Jung2019-05-161-0/+10
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): CorrectlyJoe Orton2019-03-191-0/+2
* * 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: AH10129 from ERR to DEBUG level.Yann Ylavic2019-03-121-1/+2
* mod_ssl: unset FIPS mode only if we set it.Yann Ylavic2019-02-072-4/+11
* mod_ssl: give mod_md the chance to override certificate after ALPN protocol n...Stefan Eissing2019-01-251-22/+52
* reverting last changeStefan Eissing2019-01-241-52/+22
* mod_http2: enable re-use of slave connections again.Stefan Eissing2019-01-241-22/+52
* * modules/ssl/ssl_engine_io.c (bio_filter_out_write,Joe Orton2019-01-101-8/+4
* *) mod_ssl: Fix mod_authz provider for "require ssl" directive to check cor...Stefan Eissing2018-11-081-4/+1
* *) mod_ssl: clear *SSL errors before loading certificates and checkingStefan Eissing2018-11-052-0/+4
* Revert r1844928 and follow up r1844942.Yann Ylavic2018-10-281-3/+23
* mod_ssl: follow up to r1844928: revert an unintentional change.Yann Ylavic2018-10-271-1/+1
* mod_ssl: axe dead code.Yann Ylavic2018-10-271-24/+4
* mod_ssl: follow up to r1844779: fix rollback in char_buffer_consume().Yann Ylavic2018-10-241-17/+24
* mod_ssl: bind buffered data to filter's pending data.Yann Ylavic2018-10-241-38/+65
* * modules/ssl/ssl_engine_init.c: Fix typo in log message.Joe Orton2018-10-191-1/+1
* rollback 1844001.Jean-Frederic Clere2018-10-173-8/+0
* * Correctly merge configurations that have client certificates setRuediger Pluem2018-10-161-0/+2
* And a way to custom modules to guess and extract ssl variable.Jean-Frederic Clere2018-10-163-0/+8
* SSL_read() doesn't distinguish between return value 0 and <0,Rainer Jung2018-10-151-26/+33
* * modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_pkey): RemoveJoe Orton2018-10-051-1/+0
* * Pickup the proxy related configuration for verify mode and verify depth andRuediger Pluem2018-10-011-7/+18
* On the trunk:Stefan Eissing2018-09-201-1/+1
* On the trunk:Stefan Eissing2018-09-201-1/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_check_post_client_verify):Joe Orton2018-09-181-95/+103
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol):Joe Orton2018-09-121-0/+14
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Fail withJoe Orton2018-09-111-1/+9
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-041-4/+3
* On the trunk:Stefan Eissing2018-09-031-1/+3
* On the trunk:Stefan Eissing2018-09-031-3/+1
* mod_proxy: follow up to r1645529: 502 in case of SSL handshake failure.Yann Ylavic2018-08-281-6/+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-042-31/+23
* * modules/ssl/ssl_engine_pphrase.c: Fix linking against OpenSSL withoutJoe Orton2018-07-241-1/+5
* core: core output filter optimizations.Yann Ylavic2018-07-181-2/+14
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): LoadJoe Orton2018-07-111-6/+21
* * modules/ssl/ssl_engine_pphrase.c: Add logno tags.Joe Orton2018-07-061-6/+6
* Hook up PKCS#11 PIN entry through configured passphrase entry method.Joe Orton2018-07-063-9/+232
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-153-12/+12
* mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.Yann Ylavic2018-06-153-10/+10
* mod_ssl: disable check for client initiated renegotiations with TLS 1.3.Yann Ylavic2018-06-151-16/+28
* Follow up to r1833368: share openssl between modules.Yann Ylavic2018-06-131-17/+53