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

Unified Diff: scripts/sign_data.sh

Issue 6334133: Add utility to pad a given hash for PKCS1.5 signatures (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: fix messages Created 9 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
« no previous file with comments | « firmware/version.c ('k') | utility/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/sign_data.sh
diff --git a/scripts/sign_data.sh b/scripts/sign_data.sh
index bd9e1be2455201b1e4fa4b3de9bd7bcdbbf3bfc4..05de5a6b468b4bba914a924e82616e95e694e4a9 100755
--- a/scripts/sign_data.sh
+++ b/scripts/sign_data.sh
@@ -10,4 +10,4 @@ then
exit -1
fi
-./signature_digest $1 $3 | openssl rsautl -sign -pkcs -inkey $2
+./signature_digest_utility $1 $3 | openssl rsautl -sign -pkcs -inkey $2
« no previous file with comments | « firmware/version.c ('k') | utility/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698