summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-66/+87
* mod_ssl: SSLFIPS compatible with OpenSSL 3.0. PR 66063.Yann Ylavic2022-05-311-4/+4
* Fix some typosChristophe Jaillet2022-05-081-1/+1
* free memory when neededGiovanni Bechis2022-02-251-1/+6
* * 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
* mod_ssl: Switch to using OpenSSL's automatic internal DH parameterJoe Orton2021-05-211-4/+10
* Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing2021-03-031-3/+3
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-4/+11
* Treat non-leaf certificates present in SSLProxyMachineCertificateFileJoe Orton2020-12-171-13/+33
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_cert_chain): Log theJoe Orton2020-12-151-1/+4
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-071-4/+6
* mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.Joe Orton2020-05-071-0/+12
* mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) toJoe Orton2020-05-051-1/+22
* mod_ssl: Calculate the MD5 digest used as the session context once perJoe Orton2020-05-041-2/+5
* Prior to r1877345 mc->pPool was the process pool (s->process->pool).Joe Orton2020-05-041-1/+1
* mod_ssl: Use retained data API for storing private keys across reloads.Joe Orton2020-05-041-2/+5
* * 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-011-23/+18
* 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-241-16/+60
* fix build with LibreSSL 2.0.7+Giovanni Bechis2020-02-171-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_Module): Avoid some bogusJoe Orton2020-02-141-5/+8
* mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in theJoe Orton2019-11-151-0/+28
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-221-2/+2
* mod_ssl: negotiate the TLS protocol version per name based vhost configuration.Yann Ylavic2019-10-201-2/+14
* *) mod_ssl: reverting a 2.4.40 change where a superfluous SSLCertificateCha...Stefan Eissing2019-08-051-11/+13
* * moving the openssl related new hooks into mod_ssl_openssl.hStefan Eissing2019-07-091-4/+3
* *) mod_ssl/mod_md: Stefan Eissing2019-07-011-7/+5
* *) mod_ssl/mod_md: reversing dependency by letting mod_ssl offer hooks forStefan Eissing2019-06-251-63/+44
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-6/+12
* mod_ssl: unset FIPS mode only if we set it.Yann Ylavic2019-02-071-1/+11
* *) mod_ssl: clear *SSL errors before loading certificates and checkingStefan Eissing2018-11-051-0/+2
* * modules/ssl/ssl_engine_init.c: Fix typo in log message.Joe Orton2018-10-191-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol):Joe Orton2018-09-121-0/+14
* mod_ssl: OpenSSL now initializes fully through APR, use that.Yann Ylavic2018-08-041-4/+0
* Hook up PKCS#11 PIN entry through configured passphrase entry method.Joe Orton2018-07-061-2/+3
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-151-8/+6
* mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.Yann Ylavic2018-06-151-5/+5
* * modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Add errorJoe Orton2018-05-081-7/+11
* mod_ssl: Add support for loading TLS certificates through the PKCS#11Joe Orton2018-05-081-3/+23
* mod_ssl: Add support for loading private keys from ENGINEs. SupportJoe Orton2018-05-031-5/+21
* * modules/ssl: Add some missing logno tags.Joe Orton2018-05-031-1/+1
* Follow up to r1828222: fix "defined but not used 'prot'" warning with libressl.Yann Ylavic2018-04-291-1/+2