summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mod_ssl: We no longer throw away handshake errors. Handle APR_EGENERALGraham Leggett2022-01-231-1/+21
* mod_ssl: An edge case exists where SSL_read might return SSL_ERROR_WANT_READGraham Leggett2022-01-221-12/+15
* mod_ssl: Add the missing SSL_ERROR_WANT_WRITE case in the SSL_read. MakeGraham Leggett2022-01-221-0/+24
* 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-212-7/+56
* Follow-up to r1896361.Christophe Jaillet2022-01-071-3/+2
* Close a file handle in case of error in ct_static_scts()Christophe Jaillet2021-12-241-0/+1
* mod_ssl: Fix -Werror=unused-value in ssl_var_lookup_ssl_cert_data().Yann Ylavic2021-12-151-1/+1
* * modules/ssl/ssl_engine_io.c (bio_filter_in_ctrl): Remove debuggingJoe Orton2021-12-101-1/+0
* * mod_ssl: fix in CHECK_PRIVKEY_ERROR for openssl 3.0Stefan Eissing2021-11-031-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_callbacks,Joe Orton2021-10-071-7/+9
* * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): For OpenSSLJoe Orton2021-10-041-0/+7
* * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Fix use ofJoe Orton2021-06-291-2/+17
* * log-tags always win.Stefan Eissing2021-06-111-2/+2
* *) mod_ssl: tighten the handling of ALPN for outgoing (proxy)Stefan Eissing2021-06-111-1/+61
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-086-60/+42
* fix build with LibreSSL [Yann Ylavic]Giovanni Bechis2021-05-211-3/+2
* mod_ssl: Switch to using OpenSSL's automatic internal DH parameterJoe Orton2021-05-213-4/+14
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-183-77/+3
* Follow up to r1889938: APLOGNO().Yann Ylavic2021-05-171-1/+1
* mod_ssl: coalesce using a bucket brigade and the setaside/reinstate mechanism.Yann Ylavic2021-05-161-48/+36
* * Spelling fixes after review by @bigio.Stefan Eissing2021-05-122-2/+2
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-203-16/+24
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-133-19/+87
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* 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-021-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