Add new openssl-sign-ed25519 tool to sign/verify signatures.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 14 Sep 2019 22:02:31 +0000 (18:02 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Sep 2019 03:41:24 +0000 (23:41 -0400)
commit97a3386346f4ca9c08be0738a331db2033173b2d
tree6cf70c933a3c9749f49940dd3cee5339d42f0aea
parentb1aea22fd23f95fa80840565917fdb5a1a622a25
Add new openssl-sign-ed25519 tool to sign/verify signatures.

Sparkle annoyingly only supports ED25519 signatures but OpenSSL provides
no way to sign/verify them. (Sparkle only has tools for manipulating the
keychain). This tool bridges the gap.
dev/.gitignore
dev/openssl-sign-ed25519.cc [new file with mode: 0644]