mozilla/security/nss/lib/softoken pkcs11c.c
wtc%google.com <[email protected]> Tue, 11 Dec 2012 13:59:31 -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=pkcs11c.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-serv5539 Modified Files: pkcs11c.c Log Message: Bug 618418: NSC_DecryptFinal and NSC_Decrypt should check all the padding bytes and check the padding in constant time. NSC_DecryptFinal should return a predictable error code when padding is wrong. r=bsmith.