mod_s2s_auth_dane/mod_s2s_auth_dane.lua
changeset 1269 69d42d2427f7
parent 1266 51e7a4bbd70b
child 1324 853a382c9bd6
equal deleted inserted replaced
1268:854a3933cfcd 1269:69d42d2427f7
     1 -- mod_s2s_auth_dane
     1 -- mod_s2s_auth_dane
     2 --
     2 --
     3 -- Between the DNS lookup and the chertificate validation, there is a race condition.
     3 -- Between the DNS lookup and the certificate validation, there is a race condition.
     4 -- Solving that probably requires changes to mod_s2s, like using util.async
     4 -- Solving that probably requires changes to mod_s2s, like using util.async
     5 
     5 
     6 
     6 
     7 module:set_global();
     7 module:set_global();
     8 
     8