Software / code / prosody-modules
Comparison
mod_s2s_auth_dane/README.markdown @ 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 |
| parent | 3991:eb56e743abe8 |
comparison
equal
deleted
inserted
replaced
| 5119:048e339706ba | 5120:83afe4078e6e |
|---|---|
| 1 --- | 1 --- |
| 2 labels: | 2 labels: |
| 3 - 'Stage-Alpha' | 3 - Stage-Broken |
| 4 - 'Type-S2SAuth' | 4 - Type-S2SAuth |
| 5 summary: S2S authentication using DANE | 5 summary: S2S authentication using DANE |
| 6 ... | 6 ... |
| 7 | 7 |
| 8 Introduction | 8 Introduction |
| 9 ============ | 9 ============ |
| 75 Further reading | 75 Further reading |
| 76 =============== | 76 =============== |
| 77 | 77 |
| 78 - [DANE Operational Guidance][rfc7671] | 78 - [DANE Operational Guidance][rfc7671] |
| 79 | 79 |
| 80 Compatibility | 80 # Compatibility |
| 81 ============= | |
| 82 | 81 |
| 83 Works with Prosody 0.9 until 0.11. | 82 version status |
| 83 --------- ------------ | |
| 84 trunk broken[^1] | |
| 85 0.12 broken | |
| 86 0.11 works | |
| 87 0.10 works | |
| 88 0.9 works | |
| 84 | 89 |
| 85 **Broken** since [trunk revision 756b8821007a](https://hg.prosody.im/trunk/rev/756b8821007a). | 90 **Broken** since [trunk revision 756b8821007a](https://hg.prosody.im/trunk/rev/756b8821007a). |
| 86 | 91 |
| 87 Known issues | 92 # Known issues |
| 88 ============ | |
| 89 | 93 |
| 90 - A race condition between the DANE lookup and completion of the TLS | 94 - A race condition between the DANE lookup and completion of the TLS |
| 91 handshake may cause a crash. This does not happen in **trunk** | 95 handshake may cause a crash. This does not happen in **trunk** |
| 92 thanks to better async support. | 96 thanks to better async support. |
| 93 | 97 |
| 94 | 98 [^1]: since [756b8821007a](https://hg.prosody.im/trunk/rev/756b8821007a) |