You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sparkle 1.21 and newer has a different signature scheme than before (ed25519 instead of DSA). For this, Sparkle has created helper tools based on a portable ed25519 library to create and sign the releases. The previous scheme is deprecated, but both schemes can be used simultaneously.
I have found that the OpenSSL implementation is a bit flaky. I haven’t been able to generate an identical signature using the existing private key. There are many GitHub issues on the Sparkle repo about this. It has been suggested that the OpenSSL libraries in macOS are to blame.
The text was updated successfully, but these errors were encountered:
Carthage sadly fails to build the correct Sparkle scheme that contains the helper scripts for the signature scheme. We may have to find an alternative.
Sparkle 1.21 and newer has a different signature scheme than before (ed25519 instead of DSA). For this, Sparkle has created helper tools based on a portable ed25519 library to create and sign the releases. The previous scheme is deprecated, but both schemes can be used simultaneously.
Further reference: https://sparkle-project.org/documentation/
I have found that the OpenSSL implementation is a bit flaky. I haven’t been able to generate an identical signature using the existing private key. There are many GitHub issues on the Sparkle repo about this. It has been suggested that the OpenSSL libraries in macOS are to blame.
The text was updated successfully, but these errors were encountered: