sign-ed25519: Implement sign and verify using openssl
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Jul 2023 15:12:46 +0000 (17:12 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 7 Jul 2023 15:16:30 +0000 (17:16 +0200)
commit7b85adfbbd97054e4b14ca4365c11fbadf97c70c
tree21b2f0f9cb9d666cdd2c0fd3f65cb109844d6b0e
parent501575c1e44cf2a7d58c39944da405f802023325
sign-ed25519: Implement sign and verify using openssl

libsodium is used if configured to keep the old behaviour, but if
it is not enabled, and openssl is used, then ed25519 is now supported.
configure.ac
src/libostree/ostree-sign-ed25519.c
src/libostree/ostree-sign.c
src/ostree/ot-builtin-sign.c
src/ostree/ot-builtin-static-delta.c