mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
dirmngr: Don't add system CAs for SKS HKPS pool.
* dirmngr/http.c [HTTP_USE_GNUTLS] (http_session_new): Clear add_system_cas. GnuPG-bug-id: 4594 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
fb1c8978f5
commit
75e0ec6517
@ -792,6 +792,8 @@ http_session_new (http_session_t *r_session,
|
||||
pemname, gnutls_strerror (rc));
|
||||
xfree (pemname);
|
||||
}
|
||||
|
||||
add_system_cas = 0;
|
||||
}
|
||||
|
||||
/* Add configured certificates to the session. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user