mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
mod_dialback: Short-circuit dialback auth if certificate is considered valid
This commit is contained in:
parent
59ef50532c
commit
1440be730c
2 changed files with 11 additions and 1 deletions
|
@ -235,7 +235,7 @@ function make_authenticated(event)
|
|||
end
|
||||
|
||||
--- Helper to check that a session peer's certificate is valid
|
||||
local function check_cert_status(session)
|
||||
function check_cert_status(session)
|
||||
local host = session.direction == "outgoing" and session.to_host or session.from_host
|
||||
local conn = session.conn:socket()
|
||||
local cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue