aboutsummaryrefslogtreecommitdiffstats
path: root/tools/signapk
Commit message (Expand)AuthorAgeFilesLines
* signapk: --align-file-size flagJooyung Han2021-07-211-8/+49
* Update OWNERS for signapk.Elliott Hughes2021-06-171-1/+1
* [LSC] Add LOCAL_LICENSE_KINDS to build/makeBob Badour2021-02-141-0/+4
* Use jni_libs instead of required for signapk conscrypt JNIColin Cross2020-12-021-1/+1
* Let genrule have the entrance depend on signapkFelka Chang2020-10-271-1/+2
* Add signing certificate lineage file support.Jaewoong Jung2020-04-061-0/+12
* [signapk] new flag to request v4 signingSongchun Fan2020-03-251-5/+29
* Replace use of conscrypt-nojarjar with conscrypt-unbundledPaul Duffin2019-09-231-1/+1
* Implement range-based pin listVic Yang2019-07-091-20/+46
* Remove more Android.mk files from build/makeDan Willemsen2019-01-052-26/+6
* Move signapk to a dedicated "host" targetNeil Fuller2018-09-121-1/+1
* Make host targets use non-repackaged targetsNeil Fuller2018-07-231-2/+2
* Add zip hint generation support to signapk toolDaniel Colascione2018-05-102-4/+132
* Convert signapk to Android.bpColin Cross2017-11-092-15/+32
* Merge "Add OWNERS for SignApk"Treehugger Robot2017-10-311-0/+2
|\
| * Add OWNERS for SignApkAlex Klyubin2017-10-311-0/+2
* | Migrate to the new apksig APIVictor Hsieh2017-10-311-3/+6
|/
* Follow renames of conscrypt and bouncycastle to remove -host suffixColin Cross2017-10-171-3/+3
* Don't include the dev-key on IOT products.Alex Deymo2017-04-031-2/+0
* Faster auto-detection of APK's minSdkVersionAlex Klyubin2016-12-141-2/+48
* "SignApk" in Created-By headerAlex Klyubin2016-09-071-0/+1
* Move apksigner library to tools/apksig.Alex Klyubin2016-07-072-7/+7
* Faster and cleaner way to obtain UTF-8 encoded form.Alex Klyubin2016-06-141-1/+2
* Fix inefficiency in APK entry data alignment.Alex Klyubin2016-06-111-1/+2
* Switch signapk to apksigner-core.Alex Klyubin2016-05-275-1363/+257
* Store entry alignment information in APK.Alex Klyubin2016-05-231-16/+42
* No need to JAR-sign OTA update packages.Alex Klyubin2016-05-121-41/+39
* SHA-256 with ECDSA supported only on API Level 21 and higher.Alex Klyubin2016-05-031-19/+15
* Separate logic for alg selection for OTA and APK signing.Alex Klyubin2016-04-251-41/+79
* Remove support for DSA with SHA-512 from v2 signing.Alex Klyubin2016-04-072-5/+1
* Fix bug in APK entry alignment.Alex Klyubin2016-03-231-0/+5
* Fix two cosmetic issues in signapk.Alex Klyubin2016-03-141-4/+3
* Switch to production constant for v2 signing scheme ID.Alex Klyubin2016-02-161-2/+1
* Use Jan 1 2009 as timestamp in OTA update ZIPs.Alex Klyubin2016-02-091-3/+0
* Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs."Dan Willemsen2016-01-301-12/+20
|\
| * Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs.Alex Klyubin2016-01-291-12/+20
* | brillo: Remove dependency on java for BrilloLee Campbell2016-01-291-0/+2
|/
* Make signapk sign using APK Signature Scheme v2.Alex Klyubin2016-01-204-14/+1122
* Command-line flag to disable signing with APK Signature Scheme v2.Alex Klyubin2016-01-201-1/+5
* Unconditionally use SHA-256 when minSdkVersion is 18 or higher.Alex Klyubin2016-01-121-23/+65
* List SHA-1 digests of APK entries' contents in .SF files.Alex Klyubin2016-01-121-1/+1
* Move signapk sources to src dir.Alex Klyubin2015-12-152-1/+1
* Make signapk use Conscrypt.Alex Klyubin2015-12-112-10/+17
* Make signapk align .so entries to 4096 bytes.Alex Klyubin2015-12-021-1/+20
* Clean up compiler warnings in signapk.Alex Klyubin2015-11-241-11/+15
* If a console doesn't exist, read password from stdin.adattatr2015-09-281-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