-
Notifications
You must be signed in to change notification settings - Fork 169
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
Updated version of Signing changes #651
base: master
Are you sure you want to change the base?
Updated version of Signing changes #651
Conversation
…e things happy. Also need lots of polish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed only the changes by @Penguinwizzard , as it seems unhelpful to review my own changes even if I am 5 years removed from them. My memory is that these changes were working on the golden path but lacked any automated tests. That time requirement was the reason they never got checked in. Ultimately I think that this still needs to be addressed to merge.
I've now added some automated tests, albeit fairly simple ones - they pack an MSIX, sign it, and then validate its signature and contents. |
This is a rebase of johnmcpms/signing on the latest version of microsoft/msix-packaging@master, with a couple of small patches to get it working (and handling pfx passwords). Ideally, with a simpler history and a few of the merge fixes rolled in, this should be an easier change to land than the existing branches where multiple contributors have done repeated merges of master into the topic branch.