log mod_s2s_auth_dane/mod_s2s_auth_dane.lua @ 2474:173fe999cc37

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