Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: src/platform/vboot_reference/tests/run_rsa_tests.sh

Issue 661038: Add a test for RSA PKCS #1 v1.5 signature verification. (Closed)
Patch Set: Misc spacing fixes. Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/tests/run_rsa_tests.sh
diff --git a/src/platform/vboot_reference/tests/run_rsa_tests.sh b/src/platform/vboot_reference/tests/run_rsa_tests.sh
index 422bf73d4327eff6f7d73f9343e0509ed16ef60a..2196ddd7518f55ca5eb495d4dbe1e97244cb507e 100755
--- a/src/platform/vboot_reference/tests/run_rsa_tests.sh
+++ b/src/platform/vboot_reference/tests/run_rsa_tests.sh
@@ -69,6 +69,8 @@ function test_verification {
let algorithmcounter=algorithmcounter+1
done
done
+ echo -e "Peforming ${COL_YELLOW}PKCS #1 v1.5 Padding Tests${COL_STOP}..."
+ ${TEST_DIR}/rsa_padding_test ${TEST_DIR}/testkeys/rsa_padding_test_pubkey.keyb
}
function pre_work {

Powered by Google App Engine
This is Rietveld 408576698