]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: binman: Add test for pkcs11 signed capsule
authorWojciech Dubowik <Wojciech.Dubowik@mt.com>
Fri, 20 Feb 2026 09:15:16 +0000 (10:15 +0100)
committerSimon Glass <simon.glass@canonical.com>
Wed, 18 Mar 2026 12:14:17 +0000 (06:14 -0600)
commite73443167be055c646dfd7d5a79bc30ac33e31d5
tree1ec17cb80fc58b6cab471efc3243f9ec687ffd2a
parente2c46d33cfbb92f493b520524a099fdf9af0a056
test: binman: Add test for pkcs11 signed capsule

Test pkcs11 URI support for UEFI capsule generation. Both
public certificate and private key are used over pkcs11
protocol.
Pkcs11-tool has been introduced as softhsm tool doesn't have
functionality to import certificates in commonly distributed
version (only in the latest).

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@mt.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
tools/binman/btool/p11_kit.py [new file with mode: 0644]
tools/binman/btool/pkcs11_tool.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/capsule/signed_pkcs11.dts [new file with mode: 0644]