- 42af7d7 Merge changes I8d60efc5,Ie291ea87 am: 01ca0d0c5e am: 6a4a3d0ed7 am: 2cbdab25ed am: 17a941e0d3 by Treehugger Robot · 3 years ago
- c549841 SignApk - change signature of readPassword to use char[] instead by Lingfeng Guan · 3 years, 1 month ago
- 4d12cbf Merge "SignApk - support loading private keys from pkcs#11 keystore" am: 495fafef6f am: 5d6aa9a5b8 am: a8fcebeb02 am: 77614a40bf by Michael Groover · 3 years, 1 month ago
- 65672df SignApk - use existing password mechanism when using keystore by Lingfeng Guan · 3 years, 2 months ago
- a95ab43 Add ability to set --rotation-min-sdk-version for signapk. by Rupert Shuttleworth · 3 years, 2 months ago
- 8e7cdf6 SignApk - support loading private keys from pkcs#11 keystore by Lingfeng Guan · 3 years, 3 months ago
- ebe9afe signapk: --align-file-size flag by Jooyung Han · 3 years, 6 months ago
- 47066ad Update OWNERS for signapk. by Elliott Hughes · 3 years, 6 months ago
- 0390580 [LSC] Add LOCAL_LICENSE_KINDS to build/make by Bob Badour · 3 years, 11 months ago
- bbc94b0 Use jni_libs instead of required for signapk conscrypt JNI by Colin Cross · 4 years, 1 month ago
- b511e7f Let genrule have the entrance depend on signapk by Felka Chang · 4 years, 6 months ago
- e234833 Add signing certificate lineage file support. by Jaewoong Jung · 4 years, 9 months ago
- ce42b25 [signapk] new flag to request v4 signing by Songchun Fan · 4 years, 9 months ago
- ebbcc1b Replace use of conscrypt-nojarjar with conscrypt-unbundled by Paul Duffin · 5 years ago
- baa9f50 Implement range-based pin list by Vic Yang · 5 years ago
- ef45381 Remove more Android.mk files from build/make by Dan Willemsen · 6 years ago
- 7229817 Move signapk to a dedicated "host" target by Neil Fuller · 6 years ago
- 35f7449 Make host targets use non-repackaged targets by Neil Fuller · 6 years ago
- 334ece9 Add zip hint generation support to signapk tool by Daniel Colascione · 7 years ago
- ad44dd4 Convert signapk to Android.bp by Colin Cross · 7 years ago
- 9a04e12 Merge "Add OWNERS for SignApk" by Treehugger Robot · 7 years ago
- c6c6dfe Add OWNERS for SignApk by Alex Klyubin · 7 years ago
- d506625 Migrate to the new apksig API by Victor Hsieh · 7 years ago
- b34d45a Follow renames of conscrypt and bouncycastle to remove -host suffix by Colin Cross · 7 years ago
- cec578c Don't include the dev-key on IOT products. by Alex Deymo · 8 years ago
- 9b75e27 Faster auto-detection of APK's minSdkVersion by Alex Klyubin · 8 years ago
- 969e354 "SignApk" in Created-By header by Alex Klyubin · 8 years ago
- 1b09a50 Move apksigner library to tools/apksig. by Alex Klyubin · 8 years ago
- d4761a1 Faster and cleaner way to obtain UTF-8 encoded form. by Alex Klyubin · 9 years ago
- ab2a3b0 Fix inefficiency in APK entry data alignment. by Alex Klyubin · 9 years ago
- fa1da6c Switch signapk to apksigner-core. by Alex Klyubin · 9 years ago
- 26f00cd Store entry alignment information in APK. by Alex Klyubin · 9 years ago
- 0caa16a No need to JAR-sign OTA update packages. by Alex Klyubin · 9 years ago
- b141ded SHA-256 with ECDSA supported only on API Level 21 and higher. by Alex Klyubin · 9 years ago
- 3f52653 Separate logic for alg selection for OTA and APK signing. by Alex Klyubin · 9 years ago
- 6081768 Remove support for DSA with SHA-512 from v2 signing. by Alex Klyubin · 9 years ago
- 37a0ecd Fix bug in APK entry alignment. by Alex Klyubin · 9 years ago
- 82bf99b Fix two cosmetic issues in signapk. by Alex Klyubin · 9 years ago
- 97dd58a Switch to production constant for v2 signing scheme ID. by Alex Klyubin · 9 years ago
- f735851 Use Jan 1 2009 as timestamp in OTA update ZIPs. by Alex Klyubin · 9 years ago
- 0d85dab Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs." by Dan Willemsen · 9 years ago
- 3d8bf29 brillo: Remove dependency on java for Brillo by Lee Campbell · 9 years ago
- 6c41036 Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs. by Alex Klyubin · 9 years ago
- dd910c5 Make signapk sign using APK Signature Scheme v2. by Alex Klyubin · 9 years ago
- 9b54a56 Command-line flag to disable signing with APK Signature Scheme v2. by Alex Klyubin · 9 years ago
- c2c49ed Unconditionally use SHA-256 when minSdkVersion is 18 or higher. by Alex Klyubin · 9 years ago
- 8502937 List SHA-1 digests of APK entries' contents in .SF files. by Alex Klyubin · 9 years ago
- fe7c1e5 Move signapk sources to src dir. by Alex Klyubin · 9 years ago
- 9667b18 Make signapk use Conscrypt. by Alex Klyubin · 9 years ago
- 924a683 Make signapk align .so entries to 4096 bytes. by Alex Klyubin · 9 years ago
- c218d3e Clean up compiler warnings in signapk. by Alex Klyubin · 9 years ago
- 50c7c5a If a console doesn't exist, read password from stdin. by adattatr · 9 years ago
- fafe5ac Merge "Signapk.java: hide the password" by Ying Wang · 10 years ago
- bda807d Track bouncycastle upgrade to 1.51 by Kenny Root · 10 years ago
- 22717f9 Signapk.java: hide the password by zhang jun · 10 years ago
- 1d67eec make SignApk do zip alignment by Doug Zongker · 11 years ago
- 01ed66d Allow ECDSA signing OTA files by Kenny Root · 11 years ago
- 89c961a SignApk: add argument for loading a Provider by Kenny Root · 11 years ago
- 62ea4a5 Read algorithm OID directly from PKCS#8 container by Kenny Root · 11 years ago
- 3d2365c SignApk: add support for EC keys by Kenny Root · 11 years ago
- 8562fd4 SignApk: update SignApk to support SHA256withRSA signing by Doug Zongker · 12 years ago
- 29706d1 SignApk: perform the whole file signature in a single streaming pass. by Koushik Dutta · 12 years ago
- b14c976 add multiple key support to signapk by Doug Zongker · 12 years ago
- 147626e change SignApk.java to use bouncy castle for signing by Doug Zongker · 12 years ago
- e691373 make SignApk faster for OTA packages by Doug Zongker · 12 years ago
- 7bb0423 add copy of public cert used for signing to OTA packages by Doug Zongker · 13 years ago
- 7978d50 Add a workaround for a platform JAR parsing bug. by Ficus Kirkpatrick · 14 years ago
- da12daf Add a tapas command. by Joe Onorato · 15 years ago
- badd2ca fix endianness problem with the tail of the signature comment by Doug Zongker · 15 years ago
- c6cf01a add whole-file signature mode to SignApk by Doug Zongker · 15 years ago
- a237874 fix the modtime of files in the apk when signing by Doug Zongker · 15 years ago
- af482b6 make signapk strip other signatures by Doug Zongker · 16 years ago
- 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- dcc08f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- b6c1cf6 Initial Contribution by The Android Open Source Project · 16 years ago