changeset 5120:83afe4078e6e

mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore)
author Kim Alvefur <zash@zash.se>
date Sun, 25 Dec 2022 23:00:38 +0100
parents 048e339706ba
children dd2c45d05f73
files mod_s2s_auth_dane/README.markdown
diffstat 1 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mod_s2s_auth_dane/README.markdown	Tue Dec 20 21:48:28 2022 +0100
+++ b/mod_s2s_auth_dane/README.markdown	Sun Dec 25 23:00:38 2022 +0100
@@ -1,7 +1,7 @@
 ---
 labels:
-- 'Stage-Alpha'
-- 'Type-S2SAuth'
+- Stage-Broken
+- Type-S2SAuth
 summary: S2S authentication using DANE
 ...
 
@@ -77,18 +77,22 @@
 
 -   [DANE Operational Guidance][rfc7671]
 
-Compatibility
-=============
+# Compatibility
 
-Works with Prosody 0.9 until 0.11.
+  version   status
+  --------- ------------
+  trunk     broken[^1]
+  0.12      broken
+  0.11      works
+  0.10      works
+  0.9       works
 
 **Broken** since [trunk revision 756b8821007a](https://hg.prosody.im/trunk/rev/756b8821007a).
 
-Known issues
-============
+# 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.
 
-
+[^1]: since [756b8821007a](https://hg.prosody.im/trunk/rev/756b8821007a)