summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_private.h
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Fix deprecation warnings with openssl-3.Yann Ylavic2023-03-191-15/+47
* 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-311-0/+10
* Fix a typoChristophe Jaillet2022-05-081-1/+1
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-1/+1
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-3/+2
* 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-211-0/+2
* * mod_log_config/mod_ssl: moved the log_handlers registered by mod_sslStefan Eissing2021-05-181-2/+0
* *) 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-191-0/+1
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-1/+2
* * modules/ssl/ssl_private.h (modssl_pk_proxy_t): Update comment,Joe Orton2020-12-171-4/+7
* 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-151-2/+2
* mod_ssl: Update the ssl_var_lookup() API:Joe Orton2020-05-071-1/+7
* mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.Joe Orton2020-05-071-2/+13
* mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) toJoe Orton2020-05-051-12/+20
* mod_ssl: Calculate the MD5 digest used as the session context once perJoe Orton2020-05-041-1/+1
* * modules/ssl/ssl_util.c (ssl_asn1_table_set): Remove unused function.Joe Orton2020-05-041-2/+0
* Prior to r1877345 mc->pPool was the process pool (s->process->pool).Joe Orton2020-05-041-1/+0
* mod_ssl: Use retained data API for storing private keys across reloads.Joe Orton2020-05-041-35/+33
* Move FIPS mode config option to SSLModConfigRec since it is a globalJoe Orton2020-05-011-3/+4
* mod_ssl: add compatibility with OpenSSL 3.0.0Yann Ylavic2020-04-241-2/+17
* * modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_refJoe Orton2020-03-261-0/+2
* mod_ssl: follow up to r1861950: allow for OPENSSL_init_ssl() without autoconf.Yann Ylavic2020-02-211-0/+1
* fix build with LibreSSL 2.0.7+Giovanni Bechis2020-02-171-0/+2
* mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in theJoe Orton2019-11-151-0/+13
* mod_ssl: follow up to r1868645.Yann Ylavic2019-10-221-3/+3
* mod_ssl: negotiate the TLS protocol version per name based vhost configuration.Yann Ylavic2019-10-201-0/+4
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-2/+3
* rollback 1844001.Jean-Frederic Clere2018-10-171-1/+0
* And a way to custom modules to guess and extract ssl variable.Jean-Frederic Clere2018-10-161-0/+1
* On the trunk:Stefan Eissing2018-09-031-1/+3
* On the trunk:Stefan Eissing2018-09-031-3/+1
* Hook up PKCS#11 PIN entry through configured passphrase entry method.Joe Orton2018-07-061-0/+1
* mod_ssl: build with LibreSSL.Yann Ylavic2018-06-151-3/+2
* mod_ssl: after code review, changed:Stefan Eissing2018-06-061-7/+1
* mod_ssl: Add support for loading TLS certificates through the PKCS#11Joe Orton2018-05-081-6/+9
* Simplify the ssl_asn1_table API, remove abstraction (it is used onlyJoe Orton2018-05-041-9/+8
* mod_ssl: Add support for loading private keys from ENGINEs. SupportJoe Orton2018-05-031-0/+8
* * modules/ssl/ssl_util.c (modssl_request_is_tls): AdjustJoe Orton2018-04-161-4/+4
* Factor out logic to determine if request is using SSL/TLS and use itJoe Orton2018-04-161-0/+5
* On the trunk:Stefan Eissing2018-04-031-6/+8
* On the trunk:Stefan Eissing2018-03-291-5/+3
* On the trunk:Stefan Eissing2018-03-281-0/+7
* On the trunk:Stefan Eissing2018-03-281-0/+9
* On the trunk:Stefan Eissing2018-03-261-3/+0
* On the trunk:Stefan Eissing2018-03-231-8/+0
* Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf of a certific...Stefan Eissing2018-03-161-2/+12