aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-26 16:51:04 +0100
committerKim Alvefur <zash@zash.se>2021-12-26 16:51:04 +0100
commit4261dc1d80e3813e50763e7643faa0dbcf6626f9 (patch)
tree296a035f0ce79c5626657e54255889ce97812ac4 /doc
parentc122d673e626a7f2a4596d9a2b12a15846406d5b (diff)
downloadprosody-4261dc1d80e3813e50763e7643faa0dbcf6626f9.tar.gz
prosody-4261dc1d80e3813e50763e7643faa0dbcf6626f9.zip
mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438
More security for less pain than switching to SCRAM-SHA-256 The XEP will likely be change to reference the RFC that will probably come from draft-ietf-kitten-password-storage once it is ready, and then we should update to follow that.
Diffstat (limited to 'doc')
-rw-r--r--doc/doap.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml
index 997fb467..723d59d5 100644
--- a/doc/doap.xml
+++ b/doc/doap.xml
@@ -787,6 +787,13 @@
</implements>
<implements>
<xmpp:SupportedXep>
+ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0438.html"/>
+ <xmpp:version>0.2.0</xmpp:version>
+ <xmpp:status>partial</xmpp:status>
+ </xmpp:SupportedXep>
+ </implements>
+ <implements>
+ <xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/>
<xmpp:version>0.2.0</xmpp:version>
<xmpp:status>complete</xmpp:status>