summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * modules/ssl/ssl_util.c (ssl_asn1_table_set): Remove unused function.Joe Orton2020-05-042-20/+0
* Prior to r1877345 mc->pPool was the process pool (s->process->pool).Joe Orton2020-05-045-14/+10
* * 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-044-78/+70
* mod_ssl: Factor out code to read a BIO into a palloc'ed string:Joe Orton2020-05-023-42/+31
* * modules/ssl/ssl_engine_init.c (ssl_add_version_components,Joe Orton2020-05-011-6/+6
* * modules/ssl/ssl_engine_init.c (ssl_init_Module): Pass base_server inJoe Orton2020-05-011-1/+1
* Move FIPS mode config option to SSLModConfigRec since it is a globalJoe Orton2020-05-013-38/+28
* mod_ssl: follow up to r1876934: use OPENSSL_cleanse().Yann Ylavic2020-04-241-1/+1
* mod_ssl: follow up to r1876934: wrap DH_bits()Yann Ylavic2020-04-241-1/+10
* mod_ssl: follow up to r1876934: OSSL_PARAM_construct_*() make no copy.Yann Ylavic2020-04-241-1/+3
* mod_ssl: follow up to r1876934: fix !modssl_X509_STORE_load_locations() logic.Yann Ylavic2020-04-241-2/+2
* mod_ssl: add compatibility with OpenSSL 3.0.0Yann Ylavic2020-04-245-25/+119
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Update comment only. ...Joe Orton2020-04-211-0/+3
* mod_ssl: axe useless X509_free (NULL arg).Yann Ylavic2020-04-191-3/+0
* Add missing pool tags to help debugging.Yann Ylavic2020-04-164-0/+8
* mod_{ssl,md}: init_stapling_status hooks should return an int.Yann Ylavic2020-04-151-1/+1
* mod_ssl: Fix memory leak in stapling code. PR63687.Yann Ylavic2020-04-151-11/+17
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Further tweaksJoe Orton2020-04-021-16/+31
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Handle the caseRuediger Pluem2020-04-011-29/+29
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_coalesce): Treat zero-lengthJoe Orton2020-04-011-2/+6
* * modules/ssl/ssl_engine_io.c: Update comment, no function change, [skip ci]Joe Orton2020-03-301-1/+8
* * modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle theJoe Orton2020-03-301-1/+11
* Add lognos. [skip ci].Joe Orton2020-03-301-2/+2
* mod_ssl: Extend the coalescing filter to avoid sending HTTP responseJoe Orton2020-03-301-12/+63
* * modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_refJoe Orton2020-03-263-12/+2
* * modules/ssl/ssl_engine_vars.c (ssl_get_tls_cb): Fix leak of X509Joe Orton2020-03-251-0/+5
* Fix compilation breakage with OpenSSL 1.1.0 up to 1.1.0f.Rainer Jung2020-03-231-1/+1
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't sendRuediger Pluem2020-03-181-2/+2
* * modules/ssl/ssl_util_stapling.c (stapling_check_response) Don't stopRuediger Pluem2020-03-181-7/+1
* mod_ssl: simpler "goto" logic for stapling_renew_response().Yann Ylavic2020-02-271-13/+8
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-7/+13
* Revert r1874574: wrong patch.Yann Ylavic2020-02-271-18/+10
* mod_ssl: Fix memory leak of OCSP stapling response.Yann Ylavic2020-02-271-10/+18
* mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.Yann Ylavic2020-02-212-5/+7
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-182-2/+2
* fix build with LibreSSL 2.0.7+Giovanni Bechis2020-02-172-1/+3
* * modules/ssl/ssl_util_ocsp.c (serialize_request): Set the Connection headerRuediger Pluem2020-02-141-0/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_Module): Avoid some bogusJoe Orton2020-02-141-5/+8
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-134-7/+7
* *) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes githubStefan Eissing2020-02-111-0/+2
* Add logno.Joe Orton2019-11-211-1/+1
* Buffer HTTP request bodies for TLSv1.3 PHA in the same way as forJoe Orton2019-11-211-32/+55
* mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in theJoe Orton2019-11-154-0/+59
* mod_ssl: follow up to r1868645 and r1868929.Yann Ylavic2019-10-251-0/+2
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-251-2/+8
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-223-13/+15
* mod_ssl: negotiate the TLS protocol version per name based vhost configuration.Yann Ylavic2019-10-203-7/+91
* * modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use stringJoe Orton2019-09-261-4/+2
* Fix a typoChristophe Jaillet2019-09-201-2/+2