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

Solve Signer Identity Ambiguity #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

aymenim
Copy link

@aymenim aymenim commented Feb 18, 2016

When multiple certificates with the same name are in the keychain , codesign would fail with error saying ambiguous certificate name to avoid use the SHA1 of the certificates as an argument for code sign.

changed security identity from name to sha1 hash to avoid ambiguity
when two cert with the same name found
0xMarK added a commit to 0xMarK/iReSign that referenced this pull request Nov 17, 2016
maciekish#96 macOS Sierra /usr/bin/security appends a junk line on the entitlements xml/plist file that breaks signing. This fix removes the junk line.
maciekish#94 Libraries in Frameworks do not have Info.plist
maciekish#90 Resign all frameworks
maciekish#86 Solve Signer Identity Ambiguity
maciekish#80 Changed Distribution Files Encoding from ASCII to UTF-8
maciekish#72 Support MobileIron: Rename bundle id in CFBundleURLTypes
maciekish#44 Added Edit menu to allow Cut/Copy/Paste in Text Fields
@sehrgut sehrgut mentioned this pull request Feb 16, 2018
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

Successfully merging this pull request may close these issues.

1 participant