From 9ffea0d67b13d863f73578e25f533652e58136bf Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 9 Jul 2002 19:40:18 +0000 Subject: * 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 "//"). --- g10/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/options.h') 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; -- cgit v1.2.3