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

Reduce Crypto dependencies #39

Merged
merged 1 commit into from
May 13, 2024
Merged

Reduce Crypto dependencies #39

merged 1 commit into from
May 13, 2024

Conversation

dcaunt
Copy link
Collaborator

@dcaunt dcaunt commented May 10, 2024

We were depending on swift-certificates but only for the SubjectPublicKeyInfo definitions. By importing that file we can reduce the dependencies to just swift-asn1. This should unblock CocoaPods support, but would be a win anyway.

SubjectPublicKeyInfo and AlgorithmIdentifier.swift are imported verbatim, with a permalink comment.

@dcaunt dcaunt force-pushed the dave/crypto-dependencies branch from caf3d68 to ab90e22 Compare May 10, 2024 19:29
@dcaunt dcaunt force-pushed the dave/crypto-dependencies branch from ab90e22 to 6735942 Compare May 13, 2024 09:54
@dcaunt dcaunt marked this pull request as ready for review May 13, 2024 09:54
Copy link

@IanDBird IanDBird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Great work in refactoring this to allow Cocoapods

@dcaunt dcaunt merged commit 3ef6511 into main May 13, 2024
3 checks passed
@dcaunt dcaunt deleted the dave/crypto-dependencies branch May 13, 2024 10:06
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.

2 participants