mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Merge git://git.denx.de/u-boot-dm
This commit is contained in:
commit
1703fbefd9
8 changed files with 30 additions and 22 deletions
|
@ -210,8 +210,8 @@ def test_vboot(u_boot_console):
|
|||
public_exponent = 65537
|
||||
util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %sdev.key '
|
||||
'-pkeyopt rsa_keygen_bits:2048 '
|
||||
'-pkeyopt rsa_keygen_pubexp:%d '
|
||||
'2>/dev/null' % (tmpdir, public_exponent))
|
||||
'-pkeyopt rsa_keygen_pubexp:%d' %
|
||||
(tmpdir, public_exponent))
|
||||
|
||||
# Create a certificate containing the public key
|
||||
util.run_and_log(cons, 'openssl req -batch -new -x509 -key %sdev.key -out '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue