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

Unified Diff: tests/gen_test_keys.sh

Issue 4215006: Make dumpRSAPublicKey also accept a public key in PEM format (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: remove spurious key add Created 10 years, 2 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
« no previous file with comments | « tests/devkeys/create_new_keys.sh ('k') | utility/dev_make_keypair » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gen_test_keys.sh
diff --git a/tests/gen_test_keys.sh b/tests/gen_test_keys.sh
index 1bf995b21fc18fde123657d7322c3f38cd2133af..11545d22dd5942809487cb4ba1ea5db22e2d7222 100755
--- a/tests/gen_test_keys.sh
+++ b/tests/gen_test_keys.sh
@@ -32,7 +32,7 @@ function generate_keys {
-out ${key_base}.crt
# Generate pre-processed key for use by RSA signature verification code.
- ${UTIL_DIR}/dumpRSAPublicKey ${key_base}.crt \
+ ${UTIL_DIR}/dumpRSAPublicKey -cert ${key_base}.crt \
> ${key_base}.keyb
alg_index=0
« no previous file with comments | « tests/devkeys/create_new_keys.sh ('k') | utility/dev_make_keypair » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698