aboutsummaryrefslogtreecommitdiff
path: root/tools/signapk
AgeCommit message (Expand)Author
2024-03-14Remove SignApk output limitation of 2GiBTomasz Wasilczyk
2024-03-13Replace some ByteBuffers with DataSourceTomasz Wasilczyk
2023-10-2016k: Sign the APKs to support 4k/16k page sizesJuan Yescas
2023-02-03Pin signapk to Java 11Sorin Basca
2022-05-12Merge "Add support for -providerArg in signapk" am: 9d1a0a47d5 am: 9401efe64fMichael Groover
2022-05-11Add support for -providerArg in signapkMichael Groover
2021-12-22Merge changes I8d60efc5,Ie291ea87 am: 01ca0d0c5e am: 6a4a3d0ed7 am: 2cbdab25e...Treehugger Robot
2021-11-23SignApk - change signature of readPassword to use char[] insteadLingfeng Guan
2021-11-23Merge "SignApk - support loading private keys from pkcs#11 keystore" am: 495f...Michael Groover
2021-11-23SignApk - use existing password mechanism when using keystoreLingfeng Guan
2021-10-27Add ability to set --rotation-min-sdk-version for signapk.Rupert Shuttleworth
2021-10-26SignApk - support loading private keys from pkcs#11 keystoreLingfeng Guan
2021-07-21signapk: --align-file-size flagJooyung Han
2021-06-17Update OWNERS for signapk.Elliott Hughes
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to build/makeBob Badour
2020-12-02Use jni_libs instead of required for signapk conscrypt JNIColin Cross
2020-10-27Let genrule have the entrance depend on signapkFelka Chang
2020-04-06Add signing certificate lineage file support.Jaewoong Jung
2020-03-25[signapk] new flag to request v4 signingSongchun Fan
2019-09-23Replace use of conscrypt-nojarjar with conscrypt-unbundledPaul Duffin
2019-07-09Implement range-based pin listVic Yang
2019-01-05Remove more Android.mk files from build/makeDan Willemsen
2018-09-12Move signapk to a dedicated "host" targetNeil Fuller
2018-07-23Make host targets use non-repackaged targetsNeil Fuller
2018-05-10Add zip hint generation support to signapk toolDaniel Colascione
2017-11-09Convert signapk to Android.bpColin Cross
2017-10-31Merge "Add OWNERS for SignApk"Treehugger Robot
2017-10-31Add OWNERS for SignApkAlex Klyubin
2017-10-31Migrate to the new apksig APIVictor Hsieh
2017-10-17Follow renames of conscrypt and bouncycastle to remove -host suffixColin Cross
2017-04-03Don't include the dev-key on IOT products.Alex Deymo
2016-12-14Faster auto-detection of APK's minSdkVersionAlex Klyubin
2016-09-07"SignApk" in Created-By headerAlex Klyubin
2016-07-07Move apksigner library to tools/apksig.Alex Klyubin
2016-06-14Faster and cleaner way to obtain UTF-8 encoded form.Alex Klyubin
2016-06-11Fix inefficiency in APK entry data alignment.Alex Klyubin
2016-05-27Switch signapk to apksigner-core.Alex Klyubin
2016-05-23Store entry alignment information in APK.Alex Klyubin
2016-05-12No need to JAR-sign OTA update packages.Alex Klyubin
2016-05-03SHA-256 with ECDSA supported only on API Level 21 and higher.Alex Klyubin
2016-04-25Separate logic for alg selection for OTA and APK signing.Alex Klyubin
2016-04-07Remove support for DSA with SHA-512 from v2 signing.Alex Klyubin
2016-03-23Fix bug in APK entry alignment.Alex Klyubin
2016-03-14Fix two cosmetic issues in signapk.Alex Klyubin
2016-02-16Switch to production constant for v2 signing scheme ID.Alex Klyubin
2016-02-09Use Jan 1 2009 as timestamp in OTA update ZIPs.Alex Klyubin
2016-01-30Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs."Dan Willemsen
2016-01-29brillo: Remove dependency on java for BrilloLee Campbell
2016-01-29Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs.Alex Klyubin
2016-01-20Make signapk sign using APK Signature Scheme v2.Alex Klyubin