mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Add the reference command line tools for interacting with Sigsum signature transparency logs. Signed-off-by: Florian Larysch <fl@n621.de> [Julien: - select sigsum-verify if all other tools are deselected - split and sort HOST_SIGSUM_GO_BUILD_TARGETS ] Signed-off-by: Julien Olivain <ju.o@free.fr>
33 lines
746 B
Plaintext
33 lines
746 B
Plaintext
config BR2_PACKAGE_SIGSUM_GO
|
|
bool "sigsum-go"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
select BR2_PACKAGE_SIGSUM_GO_VERIFY if \
|
|
!BR2_PACKAGE_SIGSUM_GO_KEY && \
|
|
!BR2_PACKAGE_SIGSUM_GO_POLICY && \
|
|
!BR2_PACKAGE_SIGSUM_GO_SUBMIT && \
|
|
!BR2_PACKAGE_SIGSUM_GO_TOKEN
|
|
help
|
|
Command-line utilities for interacting with Sigsum logs.
|
|
|
|
https://git.glasklar.is/sigsum/core/sigsum-go/
|
|
|
|
if BR2_PACKAGE_SIGSUM_GO
|
|
|
|
config BR2_PACKAGE_SIGSUM_GO_KEY
|
|
bool "sigsum-key"
|
|
|
|
config BR2_PACKAGE_SIGSUM_GO_POLICY
|
|
bool "sigsum-policy"
|
|
|
|
config BR2_PACKAGE_SIGSUM_GO_SUBMIT
|
|
bool "sigsum-submit"
|
|
|
|
config BR2_PACKAGE_SIGSUM_GO_TOKEN
|
|
bool "sigsum-token"
|
|
|
|
config BR2_PACKAGE_SIGSUM_GO_VERIFY
|
|
bool "sigsum-verify"
|
|
|
|
endif
|