diff options
author | NIIBE Yutaka <[email protected]> | 2022-06-28 01:37:35 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-06-28 01:37:35 +0000 |
commit | 8aa9f80be0bb4f220f98509e23e56184fc237a1e (patch) | |
tree | 916be907b58586639759a070bc45c4906db835e4 | |
parent | agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:". (diff) | |
download | gnupg-8aa9f80be0bb4f220f98509e23e56184fc237a1e.tar.gz gnupg-8aa9f80be0bb4f220f98509e23e56184fc237a1e.zip |
agent: Add description for "Prompt" field.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | agent/keyformat.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt index 96e69fc00..fd9fd3890 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -125,6 +125,12 @@ 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. +*** Prompt +This field is for card key. If given and the value is "yes" +(default), a user will be prompted about insertion of the card by a +dialog window when card is not available. When the value is "no", a +card operation is refused with GPG_ERR_UNUSABLE_SECKEY error. + * Private Key Format ** Unprotected Private Key Format |