mawis / jabberd

jabberd14 XMPP instant messaging server. → Master-Repository is at GitLab! ←
https://gitlab.com/jabberd/jabberd
22 stars 11 forks source link

SCRAM-SHA-1(-PLUS) + SCRAM-SHA-256(-PLUS) + SCRAM-SHA-512(-PLUS) supports #4

Open Neustradamus opened 5 years ago

Neustradamus commented 5 years ago

"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]".

Can you add support for?

https://xmpp.org/extensions/inbox/hash-recommendations.html

-PLUS variants:

LDAP:

HTTP:

2FA:

IANA:

Linked to:

mawis commented 5 years ago

Sounds reasonable. I'll see what I can do.

Neustradamus commented 4 years ago

@mawis: Have you progressed on it?

Note: SCRAM-SHA-512(-PLUS) + SCRAM-SHA3-512(-PLUS) + 2FA are new.