* docs/grub.texi: Mention RSA support.
This commit is contained in:
parent
1106c3f072
commit
5a01722ebc
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
||||
* 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
|
||||
@file{foo.sig} will be produced when file @file{foo} is signed), and
|
||||
currently supports the DSA signing algorithm. Both 2048-bit and
|
||||
3072-bit keys are supported. A signing key can be generated as
|
||||
follows:
|
||||
currently supports the DSA and RSA signing algorithms. A signing key
|
||||
can be generated as follows:
|
||||
|
||||
@example
|
||||
gpg --gen-key
|
||||
|
|
Loading…
Add table
Reference in a new issue