|
From: Eli Z. <el...@gn...> - 2017-11-20 20:29:25
|
> From: Fabrice Popineau <fab...@ce...> > Date: Mon, 20 Nov 2017 20:59:05 +0100 > Cc: Óscar Fuentes <of...@wa...>, > Msys2 <msy...@li...>, Emacs developers <ema...@gn...> > > > gnutls also need to have an accessible ca-bundle for certificates. > > Not on MS-Windows, it doesn't: it uses the system certificate store instead. > > Oh ... good to know. I recall that I had to make gnutls point to the file in the past. It's a recently added feature: #if GNUTLS_VERSION_NUMBER >= 0x030014 # define HAVE_GNUTLS_X509_SYSTEM_TRUST #endif which then causes us to call the function. gnutls_certificate_set_x509_system_trust. |