mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent: New option --enable-extended-key-format.
* agent/gpg-agent.c (oEnableExtendedKeyFormat): New const. (opts): New option --enable-extended-key-format. (parse_rereadable_options): Set option * agent/findkey.c (write_extended_private_key): Add arg 'update'. (agent_write_private_key): Implement new option. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
6fab7bba87
commit
2c237c1362
4 changed files with 52 additions and 11 deletions
|
@ -571,6 +571,15 @@ local gpg-agent and use its private keys. This enables decrypting or
|
|||
signing data on a remote machine without exposing the private keys to the
|
||||
remote machine.
|
||||
|
||||
@anchor{option --enable-extended-key-format}
|
||||
@item --enable-extended-key-format
|
||||
@opindex enable-extended-key-format
|
||||
This option creates keys in the extended private key format. Changing
|
||||
the passphrase of a key will also convert the key to that new format.
|
||||
Using this option makes the private keys unreadable for gpg-agent
|
||||
versions before 2.1.12. The advantage of the extended private key
|
||||
format is that it is text based and can carry additional meta data.
|
||||
|
||||
|
||||
@anchor{option --enable-ssh-support}
|
||||
@item --enable-ssh-support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue