summaryrefslogtreecommitdiff
path: root/modules/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* mod_ssl: Add base64-encoded DER certificate variables as alternativeJoe Orton2021-03-194-36/+73
* And the necessary log tags added just shortly afterwards.Stefan Eissing2021-03-031-1/+1
* Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing2021-03-034-39/+86
* Fixed regression in r1887085 where a SSL function was used that is not availa...Stefan Eissing2021-03-031-1/+1
* Adding log tags where log tags are needed.Stefan Eissing2021-03-021-2/+2
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-023-11/+42
* Treat non-leaf certificates present in SSLProxyMachineCertificateFileJoe Orton2020-12-171-13/+33
* * modules/ssl/ssl_private.h (modssl_pk_proxy_t): Update comment,Joe Orton2020-12-171-4/+7
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_cert_chain): Log theJoe Orton2020-12-151-1/+4
* mod_ssl_ct: join the threads before their parent pools are destroyed.Yann Ylavic2020-11-201-4/+4
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-09-011-1/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): MoveJoe Orton2020-08-171-10/+8
* Simplify and speed-up ssl_io_data_dump().Christophe Jaillet2020-08-011-16/+12
* * modules/ssl/ssl_scache.c (ssl_scache_init): Use <16 characterJoe Orton2020-07-021-2/+2
* mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2020-07-011-0/+14
* EVP_PKEY_up_ref(): fix bad reference count locking.Yann Ylavic2020-06-251-1/+1
* mod_ssl: follow up to r1877397: fix SSL_OP_NO_RENEGOT*I*ATION typo.Yann Ylavic2020-05-153-8/+8
* mod_ssl: destroy temporary pool on stapling_renew_response() failure.Yann Ylavic2020-05-101-0/+2
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-101-1/+0
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-076-127/+98
* mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.Joe Orton2020-05-074-9/+38
* mod_ssl: Minor cleanup to avoid defining init handling functions forJoe Orton2020-05-061-19/+21
* mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) toJoe Orton2020-05-055-29/+74
* mod_ssl: Calculate the MD5 digest used as the session context once perJoe Orton2020-05-045-17/+14
* * 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