> From: Fabrice Popineau <fabrice.popin...@centralesupelec.fr>
> Date: Mon, 20 Nov 2017 20:59:05 +0100
> Cc: Óscar Fuentes <o...@wanadoo.es>, 
>       Msys2 <msys2-users@lists.sourceforge.net>, Emacs developers 
> <emacs-de...@gnu.org>
> 
>  > 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.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to