changeset 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
parents 63fb612d6ec5
children 5ca2470a7755
files mod_s2s_auth_dane/README.markdown
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
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.
+
+