# HG changeset patch # User Kim Alvefur # Date 1672005638 -3600 # Node ID 83afe4078e6efa400f76fb2b7672c7888a2a75c5 # Parent 048e339706ba6f6b53c07fca4cce907ce086252b mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore) diff -r 048e339706ba -r 83afe4078e6e mod_s2s_auth_dane/README.markdown --- 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)