summaryrefslogtreecommitdiff
path: root/Makefile-ostree.am
diff options
context:
space:
mode:
authorDenis Pynkin <denis.pynkin@collabora.com>2019-07-31 01:13:48 +0300
committerDenis Pynkin <denis.pynkin@collabora.com>2020-03-25 15:23:54 +0300
commitc3608aa56a4e1551240b7effe2c40bb609211b3d (patch)
treea6f7428ae662a7f16959906aab365ee044e4accc /Makefile-ostree.am
parentedbbe1c4f2267c0d95d4ee14f6cbc516a1d31dca (diff)
downloadostree-c3608aa56a4e1551240b7effe2c40bb609211b3d.tar.gz
sign: add new builtin for signing
This builtin allows to sign and verify commit with new signature mechanism. At the moment it is possible to use 'dummy' and 'ed25519' signing modules. 'dummy' module use any ASCII string from command line as a key for commit's signing or verification. Support of ed25519 signature is implemented with `libsoium` library. Secret and public key should be provided in hex presentation via command line. Based on 'gpg-sign' source. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Diffstat (limited to 'Makefile-ostree.am')
-rw-r--r--Makefile-ostree.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ostree.am b/Makefile-ostree.am
index f37d974a..e5767641 100644
--- a/Makefile-ostree.am
+++ b/Makefile-ostree.am
@@ -43,6 +43,7 @@ ostree_SOURCES = src/ostree/main.c \
src/ostree/ot-builtin-remote.c \
src/ostree/ot-builtin-reset.c \
src/ostree/ot-builtin-rev-parse.c \
+ src/ostree/ot-builtin-sign.c \
src/ostree/ot-builtin-summary.c \
src/ostree/ot-builtin-show.c \
src/ostree/ot-builtin-static-delta.c \