summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Revert r1868929 on trunk (only).Yann Ylavic2024-10-161-8/+7
* Revert r1921336.Joe Orton2024-10-161-4/+0
* mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since itJoe Orton2024-10-151-0/+4
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_keypair_engine):Joe Orton2024-10-011-2/+2
* mod_ssl: Add SSLClientHelloVars directive which exposes variousJoe Orton2024-10-015-1/+161
* mod_ssl: Fix regression in r1914365 preventing pkcs11: key/cert lookupJoe Orton2024-09-121-11/+20
* mod_ssl: Add SSL_HANDSHAKE_RTT environment variable.Joe Orton2024-08-302-0/+15
* * Check for correct OpenSSL version for mod_ssl_ctRuediger Pluem2024-07-051-1/+11
* mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed.Yann Ylavic2024-07-033-13/+16
* * Restore SSL dumping for OpenSSL >= 3.0. Ruediger Pluem2024-07-031-14/+47
* Fix ENGINE use with OpenSSL 3.2, which appears to be broken due to aJoe Orton2024-05-283-10/+28
* Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555Joe Orton2024-05-093-18/+1
* mod_ssl_ct: Fix format warnings.Yann Ylavic2024-04-121-2/+2
* * Ensure that we set the default DH parameters for the keyRuediger Pluem2024-04-081-5/+6
* mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP.Yann Ylavic2024-03-261-2/+4
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair):Joe Orton2024-02-291-9/+10
* mod_ssl: Check SSL_CTX_new() return valueJoe Orton2024-02-291-0/+5
* mod_ssl: Follow up to r1913815: szCryptoDevice to NULL when !MODSSL_HAVE_ENGI...Yann Ylavic2024-02-201-3/+1
* * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): FixJoe Orton2023-12-131-1/+6
* mod_ssl: Add support for loading keys from OpenSSL 3.x providers viaJoe Orton2023-12-054-12/+140
* mod_ssl: Follow up to r1908537: Fix typo s/MODSSL_USE_ENGINE_API/MODSSL_HAVE_...Yann Ylavic2023-12-041-1/+1
* Follow up to r1874101: Axe useless LIBRESSL_VERSION_NUMBER check.Yann Ylavic2023-11-161-2/+0
* mod_ssl: Disable the OpenSSL ENGINE API when OPENSSL_NO_ENGINE is set. PR 68080Yann Ylavic2023-11-153-9/+4
* mod_ssl: Silence info log message "SSL Library Error: error:0A000126:Rainer Jung2023-08-301-0/+8
* log an error if BIO_write(3) failsGiovanni Bechis2023-06-071-1/+4
* check BIO_read return valuesGiovanni Bechis2023-06-071-5/+16
* 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-06-012-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