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

Unified Diff: chrome/browser/safe_browsing/testdata/README

Issue 8345033: Collect some histograms about signed binary downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/safe_browsing/testdata/README
===================================================================
--- chrome/browser/safe_browsing/testdata/README (revision 0)
+++ chrome/browser/safe_browsing/testdata/README (revision 0)
@@ -0,0 +1,14 @@
+This directory contains some executable files for testing the SignatureUtil
+implementations. Instructions for regenerating these executables:
+
+unsigned.exe:
+
+cl /Feunsigned.exe simple_exe.cc
+
+signed.exe:
+
+MakeCert -sv test.pvk test.cer (password: "password")
+Cert2SPC test.cer test.spc
+pvk2pfx -pvk test.pvk test.cer (export the private key with the cert)
+copy unsigned.exe signed.exe
+signtool sign /f test.pfx /p password signed.exe

Powered by Google App Engine
This is Rietveld 408576698