| Commit message (Expand) | Author | Age | Files | Lines |
* | signapk: --align-file-size flag | Jooyung Han | 2021-07-21 | 1 | -8/+49 |
* | Update OWNERS for signapk. | Elliott Hughes | 2021-06-17 | 1 | -1/+1 |
* | [LSC] Add LOCAL_LICENSE_KINDS to build/make | Bob Badour | 2021-02-14 | 1 | -0/+4 |
* | Use jni_libs instead of required for signapk conscrypt JNI | Colin Cross | 2020-12-02 | 1 | -1/+1 |
* | Let genrule have the entrance depend on signapk | Felka Chang | 2020-10-27 | 1 | -1/+2 |
* | Add signing certificate lineage file support. | Jaewoong Jung | 2020-04-06 | 1 | -0/+12 |
* | [signapk] new flag to request v4 signing | Songchun Fan | 2020-03-25 | 1 | -5/+29 |
* | Replace use of conscrypt-nojarjar with conscrypt-unbundled | Paul Duffin | 2019-09-23 | 1 | -1/+1 |
* | Implement range-based pin list | Vic Yang | 2019-07-09 | 1 | -20/+46 |
* | Remove more Android.mk files from build/make | Dan Willemsen | 2019-01-05 | 2 | -26/+6 |
* | Move signapk to a dedicated "host" target | Neil Fuller | 2018-09-12 | 1 | -1/+1 |
* | Make host targets use non-repackaged targets | Neil Fuller | 2018-07-23 | 1 | -2/+2 |
* | Add zip hint generation support to signapk tool | Daniel Colascione | 2018-05-10 | 2 | -4/+132 |
* | Convert signapk to Android.bp | Colin Cross | 2017-11-09 | 2 | -15/+32 |
* | Merge "Add OWNERS for SignApk" | Treehugger Robot | 2017-10-31 | 1 | -0/+2 |
|\ |
|
| * | Add OWNERS for SignApk | Alex Klyubin | 2017-10-31 | 1 | -0/+2 |
* | | Migrate to the new apksig API | Victor Hsieh | 2017-10-31 | 1 | -3/+6 |
|/ |
|
* | Follow renames of conscrypt and bouncycastle to remove -host suffix | Colin Cross | 2017-10-17 | 1 | -3/+3 |
* | Don't include the dev-key on IOT products. | Alex Deymo | 2017-04-03 | 1 | -2/+0 |
* | Faster auto-detection of APK's minSdkVersion | Alex Klyubin | 2016-12-14 | 1 | -2/+48 |
* | "SignApk" in Created-By header | Alex Klyubin | 2016-09-07 | 1 | -0/+1 |
* | Move apksigner library to tools/apksig. | Alex Klyubin | 2016-07-07 | 2 | -7/+7 |
* | Faster and cleaner way to obtain UTF-8 encoded form. | Alex Klyubin | 2016-06-14 | 1 | -1/+2 |
* | Fix inefficiency in APK entry data alignment. | Alex Klyubin | 2016-06-11 | 1 | -1/+2 |
* | Switch signapk to apksigner-core. | Alex Klyubin | 2016-05-27 | 5 | -1363/+257 |
* | Store entry alignment information in APK. | Alex Klyubin | 2016-05-23 | 1 | -16/+42 |
* | No need to JAR-sign OTA update packages. | Alex Klyubin | 2016-05-12 | 1 | -41/+39 |
* | SHA-256 with ECDSA supported only on API Level 21 and higher. | Alex Klyubin | 2016-05-03 | 1 | -19/+15 |
* | Separate logic for alg selection for OTA and APK signing. | Alex Klyubin | 2016-04-25 | 1 | -41/+79 |
* | Remove support for DSA with SHA-512 from v2 signing. | Alex Klyubin | 2016-04-07 | 2 | -5/+1 |
* | Fix bug in APK entry alignment. | Alex Klyubin | 2016-03-23 | 1 | -0/+5 |
* | Fix two cosmetic issues in signapk. | Alex Klyubin | 2016-03-14 | 1 | -4/+3 |
* | Switch to production constant for v2 signing scheme ID. | Alex Klyubin | 2016-02-16 | 1 | -2/+1 |
* | Use Jan 1 2009 as timestamp in OTA update ZIPs. | Alex Klyubin | 2016-02-09 | 1 | -3/+0 |
* | Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs." | Dan Willemsen | 2016-01-30 | 1 | -12/+20 |
|\ |
|
| * | Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs. | Alex Klyubin | 2016-01-29 | 1 | -12/+20 |
* | | brillo: Remove dependency on java for Brillo | Lee Campbell | 2016-01-29 | 1 | -0/+2 |
|/ |
|
* | Make signapk sign using APK Signature Scheme v2. | Alex Klyubin | 2016-01-20 | 4 | -14/+1122 |
* | Command-line flag to disable signing with APK Signature Scheme v2. | Alex Klyubin | 2016-01-20 | 1 | -1/+5 |
* | Unconditionally use SHA-256 when minSdkVersion is 18 or higher. | Alex Klyubin | 2016-01-12 | 1 | -23/+65 |
* | List SHA-1 digests of APK entries' contents in .SF files. | Alex Klyubin | 2016-01-12 | 1 | -1/+1 |
* | Move signapk sources to src dir. | Alex Klyubin | 2015-12-15 | 2 | -1/+1 |
* | Make signapk use Conscrypt. | Alex Klyubin | 2015-12-11 | 2 | -10/+17 |
* | Make signapk align .so entries to 4096 bytes. | Alex Klyubin | 2015-12-02 | 1 | -1/+20 |
* | Clean up compiler warnings in signapk. | Alex Klyubin | 2015-11-24 | 1 | -11/+15 |
* | If a console doesn't exist, read password from stdin. | adattatr | 2015-09-28 | 1 | -5/+16 |
* | Merge "Signapk.java: hide the password" | Ying Wang | 2015-03-11 | 1 | -8/+8 |
|\ |
|
| * | Signapk.java: hide the password | zhang jun | 2014-07-17 | 1 | -8/+8 |
* | | Track bouncycastle upgrade to 1.51 | Kenny Root | 2014-08-07 | 1 | -1/+5 |
|/ |
|
* | make SignApk do zip alignment | Doug Zongker | 2014-05-15 | 1 | -10/+66 |