aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-04-14 16:51:24 +0200
committerKim Alvefur <zash@zash.se>2020-04-14 16:51:24 +0200
commit44ed7a0e21e7c4a3380cb97be671f12a4b40f8d5 (patch)
tree5864cfa6ba4c63825782b45c0faed0d18ddff4de /CHANGES
parentff7f920156cf636863eae6eecf1c5d1171042557 (diff)
downloadprosody-44ed7a0e21e7c4a3380cb97be671f12a4b40f8d5.tar.gz
prosody-44ed7a0e21e7c4a3380cb97be671f12a4b40f8d5.zip
util.sasl.digest-md5: Remove, obsolete since 2011
RFC 6331 lists several problems with this outdated authentication mechanism. The code here was also completely ignored by lint checks and has probably not been used for a long time, as it is incompatible with SCRAM-hashed password storage.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29c4cf86..0aa157a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,7 @@ TRUNK
- MUC presence broadcast controls
- ALPN support in mod\_net\_multiplex
- `daemonize` option deprecated
+- SASL DIGEST-MD5 removed
0.11.0
======