summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * modules/ssl/ssl_private.h: Remove unused macros.Joe Orton2017-09-221-6/+0
* On the trunk:Stefan Eissing2017-09-081-0/+3
* On the trunk:Stefan Eissing2017-08-161-0/+19
* branch for integrating mod_md into trunkStefan Eissing2017-08-041-0/+7
* mod_ssl, ab: compatibility with LibreSSL. PR 61184.Yann Ylavic2017-07-301-6/+23
* mod_ssl: follow up to r1781575Yann Ylavic2017-03-241-1/+1
* Add Configuration for trusted OCSP responder certificatesJean-Frederic Clere2017-02-031-0/+15
* mod_ssl: work around leaks on (graceful) restart.Yann Ylavic2017-02-011-0/+3
* OpenSSL 1.1.0 compat:Rainer Jung2016-08-101-7/+7
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-18/+30
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-231-0/+10
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-231-6/+14
* Support for OpenSSL 1.1.0:Rainer Jung2016-04-101-0/+1