mozilla/security/nss/lib/softoken sftkhmac.c
wtc%google.com <[email protected]> Tue, 5 Feb 2013 18:03:05 -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/softoken&files=sftkhmac.c&root=/cvsroot Changes committed by wtc%google.com: Update of /cvsroot/mozilla/security/nss/lib/softoken In directory cvs1.dmz.scl3.mozilla.com:/tmp/cvs-serv10154/lib/softoken Modified Files: sftkhmac.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