summaryrefslogtreecommitdiff
path: root/verity/KeystoreSigner.java
AgeCommit message (Collapse)Author
2014-11-17Add signature verification to keystore and verity signersSami Tolvanen
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
2014-11-13DO NOT MERGE: Update keystore and verity metadata signersSami Tolvanen
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)
2014-11-13Reinstate "Update boot image signature format to version 1"Paul Lawrence
This reverts commit 7377e002421ed9a04cc94cd808c234f48d93924d. Change-Id: I4b1d83b62ae4d4dd6952663744b1171b3e0d0766 Signed-off-by: Iliyan Malchev <malchev@google.com>
2014-11-13Revert "Update boot image signature format to version 1"Paul Lawrence
This reverts commit b62eabde2db40f01dfed1cef48ac2cbabdff4d03. Change-Id: I98019b7990c5436fe6ad5ef1052729478bccbe17
2014-11-13Update boot image signature format to version 1Sami Tolvanen
Add the full X.509v3 certificate to the signature footer for easier verification. Change-Id: Ic969e9c1e4ab1a25ffdde2ab818b8edf2ad95253 (cherry picked from commit f67d3764c641e53d4a1b925b4d02fec92b7e894a)
2014-07-08verity: Add tools to help OEMs generate signed boot images.Geremy Condra
Change-Id: Iea200def2fdd8a0d366888bb7b1ae401297063f1