[PATCH] Adding diversity for security

Stephen Crane sjcrane at uci.edu
Wed Oct 16 14:46:25 PDT 2013


Actually, yes. I had no idea llvm now includes an MD5 implementation. I think I could code up an HMAC_DRBG implementation (again per NIST SP800-90A) which _should_ be good enough. It's not NIST-approved (that would require SHA-1), but HMAC-MD5 should be good enough considering the constraints on the attacker.

- stephen

On Oct 15, 2013, at 14:40 , Nadav Rotem <nrotem at apple.com> wrote:

> LLVM has an MD5 implementation. Is this something that you could use ?





More information about the llvm-commits mailing list