go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.23k stars 354 forks source link

RFC6331: Moving DIGEST-MD5 to Historic #390

Open Neustradamus opened 2 years ago

Neustradamus commented 2 years ago

Dear @go-ldap team,

20 November 2008: CRAM-MD5 to Historic:

29 June 2017: CRAM-MD5 to Historic:

July 2011: RFC6331: Moving DIGEST-MD5 to Historic:

August 2021: RFC9051: Internet Message Access Protocol (IMAP) - Version 4rev2: "Replaced DIGEST-MD5 SASL mechanism with SCRAM-SHA-256. DIGEST-MD5 was deprecated."

I add same about SCRAM-MD5.

There are now:

Soon:

johnweldon commented 2 years ago

Can you elaborate on what issue you are reporting? Based on your other tickets, I think you're asking "someone" to implement newer authentication mechanisms on the basis that DIGEST-MD5 is not considered secure by modern standards.

If so, can you clarify specifically what you're requesting in this issue, and how it differs from the other ticket you filed.

james-d-elliott commented 1 year ago

@Neustradamus you never responded to the above question.

Neustradamus commented 1 year ago

@johnweldon, @james-d-elliott: Sorry for the delay!

Yes, I request to add the new secure standards (SCRAM family) to replace the old unsecure DIGEST-MD5 :)