-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ed25519 support to XPC branch #1423
Add ed25519 support to XPC branch #1423
Conversation
522e62d
to
93f7a3d
Compare
@tonyarnold What do we need to do to make this less a WIP and make it merge-able? |
@DivineDominion buy me a TARDIS and a Mac Pro? I need to find some time to finish moving the changes over. I've been quite busy is all. |
How's this going? |
Honestly, I've not had time to spend on this. I'll see what I can do in the next few days. |
93f7a3d
to
36d59da
Compare
36d59da
to
029542e
Compare
…a single directory on macOS Catalina
4279bd1
to
a161377
Compare
# Conflicts: # Sparkle.xcodeproj/project.pbxproj
This code has been ported directly from `master`. Co-authored-by: Kornel Lesiński <github@pornel.net> # Conflicts: # Sparkle.xcodeproj/project.pbxproj
This code has been ported directly from `master`. Co-authored-by: Kornel Lesiński <github@pornel.net> # Conflicts: # Sparkle.xcodeproj/project.pbxproj
This code has been ported directly from `master`. Co-authored-by: Kornel Lesiński <github@pornel.net> # Conflicts: # Sparkle.xcodeproj/project.pbxproj
# Conflicts: # Sparkle.xcodeproj/project.pbxproj
a161377
to
9d84b40
Compare
I shoved through the framework side of this by looking at @kornelski's commits from 1.21.0, plus the work on SUSignatureVerifier.m and SUUpdateValidator.m since then. It would definitely need review from someone else, though. https://github.com/belkadan/Sparkle/tree/feature/ed25519 |
@belkadan want to open a PR from your end? Happy to manage this any which way (including just stepping out of the way), given how little time I've had to work on this. |
Oh, I'm also happy to help review 👍 |
@kornelski, any preferences? |
Well, I opened #1553, and that way we can get started with review, at least. Happy to change to whatever process ends up best. |
Please merge #1422 before this branch.
This is presently a work in progress to bring forward the ed25519 changes from
master
to the XPC and UI separation branch.