* 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>
|
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…
Add table
Reference in a new issue