mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 09:19:51 +00:00
* docs/grub.texi: Mention RSA support.
This commit is contained in:
parent
1106c3f072
commit
5a01722ebc
@ -1,3 +1,7 @@
|
|||||||
|
2013-11-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* docs/grub.texi: Mention RSA support.
|
||||||
|
|
||||||
2013-11-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-11-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/commands/verify.c: Add RSA support.
|
* grub-core/commands/verify.c: Add RSA support.
|
||||||
|
@ -5369,9 +5369,8 @@ may halt or otherwise impact the boot process.
|
|||||||
|
|
||||||
GRUB uses GPG-style detached signatures (meaning that a file
|
GRUB uses GPG-style detached signatures (meaning that a file
|
||||||
@file{foo.sig} will be produced when file @file{foo} is signed), and
|
@file{foo.sig} will be produced when file @file{foo} is signed), and
|
||||||
currently supports the DSA signing algorithm. Both 2048-bit and
|
currently supports the DSA and RSA signing algorithms. A signing key
|
||||||
3072-bit keys are supported. A signing key can be generated as
|
can be generated as follows:
|
||||||
follows:
|
|
||||||
|
|
||||||
@example
|
@example
|
||||||
gpg --gen-key
|
gpg --gen-key
|
||||||
|
Loading…
Reference in New Issue
Block a user