[Bug 1964510] Re: [SRU] enable signing riscv64 binaries in bionic
Heinrich Schuchardt
1964510 at bugs.launchpad.net
Fri Mar 11 07:59:34 UTC 2022
** Patch added: "sbsigntool_0.9.2-2ubuntu1~20.04.1.debdiff"
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1964510/+attachment/5567907/+files/sbsigntool_0.9.2-2ubuntu1~20.04.1.debdiff
** Changed in: sbsigntool (Ubuntu Bionic)
Status: Triaged => Confirmed
** Changed in: sbsigntool (Ubuntu Focal)
Status: Triaged => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sbsigntool in Ubuntu.
https://bugs.launchpad.net/bugs/1964510
Title:
[SRU] enable signing riscv64 binaries in bionic
Status in sbsigntool package in Ubuntu:
Fix Released
Status in sbsigntool source package in Bionic:
Confirmed
Status in sbsigntool source package in Focal:
Confirmed
Bug description:
[Impact]
The Ubuntu signing box is running Ubuntu Bionic. The riscv64
architecture is expanding. We expect development boards using EDK II
to appear in 2022. We should be able to support secure boot then.
A patch for enabling this has been accepted upstream:
https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?h=next&id=25af2eb5e39b5d54703d4489182a6b9d0af58b76
[Test Plan]
* Signatures produced by sbsign in bionic, must be verifiable with
sbverify from jammy.
* Test instructions:
- create as new certificate RSA2048) for signing EFI binaries
openssl req -x509 -sha256 -newkey rsa:2048 -subj /CN=TEST_$*/ \
-keyout db.key -out db.crt -nodes -days 3650
- sign amd64, arm64 and riscv64 EFI binaries with Bionic's sbsign
sbsign --key db.key --cert db.crt test.efi
- check the signature with Jammy's sbverify
- check the signature with Bionics's sbverify
* Testing should be executed before landing the update.
[Where problems could occur]
* The upstream patch is trivial and should have no effect on any non-
riscv64 architecture. It only changes the architecture test that is
made before signing.
* With the test procedure above we ensure that we still can sign on
the same architectures as before.
[Other Info]
* The Focal task is so that we don't loose functionality in case of an
upgrade from Bionic to Focal.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1964510/+subscriptions
More information about the foundations-bugs
mailing list