diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-09 21:40:18 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-09 21:40:18 +0200 |
commit | 9ffea0d67b13d863f73578e25f533652e58136bf (patch) | |
tree | 831f490e40a68319b7514b19e46dd6f954495878 /g10/options.h | |
parent | * gpgkeys_mailto.in: Use new OPAQUE tag for non net-path URIs. Fail more (diff) | |
download | gnupg2-9ffea0d67b13d863f73578e25f533652e58136bf.tar.xz gnupg2-9ffea0d67b13d863f73578e25f533652e58136bf.zip |
* options.h, keyserver.c (parse_keyserver_uri, keyserver_spawn,
keyserver_work), hkp.c (hkp_ask_import, hkp_export, hkp_search): Use a
much more strict reading of RFC-2396 for the keyserver URIs. Specifically,
don't try and be smart about checking the value of ":port" so long as it
is all digits, and properly handle opaque data (those scheme specific
parts that do not start with "//").
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 c1e131fe8..78bfca0df 100644 --- a/g10/options.h +++ b/g10/options.h @@ -115,6 +115,7 @@ struct { char *keyserver_scheme; char *keyserver_host; char *keyserver_port; + char *keyserver_opaque; struct { int verbose; |