mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent: Use OCB for key protection with --enable-extended-key-format.
* agent/protect.c (PROT_DEFAULT_TO_OCB): Remove macro. (agent_protect): Make the default protection mode depend on the extend key format option. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0039d7107b
commit
d24375271b
2 changed files with 3 additions and 7 deletions
|
@ -579,7 +579,8 @@ 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.
|
||||
|
||||
Note that this option also changes the key protection format to use
|
||||
OCB mode.
|
||||
|
||||
@anchor{option --enable-ssh-support}
|
||||
@item --enable-ssh-support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue