summaryrefslogtreecommitdiff
path: root/modules/ssl
Commit message (Expand)AuthorAgeFilesLines
* add SSL_CTX_set_session_id_context(3) checksGiovanni Bechis2023-04-041-3/+13
* check SSL_do_handshake(3) return value Giovanni Bechis2023-04-041-3/+7
* SSL_do_handshake can fail with 0 or <0 status codes.Giovanni Bechis2023-04-031-1/+1
* check for more possible SSL failuresGiovanni Bechis2023-03-301-4/+1
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-1913-140/+288
* * Favour HUGE_STRING_LEN * 2 over 1024 * 16Ruediger Pluem2023-03-131-3/+3
* Add SSL_SHARED_CIPHER environment variableDirk-Willem van Gulik2023-03-062-0/+6
* *) mod_ssl: when a proxy connection had handled a request using SSL, anStefan Eissing2022-08-011-0/+7
* check BN_bn2dec return valueGiovanni Bechis2022-06-281-1/+6
* mod_ssl: Missing bit from r1901470 to handle OpenSSL-3+ FIPS.Yann Ylavic2022-06-091-1/+1
* mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.Yann Ylavic2022-05-312-4/+14
* Fix some typosChristophe Jaillet2022-05-082-3/+3
* Fix a typoChristophe Jaillet2022-05-081-1/+1
* * modules/ssl/ssl_engine_io.c:Joe Orton2022-04-271-72/+8
* free memory when neededGiovanni Bechis2022-02-251-1/+6
* return early if X509_STORE_CTX_init failsGiovanni Bechis2022-02-241-1/+4
* return early if ASN1_STRING_new failsGiovanni Bechis2022-02-241-0/+4
* release memory if neededGiovanni Bechis2022-02-242-2/+7
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-042-112/+17
* check BIO_new(3) return valuesGiovanni Bechis2022-02-015-8/+25
* core: Efficient ap_thread_current() when apr_thread_local() is missing.Yann Ylavic2022-01-251-3/+3
* 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-242-2/+2
* 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-161-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