mozilla/security/nss/lib/freebl hmacct.c
wtc%google.com <[email protected]> Tue, 5 Feb 2013 18:03:04 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.crypto.cvs |
|---|---|
| Message-ID | <[email protected]> |
Diffs: http://bonsai.mozilla.org/cvsview2.cgi?command=DIRECTORY&subdir=mozilla/security/nss/lib/freebl&files=hmacct.c&root=/cvsroot Changes committed by wtc%google.com: Update of /cvsroot/mozilla/security/nss/lib/freebl In directory cvs1.dmz.scl3.mozilla.com:/tmp/cvs-serv10154/lib/freebl Modified Files: hmacct.c Log Message: Bug 822365: Fix the constant-time versions of HMAC-MD5 and SSLv3 MD5 MAC. Remove the workaround from ssl3_ComputeRecordMACConstantTime. The patch is contributed by Adam Langley <[email protected]>. r=rrelyea,wtc. Modified Files: lib/freebl/hmacct.c lib/softoken/sftkhmac.c lib/ssl/ssl3con.c