Log

mod_s2s_auth_dane/mod_s2s_auth_dane.lua @ 4096:24f4eb35ab60

description author age
mod_s2s_auth_dane: Fix typo in comment [codespell] Kim Alvefur 2018-02-04
mod_s2s_auth_dane: Use util.async if available (current prosody trunk) Kim Alvefur 2016-06-01
mod_s2s_auth_dane: Move pausing code to a function Kim Alvefur 2016-05-28
Backed out changeset f00cbfb812cd, it only half-worked and broke things Kim Alvefur 2016-05-28
mod_s2s_auth_dane: Remove unused local Kim Alvefur 2016-05-26
mod_s2s_auth_dane: Attempt a new approach to async lookups that doesn't depend on connection pausing Kim Alvefur 2016-05-26
mod_s2s_auth_dane: Make sure dane field has correct type Kim Alvefur 2016-05-26
mod_s2s_auth_dane: Correct message about not being able to support SPKI Kim Alvefur 2016-01-31
mod_s2s_auth_dane: Check if cert:pubkey() is available Kim Alvefur 2016-01-23
mod_s2s_auth_dane: Warn only if there enabled uses that can't be supported Kim Alvefur 2016-01-11
mod_s2s_auth_dane: More DNS related debug logging Kim Alvefur 2015-12-12
mod_s2s_auth_dane: Abort on bogus reply to SRV lookup Kim Alvefur 2015-12-12
mod_s2s_auth_dane: Log as much as possible through session logger instance Kim Alvefur 2015-12-12
mod_s2s_auth_dane: Add a telnet console command that exposes DANE information Kim Alvefur 2015-12-10
mod_s2s_auth_dane: Keep DANE response around after the connection is established to aid in debugging Kim Alvefur 2015-12-10
mod_s2s_auth_dane: Some more verbose debug logging Kim Alvefur 2015-12-10
mod_s2s_auth_dane: Consider TLSA records with PKIX uses as supported (if enabled) even if the chain is invalid (if no match is found the session is considered insecure) Kim Alvefur 2015-11-16
mod_s2s_auth_dane: Consider the current certificate chain status before checking PKIX-{EE,CA} TLSA records Kim Alvefur 2015-11-05
mod_s2s_auth_dane: Support servers without SRV records by falling back to port 5269 and the bare hostname for TLSA lookups Kim Alvefur 2015-11-05
mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck] Kim Alvefur 2015-05-21
mod_s2s_auth_dane: Validate names of DANE-TA certs Kim Alvefur 2015-05-21
mod_s2s_auth_dane: Simplify cases where there are only one SRV record Kim Alvefur 2015-05-05
mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did Kim Alvefur 2015-05-05
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are Kim Alvefur 2015-04-13
mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning Kim Alvefur 2015-04-13
mod_s2s_auth_dane: Cleanup [luacheck] Kim Alvefur 2015-04-07
mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch Kim Alvefur 2015-03-31
mod_s2s_auth_dane: Comments and cleanup Kim Alvefur 2015-03-16
mod_s2s_auth_dane: Include hostname when logging a failure Kim Alvefur 2014-09-16
mod_s2s_auth_dane: Fix stringprepping when doing "DANE Light" Kim Alvefur 2014-09-16