Log

core/certmanager.lua @ 12060:3099e03b10bd

description author age
core.certmanager: Support 'use_dane' setting to enable DANE support Kim Alvefur 2021-07-18
core.certmanager: Skip service certificate lookup for https client Kim Alvefur 2021-05-27
Merge 0.11->trunk Matthew Wild 2021-05-13
certmanager: Disable renegotiation by default 0.11 Matthew Wild 2021-05-11
core.certmanager: Test for SSL options in absence of LuaSec config 0.11 Kim Alvefur 2021-04-26
core.certmanager: Attempt to directly access LuaSec config table 0.11 Kim Alvefur 2021-04-26
core.certmanager: Catch error from lfs Kim Alvefur 2021-05-07
core.certmanager: Resolve certs path relative to config dir Kim Alvefur 2021-05-07
core.certmanager: Skip directly to guessing of key from cert filename Kim Alvefur 2021-05-05
core.certmanager: Join paths with OS-aware util.paths function Kim Alvefur 2021-05-05
core.certmanager: Build an index over certificates Kim Alvefur 2021-04-10
core.certmanager: Check for complete filename Kim Alvefur 2021-04-10
core.certmanager: Add comments explaining the 'verifyext' TLS settings Kim Alvefur 2021-02-06
core.certmanager: Add TODO about LuaSec issue Kim Alvefur 2020-06-07
Merge 0.11->trunk Kim Alvefur 2020-04-13
core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) 0.11 Kim Alvefur 2019-08-25
Merge 0.11->trunk Kim Alvefur 2020-04-10
core.certmanager: Look for privkey.pem to go with fullchain.pem (fix #1526) 0.11 Kim Alvefur 2020-04-10
core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support) Kim Alvefur 2019-11-29
core.certmanager: Lower severity for tls config not having cert Kim Alvefur 2019-09-06
core.certmanager: Remove unused import [luacheck] Kim Alvefur 2019-08-25
Remove COMPAT with temporary luasec fork Kim Alvefur 2019-08-25
core.certmanager: Move EECDH ciphers before EDH in default cipherstring Kim Alvefur 2019-08-25
core.certmanager: Do not ask for client certificates by default Kim Alvefur 2019-03-10
Merge 0.10->trunk Kim Alvefur 2018-05-25
core.certmanager: Allow all non-whitespace in service name (fixes #1019) Kim Alvefur 2018-05-25
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing) Kim Alvefur 2017-12-28
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support Kim Alvefur 2017-11-19
certmanager: Filter out curves not supported by LuaSec Kim Alvefur 2017-11-19
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.7 Kim Alvefur 2017-11-19
core.certmanager: Set a default curveslist [sic], fixes #879, #943, #951 if used along with luasec 0.7 and openssl 1.1 Kim Alvefur 2017-09-27
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys Kim Alvefur 2017-09-27
certmanager: Add debug logging (thanks av6) Matthew Wild 2017-09-23
certmanager: Update the 'certificates' option after the config has been reloaded (fixes #929) Kim Alvefur 2017-06-01
core.certmanager: Translate "no start line" to something friendlier (thanks santiago) Kim Alvefur 2016-11-26
core.certmanager: Split cipher list into array with comments explaining each part Kim Alvefur 2016-09-12
certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed) Kim Alvefur 2016-07-29
certmanager: Explicitly tonumber() version number segments before doing arithmetic and avoid relying on implicit coercion (thanks David Favro) Matthew Wild 2016-03-26
certmanager: Localize tonumber Matthew Wild 2016-02-18
certmanager: Try filename.key if certificate is set to a full filename ending with .crt Kim Alvefur 2016-02-05
certmanager: Apply global ssl config later so certificate/key is not overwritten by magic Kim Alvefur 2016-02-05
certmanager: Support new certificate configuration for non-XMPP services too (fixes #614) Matthew Wild 2016-02-05
core.certmanager: Look for certificate and key in a few different places Kim Alvefur 2016-02-03
core.certmanager: Remove non-string filenames (allows setting eg capath to false to disable the built in default) Kim Alvefur 2015-10-11
core.*: Remove use of module() function Kim Alvefur 2015-02-21
certmanager: Fix compat for MattJs old LuaSec fork Kim Alvefur 2015-02-05
certmanager: Fix previous commit Kim Alvefur 2015-02-05
certmanager: Limit certificate chain depth to 9 Kim Alvefur 2015-02-05
certmanager: Options that appear to be available since LuaSec 0.2 Kim Alvefur 2015-02-05
certmanager: Improve "detection" of features that depend on LuaSec version Kim Alvefur 2015-02-05
certmanager: Add locals for ssl.context and ssl.x509 Kim Alvefur 2015-02-05
certmanager: Early return from the entire module if LuaSec is unavailable Kim Alvefur 2015-02-05
certmanager: Make global variable access explicit Matthew Wild 2015-01-20
certmanager, mod_tls: Return final ssl config as third return value (fix for c6caaa440e74, portmanager assumes non-falsy second return value is an error) (thanks deoren) Kim Alvefur 2014-11-22
certmanager: Return final ssl config along with ssl context on success Kim Alvefur 2014-11-19
Merge 0.9->0.10 Kim Alvefur 2014-10-26
certmanager, net.http: Disable SSLv3 by default 0.9.6 Matthew Wild 2014-10-14
core.certmanager: Make create_context() support an arbitrary number of option sets, merging all Kim Alvefur 2014-07-03
core.certmanager: Use util.sslconfig Kim Alvefur 2014-07-03