Skip to content
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

Jarsigner does not support override of the default SignatureAlgorithm and MessageDigestAlgorithm #1024

Closed
Dexyon opened this issue Dec 1, 2015 · 1 comment

Comments

@Dexyon
Copy link

Dexyon commented Dec 1, 2015

Currently the properties of the AndroidSignAndAlign do not allow an override of the 'Signature Algorithm' or 'MessageDigestAlgorithm'.

Overview of the current 'AndroidSignAndAlignDefaults'

let AndroidSignAndAlignDefaults = {
    KeystorePath = ""
    KeystorePassword = ""
    KeystoreAlias = ""
    JarsignerPath = "jarsigner"
    ZipalignPath = "zipalign"

I have added the follow two parameters via the defaults

    SignatureAlgorithm = "SHA1withRSA"
    MessageDigestAlgorithm = "SHA1"
@Dexyon
Copy link
Author

Dexyon commented Dec 2, 2015

Already merged in the Master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant