mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Add the sigsum-c library, which is a more lightweight alternative to sigsum-go when only proof verification is needed or needs to be embedded in some other program. Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
config BR2_PACKAGE_SIGSUM_C
|
|
bool "sigsum-c"
|
|
select BR2_PACKAGE_NETTLE
|
|
help
|
|
C library and command-line utility for verifying Sigsum
|
|
proofs.
|
|
|
|
https://git.glasklar.is/sigsum/core/sigsum-c/
|
|
|
|
if BR2_PACKAGE_SIGSUM_C
|
|
|
|
config BR2_PACKAGE_SIGSUM_C_TOOLS
|
|
bool "Enable tools"
|
|
help
|
|
Build CLI tools like sigsum-c-verify.
|
|
|
|
endif
|