History log of /system/extras/verity/VeritySigner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
241f964e10ce8bc6c401073854fdaf1662013dae 14-Nov-2014 Sami Tolvanen <samitolvanen@google.com> Add signature verification to keystore and verity signers

This change adds -verify flags to keystore and verity signers for
verifying the signatures of the signed content generated by the
same tools. This allows implementers of verified boot to test and
verify the correctness of their implementations.

Bug: 15984840
Change-Id: I327de9c3a9e035cd11dc5022e978c840cd37581c
/system/extras/verity/VeritySigner.java
f0f33adb7ce6557459306ce03576af4d79c0c9ef 07-Nov-2014 Sami Tolvanen <samitolvanen@google.com> DO NOT MERGE: Update keystore and verity metadata signers

Use the same PKCS8 format as every other signing tool, and update
the signature format to use SHA-256 instead of SHA-1.

Bug: 15984840
Bug: 18120110
Change-Id: I6ac9e3594b5ae572f5b6763f3bd5b1bdb6ba2ad2
(cherry picked from commit 19c6bb5fe97c877976ef79762c6051223b8d2213)
/system/extras/verity/VeritySigner.java
cee5bfdf119104b8ebce56d54dfcdcca1f537075 11-Jun-2014 Geremy Condra <gcondra@google.com> verity: Add tools to help OEMs generate signed boot images.

Change-Id: Iea200def2fdd8a0d366888bb7b1ae401297063f1
/system/extras/verity/VeritySigner.java
260fe11a79535dcda9aa630f84cc1534d62702d9 10-Jun-2014 Doug Zongker <dougz@google.com> don't use sun's base64 encoders

Use of sun.misc.BASE64Decoder considered harmful. Use Bouncy Castle's
instead, which come from the platform source tree.

Change-Id: I7cc0d489854b9b33ddfc90501d064fa1142d9eee
/system/extras/verity/VeritySigner.java
649fd550341328077e403dd2b2024a9958ae2652 21-Oct-2013 Geremy Condra <gcondra@google.com> Revert "Temporary revert to fix the build."

This reverts commit d1cda72457fed396942ae58f689ce84de7af3e9e.

Additionally changes libcrypto to libcrypto-host.

Change-Id: I8e57c31f904fae0113a514c26a78711e15782216
/system/extras/verity/VeritySigner.java
d1cda72457fed396942ae58f689ce84de7af3e9e 19-Sep-2013 Geremy Condra <gcondra@google.com> Temporary revert to fix the build.

Change-Id: I40454606e3d974bd6fc79b46f663061549a1a790
/system/extras/verity/VeritySigner.java
b467218543a3f67eaa40c4edcc4fa12c45e8b3d6 09-Jul-2013 Geremy Condra <gcondra@google.com> Add verified partition tools.

Change-Id: Icf34336e6d574d62b60fff093ea8abe20358ac89
/system/extras/verity/VeritySigner.java