diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2022-05-19 07:37:01 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2022-05-19 07:37:01 +0200 |
commit | 598b3fdfaa09b9071ceeb81f68052f3d35064292 (patch) | |
tree | c67d1d40f5f077e79b0bfc5e442d3eaf50877d72 /agent/keyformat.txt | |
parent | agent: Supply GRIP=NULL for agent_key_from_file, for real use. (diff) | |
download | gnupg2-598b3fdfaa09b9071ceeb81f68052f3d35064292.tar.xz gnupg2-598b3fdfaa09b9071ceeb81f68052f3d35064292.zip |
agent: Pop up dialog window for confirmation, when specified so.
* agent/findkey.c (agent_key_from_file): Support "Confirm:".
--
GnuPG-bug-id: 5099
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to '')
-rw-r--r-- | agent/keyformat.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt index 511eb1047..96e69fc00 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -119,6 +119,13 @@ gpg-agent's ssh-agent implementation. This is thus the same as putting the keygrip into the 'sshcontrol' file. Only one such item should exist. +*** Confirm +If given and the value is "yes", a user will be asked confirmation by +a dialog window when the key is about to be used for +PKSIGN/PKAUTH/PKDECRYPT operation. If the value is "restricted", it +is only asked for the access through extra/browser socket. + + * Private Key Format ** Unprotected Private Key Format |