emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 cefca2b: Add /etc/ssl/cert.pem to gnutls-trustfil


From: Teodor Zlatanov
Subject: [Emacs-diffs] emacs-26 cefca2b: Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS
Date: Sat, 9 Dec 2017 17:56:04 -0500 (EST)

branch: emacs-26
commit cefca2b8aca742cebaae6110704a56d7cd76f500
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS
    
    Problem reported by Mark Ferlatte (Bug#28603).
    * lisp/net/gnutls.el (gnutls-trustfiles): Add /etc/ssl/cert.pem for macOS.
---
 lisp/net/gnutls.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index d4943a3..98f7b58 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -92,6 +92,7 @@ to all of the tests described above."
     "/etc/ssl/ca-bundle.pem"                 ; Suse
     "/usr/ssl/certs/ca-bundle.crt"           ; Cygwin
     "/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD
+    "/etc/ssl/cert.pem"                      ; macOS
     )
   "List of CA bundle location filenames or a function returning said list.
 The files may be in PEM or DER format, as per the GnuTLS documentation.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]