1. 40a9975 Provide separate v4 signature & hash tree for Play Signing by Tunan Wu · 4 years, 4 months ago
  2. 9a771be Change apksig API to allow disabling V4 error reporting by Michael Groover · 4 years, 4 months ago
  3. a45b23e V4 uses V2 digest if V3 is not available. by Alex Buynytskyy · 4 years, 4 months ago
  4. 8969f58 Merge "Remove verity signature algorithms from default for V2 / V3" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  5. d835bfe Remove verity signature algorithms from default for V2 / V3 by Michael Groover · 4 years, 4 months ago
  6. a655142 [apksigner] Use the same digest algos as framework by Yurii Zubrytskyi · 4 years, 4 months ago
  7. 2b26ce8 Handle non-present stamps in local verification by Khaled Abdelmohsen · 4 years, 4 months ago
  8. aa1210e Merge "Implement the new v4 signing scheme in apksigner" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  9. 530fd3e Allow generating source stamp in apksig locally by Khaled Abdelmohsen · 4 years, 4 months ago
  10. 311d2ac Implement the new v4 signing scheme in apksigner by Alex Buynytskyy · 4 years, 4 months ago
  11. caf0df5 Make apksig compatible with Java 7 by Khaled Abdelmohsen · 4 years, 5 months ago
  12. 1236bfe Merge "Fix V4 signing states in regards to V3 signing" into rvc-dev by Khaled Abdelmohsen · 4 years, 5 months ago
  13. 1ab4784 Fix V4 signing states in regards to V3 signing by Khaled Abdelmohsen · 4 years, 5 months ago
  14. ca09d3b Remove unused exception declaration by Khaled Abdelmohsen · 4 years, 5 months ago
  15. 28c42d8 Create source stamp verifier by Khaled Abdelmohsen · 4 years, 5 months ago
  16. cc8dd81 Include source stamp cert digest in V1 signature by Khaled Abdelmohsen · 4 years, 5 months ago
  17. abcdbd2 Generate SourceStamp file before JAR signature by Khaled Abdelmohsen · 4 years, 5 months ago
  18. bc0fad8 Allow creation of SourceStamp only if V2/V3 signing enabled by Khaled Abdelmohsen · 4 years, 5 months ago
  19. b8be051 Add SourceStamp verification result model by Khaled Abdelmohsen · 4 years, 5 months ago
  20. 904108a Create source stamp block by Khaled Abdelmohsen · 4 years, 5 months ago
  21. cb9fe1e Upgrade JUnit to 4.13 to allow using assertThrows by Khaled Abdelmohsen · 4 years, 5 months ago
  22. 2c59a14 Merge "[apksig] add a version field to v4 signature format" by TreeHugger Robot · 4 years, 5 months ago
  23. b80cdcc [apksig] add a version field to v4 signature format by Yurii Zubrytskyi · 4 years, 5 months ago
  24. 459832d Add source stamp certificate hash to APK by Khaled Abdelmohsen · 4 years, 5 months ago
  25. 6c5c320 Refactor scheme signers to include APK digests by Khaled Abdelmohsen · 4 years, 5 months ago
  26. 283e0f7 [apksig] optional padding during verity tree build by Songchun Fan · 4 years, 5 months ago
  27. 2dc8fbd Add V3 apk digest into V4 signature by Songchun Fan · 4 years, 5 months ago
  28. 5ee0469 [v4] do no include source data size in root hash by Songchun Fan · 4 years, 5 months ago
  29. ab8f8f7 Changing format of idsig to allow streaming. by Alex Buynytskyy · 4 years, 6 months ago
  30. 0b7e665 Add an option to embed original data in pkcs#7 block by Songchun Fan · 4 years, 6 months ago
  31. d404451 [apksig] initial implementation of V4 signing by Songchun Fan · 4 years, 6 months ago
  32. ae74d60 Add DataSource factories directly from FileChannel by Jake Wharton · 4 years, 9 months ago
  33. 7137dde Fix a typo in hex digit conversion by Vic Yang · 5 years ago
  34. 8baa376 Implement range-based pin list by Vic Yang · 5 years ago
  35. c4ee3da Refactor RunnablesExecutor by Fedor Kudasov · 5 years ago
  36. ad82f37 Reencode negative modulus in APK signing block to allow app updates by Michael Groover · 5 years ago
  37. b6b4a0a Remove explicit concurrency from apksig implementation by Fedor Kudasov · 5 years ago
  38. 8ab05bf Merge "Parallel calculation of v2 signatures" by Fedor Kudasov · 5 years ago
  39. 9865fe0 Parallel calculation of v2 signatures by Fedor Kudasov · 5 years ago
  40. 6d7f974 Add @RunWith for test by Fedor Kudasov · 5 years ago
  41. 03368b6 Fix DataSources to be thread-safe by Fedor Kudasov · 5 years ago
  42. 4ebd7b5 Merge "Revert "Fix DataSources"" by Fedor Kudasov · 5 years ago
  43. 14b5b91 Revert "Fix DataSources" by Fedor Kudasov · 5 years ago
  44. 6a9a5f2 Merge "Factor out keystore and cert/pk8 extraction into util class" by Michael Groover · 5 years ago
  45. 0a7568b Factor out keystore and cert/pk8 extraction into util class by Michael Groover · 5 years ago
  46. 8d9c517 Fix DataSources by Fedor Kudasov · 5 years ago
  47. 2f75137 Init apk signer with the existing signing information by Michael Groover · 6 years ago
  48. 5941d71 Resolve handling of supported signatures and digests for max SDK by Michael Groover · 6 years ago
  49. 1b063ad Resolve 'redundant length bytes' error when parsing BER encoded certificate by Michael Groover · 6 years ago
  50. dded3f8 Add apksig Signature Scheme v3 tests by Michael Groover · 6 years ago
  51. e74151c Merge "Revert "Compare cert encodings in SigningCertificateLineage"" by Treehugger Robot · 6 years ago
  52. f78c889 Revert "Compare cert encodings in SigningCertificateLineage" by Michael Groover · 6 years ago
  53. 35757ad Add Signature Scheme v3 stripping protection to v2 block by Michael Groover · 6 years ago
  54. 42e5cb6 Add support to modify capabilities of signers in lineage by Michael Groover · 6 years ago
  55. 51d7b22 Merge "Perform byte comparion of X509Cert in GuaranteedX509Cert#equals" by Treehugger Robot · 6 years ago
  56. dd6c030 Perform byte comparion of X509Cert in GuaranteedX509Cert#equals by Michael Groover · 6 years ago
  57. b673abb Compare cert encodings in SigningCertificateLineage by Michael Groover · 6 years ago
  58. 8ed5049 Merge "Wrap JKS Certs in GuaranteedEncodedFormX509Certificates" by Treehugger Robot · 6 years ago
  59. 8457075 Wrap JKS Certs in GuaranteedEncodedFormX509Certificates by Michael Groover · 6 years ago
  60. 2de3ec2 Add missing ByteOrder.LITTLE_ENDIAN by Chad Brubaker · 6 years ago
  61. bd780bf Implement APK pin list generation from special asset files by Daniel Colascione · 6 years ago
  62. 2616b96 Merge "Check Signing Block size and alignment requirements" by Treehugger Robot · 6 years ago
  63. ac023c9 Add ability to toggle AUTH signing cert capability. by Dan Cashman · 6 years ago
  64. 39a28bd Check Signing Block size and alignment requirements by Victor Hsieh · 6 years ago
  65. 26f734f Add ROLLBACK past signing cert capability. by Dan Cashman · 6 years ago
  66. 994bf2a Ensure v1/v2 signer matches root signing history. by Dan Cashman · 6 years ago
  67. a13d77b Add check to SigningCertificateLineage enforcing unique certs. by Dan Cashman · 6 years ago
  68. f1f51e1 Revert "Temporarily disable verity algorithm" by Victor Hsieh · 6 years ago
  69. a424d49 Temporarily disable verity algorithm by Victor Hsieh · 6 years ago
  70. 5ee3f2c apksig: fix warnings. by Dan Cashman · 6 years ago
  71. a2905f0 apksig: Add V3SchemeVerifier. by Dan Cashman · 7 years ago
  72. cff90ee Merge "Append the content length to the verity digest" by Treehugger Robot · 6 years ago
  73. 625d4ed Append the content length to the verity digest by Victor Hsieh · 6 years ago
  74. d5f60ca Add rotate tool to apksigner. by Dan Cashman · 7 years ago
  75. ff1aeed Add SigningCertificateLineage to apksig. by Dan Cashman · 7 years ago
  76. ea8526a Add ability to sign with APK Signature Scheme v3. by Dan Cashman · 7 years ago
  77. fdac2d5 Update golden apks to 2ba27760 by Victor Hsieh · 6 years ago
  78. 2ba2776 Change verity hash algorithm to pad file end by Victor Hsieh · 6 years ago
  79. 53cd83c Promote verity algorithms from experimental by Victor Hsieh · 7 years ago
  80. edf96cb Refactor non-v2-specific components into common area for v3 use. by Daniel Cashman · 7 years ago
  81. 9609f78 Fix bug in parsing v2 sig additional attrs by Alex Klyubin · 7 years ago
  82. 1337d0c Small improvements to documentation by Alex Klyubin · 7 years ago
  83. 1337c0d Fix linter warnings by Alex Klyubin · 7 years ago
  84. 744f4ba Add ApkUtils.getPackageNameFromBinaryAndroidManifest by Alex Klyubin · 7 years ago
  85. a6dd529 Add public API ApkUtils.getAndroidManifest by Alex Klyubin · 7 years ago
  86. 0df935f Merge "Public API for MessageDigest as DataSink" by Alex Klyubin · 7 years ago
  87. dc4040c Public API for MessageDigest as DataSink by Alex Klyubin · 7 years ago
  88. d0d1f90 Public API for locating APK Signing Block by Alex Klyubin · 7 years ago
  89. aea4603 Offer a way to refuse to sign debuggable APKs by Alex Klyubin · 7 years ago
  90. b5d6e33 Fix assorted compile-time warnings by Alex Klyubin · 7 years ago
  91. b61be18 Introduce a 4K chunk signature algorithm as experimental by Victor Hsieh · 7 years ago
  92. f977b6a Fix warning by Victor Hsieh · 7 years ago
  93. 4ef5c80 Delay V2 signer configs construction to before use by Victor Hsieh · 7 years ago
  94. bad6d2c Add ApkSignerEngine.outputZipSections2 by Victor Hsieh · 7 years ago
  95. 293b071 Build APK verity tree by Victor Hsieh · 7 years ago
  96. 6d5faed Merge "Make V2SchemeVerifier verify up to maxSdkVersion" by Treehugger Robot · 7 years ago
  97. 95dff83 Make V2SchemeVerifier verify up to maxSdkVersion by Victor Hsieh · 7 years ago
  98. 9f881b3 Make Central Directory and Signing Block 4K-aligned by Victor Hsieh · 7 years ago
  99. 51ca09f Add VerityTreeBuilder to generate root hash by Victor Hsieh · 7 years ago
  100. cadd9d2 Merge "Bump apksigner version to 0.8" by Alex Klyubin · 7 years ago