aboutsummaryrefslogtreecommitdiff
path: root/tests/rsa_padding_test.h
AgeCommit message (Collapse)Author
2010-03-31combined patch for:Gaurav Shah
http://codereview.chromium.org/1574005 http://codereview.chromium.org/1604001 Review URL: http://codereview.chromium.org/1585007
2010-03-31Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"David Garcia
This reverts commit e018a80a37aaa45681f45f5852f04d20aedd8b2d. Review URL: http://codereview.chromium.org/1593002
2010-03-30VBoot Reference: Refactor Part 2 - Crypto LibrariesGaurav Shah
Removing multiple top level includes - now padding.h, rsa.h and sha.h are used internally and cryptolib.h must be used instead for all modules that wish to use crypto functions. I am trying to separate refactors involving code movement from one file to another, and the movement of files themselves into separate CLs so that it's clear what changed. Review URL: http://codereview.chromium.org/1574005
2010-02-24Add a test for RSA PKCS #1 v1.5 signature verification.Gaurav Shah
This test checks that signatures with improper padding do not get accepted by the RSA signature verification implementation. Review URL: http://codereview.chromium.org/661038