projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122e726
)
Add /etc/ssl/cert.pem to gnutls-trustfiles for macOS
author
Ted Zlatanov
<tzz@lifelogs.com>
Sat, 9 Dec 2017 22:52:01 +0000
(17:52 -0500)
committer
Ted Zlatanov
<tzz@lifelogs.com>
Sat, 9 Dec 2017 22:55:17 +0000
(17:55 -0500)
Problem reported by Mark Ferlatte (Bug#28603).
* lisp/net/gnutls.el (gnutls-trustfiles): Add /etc/ssl/cert.pem for macOS.
lisp/net/gnutls.el
patch
|
blob
|
history
diff --git
a/lisp/net/gnutls.el
b/lisp/net/gnutls.el
index d4943a3303130bfcd642d34a84cb92604eebebd4..98f7b5855889a651a0d22a54bd5d12194444e873 100644
(file)
--- 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.