mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Support a confirm flag for ssh.
This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
This commit is contained in:
parent
69f8a7f15d
commit
d479906991
7 changed files with 217 additions and 66 deletions
|
@ -268,6 +268,8 @@ gpg_error_t agent_key_from_file (ctrl_t ctrl,
|
|||
lookup_ttl_t lookup_ttl,
|
||||
gcry_sexp_t *result,
|
||||
char **r_passphrase);
|
||||
gpg_error_t agent_raw_key_from_file (ctrl_t ctrl, const unsigned char *grip,
|
||||
gcry_sexp_t *result);
|
||||
gpg_error_t agent_public_key_from_file (ctrl_t ctrl,
|
||||
const unsigned char *grip,
|
||||
gcry_sexp_t *result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue