Dear @golang team, Can you remove old unsecure CRAM-MD5 from the code? - https://github.com/search?q=repo%3Agolang%2Fgo+cram-md5&type=code It is unsecure: - https://tools.ietf.org/html/draft-ietf-sasl-crammd5-to-historic-00 - https://tools.ietf.org/html/draft-zeilenga-luis140219-crammd5-to-historic-00 Time to add SCRAM-SHA-*(-PLUS) supports. Latest IMAP RFC speaks about: - https://tools.ietf.org/html/rfc9051 Thanks in advance.
Dear @golang team,
Can you remove old unsecure CRAM-MD5 from the code?
It is unsecure:
Time to add SCRAM-SHA-*(-PLUS) supports.
Latest IMAP RFC speaks about:
Thanks in advance.