diff options
| author | Steve McIntyre <steve@einval.com> | 2026-04-28 14:01:32 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2026-04-28 17:35:25 +0100 |
| commit | e2a56d673c66989136c41a6f1c997ff1aad10097 (patch) | |
| tree | 9679eb8f7be520822e397011e6e97ab941b58658 /debian/control | |
| parent | d51bfcf945e1070a551cf8ec5d94b91b213991e1 (diff) | |
| download | shim-signed-e2a56d673c66989136c41a6f1c997ff1aad10097.tar.gz shim-signed-e2a56d673c66989136c41a6f1c997ff1aad10097.zip | |
Add support for verifying and then combining signatures
from multiple signed shims.
* Move the verification logic out into a new helper script
verify_combine_sigs - see comments there for how it works.
* Rename the existing shim binaries and CA cert to match
* Include some extra certs and binaries for testing with
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8357ba8..80eb196 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 13), # which broke our build sbsigntool (>= 0.9.2-2), po-debconf, - debhelper-compat (= 13) + debhelper-compat (= 13), + python3-cryptography, Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/efi-team/shim-signed Vcs-Git: https://salsa.debian.org/efi-team/shim-signed.git |
