unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz-mXXj517/zsQ@public.gmane.org>
To: Fabrice Popineau
	<fabrice.popineau-LuT7N8upsGq9tw52UnRK6UZa+K1vlBrA@public.gmane.org>
Cc: ofv-39ZsbGIQGT7e5aOfsHch1g@public.gmane.org,
	msys2-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	emacs-devel-mXXj517/zsQ@public.gmane.org
Subject: Re: About DLLs needed by Emacs (W64)
Date: Mon, 20 Nov 2017 22:28:52 +0200	[thread overview]
Message-ID: <83po8cd797.fsf@gnu.org> (raw)
In-Reply-To: <CAFgFV9O=UaWgVxOG0U=131vr9LrhwpsATmA369HMubTvao8r_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> (message from Fabrice Popineau on Mon, 20 Nov 2017 20:59:05 +0100)

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

  parent reply	other threads:[~2017-11-20 20:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-20 12:53 About DLLs needed by Emacs (W64) Angelo Graziosi
     [not found] ` <1639589366.4676.1511182396362-HsGP3tMACQiIsOV+laUMjw@public.gmane.org>
2017-11-20 13:55   ` David Macek
     [not found]     ` <4d86f0fd-d162-1287-861d-4527b8c0fd78-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-20 14:46       ` Fabrice Popineau
2017-11-20 15:04         ` Óscar Fuentes
     [not found]           ` <8760a5t2iv.fsf-39ZsbGIQGT7e5aOfsHch1g@public.gmane.org>
2017-11-20 15:13             ` Fabrice Popineau
     [not found]               ` <CAFgFV9OgzHsAWqi5ma9KWmHX63McYQc1OYrr+xE5kMKs5AOe1A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-20 17:31                 ` Eli Zaretskii
     [not found]                   ` <83a7zgeu21.fsf-mXXj517/zsQ@public.gmane.org>
2017-11-20 19:59                     ` Fabrice Popineau
     [not found]                       ` <CAFgFV9O=UaWgVxOG0U=131vr9LrhwpsATmA369HMubTvao8r_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-20 20:28                         ` Eli Zaretskii [this message]
2017-11-22 23:06                       ` [Msys2-users] " Phillip Lord
     [not found]                         ` <877euh52xe.fsf-WS8JpuUeUJXe9xe1eoZjHA@public.gmane.org>
2017-11-23  7:15                           ` Fabrice Popineau
     [not found]                             ` <CAFgFV9Njr1ZwTU4YBEezuMtz9cjsf1fBpin3=X0xCs1PeGBW7g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-23  7:24                               ` Fabrice Popineau
2017-11-23 18:09                                 ` [Msys2-users] " Phillip Lord
2017-11-23 18:08                             ` Phillip Lord
2017-11-23 14:02                         ` Richard Stallman
     [not found]                           ` <E1eHs51-0006JC-9T-iW7gFb+/I3LZHJUXO5efmti2O/JbrIOy@public.gmane.org>
2017-11-23 16:28                             ` Eli Zaretskii
     [not found]                               ` <834lplari3.fsf-mXXj517/zsQ@public.gmane.org>
2017-11-24 17:51                                 ` Richard Stallman
2017-11-23 18:17                           ` [Msys2-users] " Phillip Lord
2017-11-20 15:52   ` Eli Zaretskii
     [not found]     ` <83fu99dk21.fsf-mXXj517/zsQ@public.gmane.org>
2017-11-20 22:12       ` Angelo Graziosi via Msys2-users

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83po8cd797.fsf@gnu.org \
    --to=eliz-mxxj517/zsq@public.gmane.org \
    --cc=emacs-devel-mXXj517/zsQ@public.gmane.org \
    --cc=fabrice.popineau-LuT7N8upsGq9tw52UnRK6UZa+K1vlBrA@public.gmane.org \
    --cc=msys2-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=ofv-39ZsbGIQGT7e5aOfsHch1g@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).