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:
parent
346b795eb9
commit
02fe4b0185
3 changed files with 48 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue