68
edits
m (Clarify the issue with Lua's cert library) |
(Add comment about Prosody/s2s TLS) |
||
Line 129: | Line 129: | ||
=== Encrypted s2s matrix === | === Encrypted s2s matrix === | ||
<table border="1"> | <table border="1"> | ||
Line 181: | Line 180: | ||
</tr> | </tr> | ||
</table> | </table> | ||
* Notes | |||
** Prosody fails all tests because Lua's cert libraries are unable to verify the certificate identity. | |||
* Comments | |||
** Was the test of encryption only, or also SASL EXTERNAL? Prosody is certainly successful at encryption (and verifying that a certificate is trusted), however pending improvement of LuaSec it doesn't use certificates for authentication, and still uses dialback for that. --[[User:MattJ|MattJ]] 17:20, 22 July 2010 (UTC) |