Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > So I suspect that CRLF should be unconditional. That matches my reading of the RFC. Thanks. Hitoshi, can we have a modified version of 4/4 as a separate patch, so that we can apply it independently from the rest of the series? As to the MD5 implementation, I am somewhat torn. Even if your md5 implementation were vastly superiour and faster than OpenSSL one (I don't know), the use of MD5 is not performance critical like SHA-1 is (for which we uniformly use Linus's block SHA-1 these days); the only thing it would be buying us to have our own implementation is one less dependency for people who do want to use imap-send with CRAM-MD5 but without SSL support. How common is that combination? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html