1. ef45381 Remove more Android.mk files from build/make by Dan Willemsen · 6 years ago
  2. 7229817 Move signapk to a dedicated "host" target by Neil Fuller · 6 years ago
  3. 35f7449 Make host targets use non-repackaged targets by Neil Fuller · 6 years ago
  4. 334ece9 Add zip hint generation support to signapk tool by Daniel Colascione · 6 years ago
  5. ad44dd4 Convert signapk to Android.bp by Colin Cross · 7 years ago
  6. 9a04e12 Merge "Add OWNERS for SignApk" by Treehugger Robot · 7 years ago
  7. c6c6dfe Add OWNERS for SignApk by Alex Klyubin · 7 years ago
  8. d506625 Migrate to the new apksig API by Victor Hsieh · 7 years ago
  9. b34d45a Follow renames of conscrypt and bouncycastle to remove -host suffix by Colin Cross · 7 years ago
  10. cec578c Don't include the dev-key on IOT products. by Alex Deymo · 7 years ago
  11. 9b75e27 Faster auto-detection of APK's minSdkVersion by Alex Klyubin · 8 years ago
  12. 969e354 "SignApk" in Created-By header by Alex Klyubin · 8 years ago
  13. 1b09a50 Move apksigner library to tools/apksig. by Alex Klyubin · 8 years ago
  14. d4761a1 Faster and cleaner way to obtain UTF-8 encoded form. by Alex Klyubin · 8 years ago
  15. ab2a3b0 Fix inefficiency in APK entry data alignment. by Alex Klyubin · 8 years ago
  16. fa1da6c Switch signapk to apksigner-core. by Alex Klyubin · 8 years ago
  17. 26f00cd Store entry alignment information in APK. by Alex Klyubin · 8 years ago
  18. 0caa16a No need to JAR-sign OTA update packages. by Alex Klyubin · 8 years ago
  19. b141ded SHA-256 with ECDSA supported only on API Level 21 and higher. by Alex Klyubin · 8 years ago
  20. 3f52653 Separate logic for alg selection for OTA and APK signing. by Alex Klyubin · 8 years ago
  21. 6081768 Remove support for DSA with SHA-512 from v2 signing. by Alex Klyubin · 8 years ago
  22. 37a0ecd Fix bug in APK entry alignment. by Alex Klyubin · 8 years ago
  23. 82bf99b Fix two cosmetic issues in signapk. by Alex Klyubin · 8 years ago
  24. 97dd58a Switch to production constant for v2 signing scheme ID. by Alex Klyubin · 8 years ago
  25. f735851 Use Jan 1 2009 as timestamp in OTA update ZIPs. by Alex Klyubin · 8 years ago
  26. 0d85dab Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs." by Dan Willemsen · 8 years ago
  27. 3d8bf29 brillo: Remove dependency on java for Brillo by Lee Campbell · 8 years ago
  28. 6c41036 Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs. by Alex Klyubin · 8 years ago
  29. dd910c5 Make signapk sign using APK Signature Scheme v2. by Alex Klyubin · 9 years ago
  30. 9b54a56 Command-line flag to disable signing with APK Signature Scheme v2. by Alex Klyubin · 9 years ago
  31. c2c49ed Unconditionally use SHA-256 when minSdkVersion is 18 or higher. by Alex Klyubin · 9 years ago
  32. 8502937 List SHA-1 digests of APK entries' contents in .SF files. by Alex Klyubin · 9 years ago
  33. fe7c1e5 Move signapk sources to src dir. by Alex Klyubin · 9 years ago
  34. 9667b18 Make signapk use Conscrypt. by Alex Klyubin · 9 years ago
  35. 924a683 Make signapk align .so entries to 4096 bytes. by Alex Klyubin · 9 years ago
  36. c218d3e Clean up compiler warnings in signapk. by Alex Klyubin · 9 years ago
  37. 50c7c5a If a console doesn't exist, read password from stdin. by adattatr · 9 years ago
  38. fafe5ac Merge "Signapk.java: hide the password" by Ying Wang · 9 years ago
  39. bda807d Track bouncycastle upgrade to 1.51 by Kenny Root · 10 years ago
  40. 22717f9 Signapk.java: hide the password by zhang jun · 10 years ago
  41. 1d67eec make SignApk do zip alignment by Doug Zongker · 10 years ago
  42. 01ed66d Allow ECDSA signing OTA files by Kenny Root · 11 years ago
  43. 89c961a SignApk: add argument for loading a Provider by Kenny Root · 11 years ago
  44. 62ea4a5 Read algorithm OID directly from PKCS#8 container by Kenny Root · 11 years ago
  45. 3d2365c SignApk: add support for EC keys by Kenny Root · 11 years ago
  46. 8562fd4 SignApk: update SignApk to support SHA256withRSA signing by Doug Zongker · 11 years ago
  47. 29706d1 SignApk: perform the whole file signature in a single streaming pass. by Koushik Dutta · 12 years ago
  48. b14c976 add multiple key support to signapk by Doug Zongker · 12 years ago
  49. 147626e change SignApk.java to use bouncy castle for signing by Doug Zongker · 12 years ago
  50. e691373 make SignApk faster for OTA packages by Doug Zongker · 12 years ago
  51. 7bb0423 add copy of public cert used for signing to OTA packages by Doug Zongker · 12 years ago
  52. 7978d50 Add a workaround for a platform JAR parsing bug. by Ficus Kirkpatrick · 14 years ago
  53. da12daf Add a tapas command. by Joe Onorato · 14 years ago
  54. badd2ca fix endianness problem with the tail of the signature comment by Doug Zongker · 15 years ago
  55. c6cf01a add whole-file signature mode to SignApk by Doug Zongker · 15 years ago
  56. a237874 fix the modtime of files in the apk when signing by Doug Zongker · 15 years ago
  57. af482b6 make signapk strip other signatures by Doug Zongker · 15 years ago
  58. 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  59. 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. dcc08f0 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  61. b6c1cf6 Initial Contribution by The Android Open Source Project · 16 years ago