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

Identifier string resolution varies from Apple #98

Open
indygreg opened this issue Nov 7, 2023 · 0 comments
Open

Identifier string resolution varies from Apple #98

indygreg opened this issue Nov 7, 2023 · 0 comments
Labels
apple-codesign apple-codesign crate and rcodesign CLI tool bug Something isn't working

Comments

@indygreg
Copy link
Owner

indygreg commented Nov 7, 2023

We have logic that attempts to deduce an appropriate identifier string when signing a binary or bundle lacking such an identifier. Our logic varies from Apple's in various ways.

One notable difference is we don't look for the UUID Mach-O load command or take the SHA-1 digest of the Mach-O load command when a Mach-O is missing an identifier.

@indygreg indygreg added bug Something isn't working apple-codesign apple-codesign crate and rcodesign CLI tool labels Nov 7, 2023
indygreg added a commit that referenced this issue Nov 12, 2023
Our heuristics differed from Apple's, which have more complex behavior
for how digits and dots are handled.

Part of #98.
@indygreg indygreg changed the title Identiifer string resolution varies from Apple Identifier string resolution varies from Apple Nov 12, 2023
indygreg added a commit that referenced this issue Nov 12, 2023
Our heuristics differed from Apple's, which have more complex behavior
for how digits and dots are handled.

Part of #98.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apple-codesign apple-codesign crate and rcodesign CLI tool bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant