1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Workaround for the pksd and OKS keyserver bug that calculates v4 RSA

keyids as if they were v3.  The workaround/hack is to fetch both the v4
(e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids.  This only happens for key
refresh while using the HKP scheme and the refresh-add-fake-v3-keyids
keyserver option must be set.  This should stay off by default.
This commit is contained in:
David Shaw 2002-02-04 21:49:08 +00:00
parent 346b795eb9
commit 02fe4b0185
3 changed files with 48 additions and 4 deletions

View file

@ -107,6 +107,7 @@ struct {
int include_disabled:1;
int use_temp_files:1;
int keep_temp_files:1;
int refresh_add_fake_v3_keyids:1;
STRLIST other;
} keyserver_options;
int exec_disable;