mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Don't add system CAs for SKS HKPS pool.
* dirmngr/http.c [HTTP_USE_GNUTLS] (http_session_new): Clear
add_system_cas.
--
Cherry-picking the master commit of:
75e0ec6517
GnuPG-bug-id: 4594
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
eb00a14f6d
commit
58e234fbeb
1 changed files with 2 additions and 0 deletions
|
@ -791,6 +791,8 @@ http_session_new (http_session_t *r_session,
|
||||||
pemname, gnutls_strerror (rc));
|
pemname, gnutls_strerror (rc));
|
||||||
xfree (pemname);
|
xfree (pemname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_system_cas = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add configured certificates to the session. */
|
/* Add configured certificates to the session. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue