Skip to content

Find system-installed root SSL certificates on macOS #14325

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

Merged
merged 2 commits into from
Jan 16, 2023

Conversation

@andrewrk
Copy link
Member

Great work! You did it without shelling out to the child process 💪

@andrewrk andrewrk enabled auto-merge (squash) January 16, 2023 22:18
@andrewrk andrewrk merged commit e45b471 into ziglang:master Jan 16, 2023
@giann giann mentioned this pull request Jan 17, 2023
4 tasks
squeek502 added a commit to squeek502/zig that referenced this pull request Feb 18, 2025
In the original PR that implemented this (ziglang#14325), it included a list of references for the keychain format. Multiple of those references include the checks that are added in this commit, and empirically this fixes the loading of a real keychain file that was previously failing (it had both a record with offset 0 and a record with cert_size 0).

Fixes ziglang#22870
alexrp pushed a commit that referenced this pull request Feb 18, 2025
In the original PR that implemented this (#14325), it included a list of references for the keychain format. Multiple of those references include the checks that are added in this commit, and empirically this fixes the loading of a real keychain file that was previously failing (it had both a record with offset 0 and a record with cert_size 0).

Fixes #22870
T1nk3r1 pushed a commit to T1nk3r1/zig-frictionless that referenced this pull request Apr 5, 2025
In the original PR that implemented this (ziglang#14325), it included a list of references for the keychain format. Multiple of those references include the checks that are added in this commit, and empirically this fixes the loading of a real keychain file that was previously failing (it had both a record with offset 0 and a record with cert_size 0).

Fixes ziglang#22870
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.

std.crypto.Certificate.Bundle: find system-installed root certificates on macOS
2 participants