diff options
| author | David Shaw <[email protected]> | 2003-06-05 02:06:12 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2003-06-05 02:06:12 +0000 |
| commit | 4d3fecee56365d70c6ca99739ee82ea43a08c27c (patch) | |
| tree | 2da58d00b4ea9902c3992839da5a2ff739315e44 /g10/options.skel | |
| parent | Update error handling to match gpg-error in CVS. (diff) | |
| download | gnupg-4d3fecee56365d70c6ca99739ee82ea43a08c27c.tar.gz gnupg-4d3fecee56365d70c6ca99739ee82ea43a08c27c.zip | |
* options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since
they at least handle subkeys correctly.
* options.h, g10.c (main), main.h, keylist.c (show_keyserver_url),
mainproc.c (check_sig_and_print), parse-packet.c (dump_sig_subpkt,
parse_one_sig_subpkt, can_handle_critical): Add read-only support for
preferred keyserver subpackets. They're basically policy URLs with a
different name. Add a verify-option "show-preferred-keyserver" to turn
them on and off (on by default, as per stable branch).
* g10.c (main): Add "--set-notation" as alias to "--notation-data" this is
to make things consistent with --set-policy-url meaning both sigs and
certs.
Diffstat (limited to 'g10/options.skel')
| -rw-r--r-- | g10/options.skel | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/options.skel b/g10/options.skel index e50f66ffe..5c8afced2 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -90,10 +90,10 @@ # support). # # Example HKP keyserver: -# x-hkp://pgp.mit.edu +# x-hkp://subkeys.pgp.net # # Example email keyserver: -# mailto:[email protected] +# mailto:[email protected] # # Example LDAP keyservers: # ldap://pgp.surfnet.nl:11370 @@ -112,7 +112,7 @@ # Most servers do synchronize with each other and DNS round-robin may # give you a quasi-random server each time. -#keyserver x-hkp://pgp.mit.edu +#keyserver x-hkp://subkeys.pgp.net #keyserver mailto:[email protected] #keyserver ldap://pgp.surfnet.nl:11370 #keyserver ldap://keyserver.pgp.com |
