summaryrefslogtreecommitdiffstats
path: root/tools/signapk
Commit message (Expand)AuthorAgeFilesLines
* If a console doesn't exist, read password from stdin.adattatr2016-01-261-5/+16
* Merge "Signapk.java: hide the password"Ying Wang2015-03-111-8/+8
|\
| * Signapk.java: hide the passwordzhang jun2014-07-171-8/+8
* | Track bouncycastle upgrade to 1.51Kenny Root2014-08-071-1/+5
|/
* make SignApk do zip alignmentDoug Zongker2014-05-151-10/+66
* Allow ECDSA signing OTA filesKenny Root2013-10-091-4/+0
* SignApk: add argument for loading a ProviderKenny Root2013-09-251-3/+72
* Read algorithm OID directly from PKCS#8 containerKenny Root2013-09-251-30/+18
* SignApk: add support for EC keysKenny Root2013-09-201-26/+66
* SignApk: update SignApk to support SHA256withRSA signingDoug Zongker2013-09-201-33/+102
* SignApk: perform the whole file signature in a single streaming pass.Koushik Dutta2013-01-031-147/+235
* add multiple key support to signapkDoug Zongker2013-01-021-33/+67
* change SignApk.java to use bouncy castle for signingDoug Zongker2012-09-182-71/+114
* make SignApk faster for OTA packagesDoug Zongker2012-07-031-1/+10
* add copy of public cert used for signing to OTA packagesDoug Zongker2012-05-111-5/+48
* Add a workaround for a platform JAR parsing bug.Ficus Kirkpatrick2010-09-241-1/+18
* Add a tapas command.Joe Onorato2010-06-101-2/+5
* fix endianness problem with the tail of the signature commentDoug Zongker2009-08-141-2/+21
* add whole-file signature mode to SignApkDoug Zongker2009-08-141-8/+83
* fix the modtime of files in the apk when signingDoug Zongker2009-07-151-7/+13
* make signapk strip other signaturesDoug Zongker2009-06-111-1/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-0/+448
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-034-448/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-11/+44
* Initial ContributionThe Android Open Source Project2008-10-214-0/+415