New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APK Signer #61

Merged
merged 14 commits into from Mar 22, 2018

Conversation

Projects
None yet
3 participants
@jvehent
Contributor

jvehent commented Dec 29, 2017

WORK IN PROGRESS

  • Create an APK signer that issues PKCS7 detached signatures
  • Support SHA256 PKCS7 signatures in PKCS7 packages (without breaking XPIs)
  • Support ZIP Alignment of APK archives
  • Unit tests

@mozilla-services mozilla-services deleted a comment from coveralls Jan 11, 2018

@mozilla-services mozilla-services deleted a comment from coveralls Jan 11, 2018

@mozilla-services mozilla-services deleted a comment from coveralls Jan 11, 2018

@mozilla-services mozilla-services deleted a comment from coveralls Jan 11, 2018

@coveralls

This comment has been minimized.

Show comment
Hide comment
@coveralls

coveralls Jan 11, 2018

Coverage Status

Coverage decreased (-3.07%) to 83.009% when pulling 4502f89 on apk into 3d8249a on master.

coveralls commented Jan 11, 2018

Coverage Status

Coverage decreased (-3.07%) to 83.009% when pulling 4502f89 on apk into 3d8249a on master.

jvehent added some commits Dec 29, 2017

@g-k

👍 Looks good so far.

Show outdated Hide outdated tools/autograph-client/client.go
@@ -201,3 +232,7 @@ func verifyXPI(input []byte, resp signatureresponse) bool {
}
return true
}
func verifyAPK(input []byte, resp signatureresponse) bool {
return true

This comment has been minimized.

@g-k

g-k Mar 21, 2018

Contributor

is this still WIP?

@g-k

g-k Mar 21, 2018

Contributor

is this still WIP?

This comment has been minimized.

@jvehent

jvehent Mar 21, 2018

Contributor

errr nope I should fix this

@jvehent

jvehent Mar 21, 2018

Contributor

errr nope I should fix this

@jvehent jvehent merged commit 925f7fd into master Mar 22, 2018

2 of 3 checks passed

coverage/coveralls Coverage increased (+0.8%) to 83.855%
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment