diff options
author | David Shaw <[email protected]> | 2005-12-23 22:17:11 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-23 22:17:11 +0000 |
commit | 846eefaa71a7fc2447394e4c93b6efc4d43ddd9a (patch) | |
tree | 7c641127a1bd18f8c130de0852f5029c56f05308 /g10/options.h | |
parent | * gpgv.c: Stub. (diff) | |
download | gnupg-846eefaa71a7fc2447394e4c93b6efc4d43ddd9a.tar.gz gnupg-846eefaa71a7fc2447394e4c93b6efc4d43ddd9a.zip |
* keyserver.c (keyserver_import_pka): New. Moved from
getkey.c:get_pubkey_byname which was getting crowded.
* keyserver.c (keyserver_import_cert): Import a key found in DNS via CERT
records. Can handle both the PGP (actual key) and IPGP (URL) CERT types.
* getkey.c (get_pubkey_byname): Call them both here.
* options.h, keyserver.c (parse_keyserver_options): Add
"auto-cert-retrieve" option with optional max size argument.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 3d425bb85..af5c6f737 100644 --- a/g10/options.h +++ b/g10/options.h @@ -312,5 +312,6 @@ struct { #define KEYSERVER_TRY_DNS_SRV (1<<6) #define KEYSERVER_HONOR_KEYSERVER_URL (1<<7) #define KEYSERVER_AUTO_PKA_RETRIEVE (1<<8) +#define KEYSERVER_AUTO_CERT_RETRIEVE (1<<9) #endif /*G10_OPTIONS_H*/ |