[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-10-25 Thread Andreas Hasenack
> 2. Run sandbox test to check if two new test cases for sha384 pass. > $ ./test/py/test.py --bd sandbox --build That test.py is the source code from the proposed package? So a better test plan would have been something like: apt-get source u-boot -t jammy-proposed # install deps (had to add a fe

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-10-24 Thread Launchpad Bug Tracker
This bug was fixed in the package u-boot - 2022.01+dfsg-2ubuntu2.6 --- u-boot (2022.01+dfsg-2ubuntu2.6) jammy; urgency=medium * d/p/0001-rsa-adds-rsa3072-algorithm.patch: Add RSA3072 support (LP: #2078395) -- Ethan Hsieh Fri, 30 Aug 2024 11:32:40 +0800 ** Changed in: u-boot

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-10-15 Thread ethan.hsieh
** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078395 Title: [SRU] Add RSA3072 support to jammy To manage notificat

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-10-03 Thread ethan.hsieh
Hi @Andresas For part 1 (Sandbox), please see #2. This test case isn't for verifying the package on -proposed. For details, please see [1]. --- [1] https://docs.u-boot.org/en/v2021.04/arch/sandbox.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-10-03 Thread Andreas Hasenack
The verification in comment #10 is part 2 of the test plan, looks like we are still missing part 1? Coomment #2 doesn't count, because it was done before the package was accepted into proposed and built (which was done in comment #8). ** Tags removed: verification-done-jammy ** Tags added: verif

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-22 Thread ethan.hsieh
Verified u-boot-tools on jammy-proposed. Here are steps and test result: $ sudo apt-get install u-boot-tools $ apt-cache policy u-boot-tools | grep Installed Installed: 2022.01+dfsg-2ubuntu2.6 $ mkimage -F -k /home/ethan/keys/ -f fdt.its genio-510-evk.dtb FIT description: Flattened Device Tree b

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-19 Thread Vladimir Petko
The package has been uploaded, unsubscribing Sponsors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078395 Title: [SRU] Add RSA3072 support to jammy To manage notifications about this bug go to:

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-13 Thread Timo Aaltonen
Hello ethan.hsieh, or anyone else affected, Accepted u-boot into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/u-boot/2022.01+dfsg-2ubuntu2.6 in a few hours, and then in the -proposed repository. Please help us by testing this new package. Se

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-04 Thread ethan.hsieh
** Description changed: [Impact] The mkimage command is used to create images for use with the U-Boot boot loader. mkimage on jammy doesn't support RSA3072. Users cannot sign the fitimage with RSA3072. + + Here is the error message: + $ mkimage -F -k /home/ethan/keys/ -f fdt.its genio-

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-04 Thread ethan.hsieh
Hi Robie, >> mkimage on jammy doesn't support RSA3072. > This does not explain the impact on users. Please explain why the regression > risk of changing a stable release is justified. Users cannot sign the fitimage with RSA3072. Currently, U-Boot on jammy already supports RSA2048 and RSA4096. Th

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-04 Thread Robie Basak
> Create a test fitimage and sign with rsa3072 algorithm. How? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078395 Title: [SRU] Add RSA3072 support to jammy To manage notifications about this b

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-04 Thread Robie Basak
> mkimage on jammy doesn't support RSA3072. This does not explain the impact on users. Please explain why the regression risk of changing a stable release is justified. ** Changed in: u-boot (Ubuntu Jammy) Status: Confirmed => Incomplete -- You received this bug notification because you

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-09-03 Thread Dave Jones
** Also affects: u-boot (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: u-boot (Ubuntu Jammy) Assignee: (unassigned) => Dave Jones (waveform) ** Changed in: u-boot (Ubuntu Jammy) Status: New => Confirmed ** Changed in: u-boot (Ubuntu) Status: New => F

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-08-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "jammy.debdiff" seems to be a debdiff. The ubuntu- sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-08-29 Thread ethan.hsieh
Install the test package[1] and can sign fitimage with rsa3072. Here is the log: $ mkimage -F -k /home/ethan/keys/ -f fdt.its genio-510-evk.dtb FIT description: Flattened Device Tree blob Created: Fri Aug 30 14:10:05 2024 Image 0 (fdt-mediatek_genio-510-evk.dtb) Description: Flattened

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-08-29 Thread ethan.hsieh
Test result: 1. Before applying the patch: test/py/tests/test_vboot.py .. 2. After applying the patch: test/py/tests/test_vboot.py For details, please see the attached file. ** Description changed: [Impact] The mkimage command is used to create images for use wi

[Bug 2078395] Re: [SRU] Add RSA3072 support to jammy

2024-08-29 Thread ethan.hsieh
Will upload debdiff for jammy later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078395 Title: [SRU] Add RSA3072 support to jammy To manage notifications about this bug go to: https://bugs.launc