You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering why sasl lib does not use more sha1 like algo in its plugins (for example for cram-sha1 or digest-sha1), thus cyrus-imapd could be able to handle more auth mechanisms (you may know that courier-imapd authlib is aware of cram-sha1 and cram-sha256). I know RFC 4422 is only talking about digest-md5 and cram-md5, is it why it s not implemented in sasl lib ?
I could contribute some code if you want.
CRAM-SHA1 and CRAM-SHA256 are not documented and I haven't heard much about them being deployed. But anyway, it is not worth implementing any new version of CRAM-* or DIGEST-*. SCRAM-SHA1 has replaced both of these and it is using SHA1.
From: david.maciejak@gmail.com
Bugzilla-Id: 3373
Version: 2.1.x
Owner: Ken Murchison
The text was updated successfully, but these errors were encountered: