diff options
author | Werner Koch <[email protected]> | 2002-06-29 14:01:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-29 14:01:53 +0000 |
commit | df58e024e71b100a1557b1023d35b2a0092a8748 (patch) | |
tree | 18c586e4583637186779686afef445c71427307f /sm/gpgsm.h | |
parent | * query.c (start_pinentry): Use GNUPG_DERAULT_PINENTRY. (diff) | |
download | gnupg-df58e024e71b100a1557b1023d35b2a0092a8748.tar.gz gnupg-df58e024e71b100a1557b1023d35b2a0092a8748.zip |
* gpgsm.c: New option --auto-issuer-key-retrieve.
* certpath.c (find_up): Try to retrieve an issuer key from an
external source and from the ephemeral key DB.
(find_up_store_certs_cb): New.
* keydb.c (keydb_set_ephemeral): Does now return the old
state. Call the backend only when required.
* call-dirmngr.c (start_dirmngr): Use GNUPG_DEFAULT_DIRMNGR.
(lookup_status_cb): Issue status only when CTRL is not NULL.
(gpgsm_dirmngr_lookup): Document that CTRL is optional.
* call-agent.c (start_agent): Use GNUPG_DEFAULT_AGENT.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index b4f7ebe5c..efa98dee5 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -79,6 +79,8 @@ struct { char *policy_file; /* full pathname of policy file */ int no_policy_check; /* ignore certificate policies */ int no_path_validation; /* Bypass all cert path validity tests */ + + int auto_issuer_key_retrieve; /* try to retrieve a missing issuer key. */ } opt; |