Software /
code /
prosody-modules
Diff
mod_s2s_auth_dane/README.markdown @ 2493:a6486881fe42
mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 12 Feb 2017 17:05:44 +0100 |
parent | 2492:63fb612d6ec5 |
child | 3990:daabba8fb45b |
line wrap: on
line diff
--- a/mod_s2s_auth_dane/README.markdown Sun Feb 12 17:05:28 2017 +0100 +++ b/mod_s2s_auth_dane/README.markdown Sun Feb 12 17:05:44 2017 +0100 @@ -81,3 +81,12 @@ ============= Requires 0.9 or above. + +Known issues +============ + +- A race condition between the DANE lookup and completion of the TLS + handshake may cause a crash. This does not happen in **trunk** + thanks to better async support. + +