* net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
This commit is contained in:
parent
95ddf44200
commit
ee0ce425db
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
|
||||
|
||||
2012-02-17 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/socks.el: Require network-stream. (Bug#10599)
|
||||
|
|
|
@ -56,7 +56,7 @@ set this variable to \"normal:-dhe-rsa\"."
|
|||
"/etc/ssl/certs/ca-certificates.crt" ; Debian, Ubuntu, Gentoo and Arch Linux
|
||||
"/etc/pki/tls/certs/ca-bundle.crt" ; Fedora and RHEL
|
||||
"/etc/ssl/ca-bundle.pem" ; Suse
|
||||
"/usr/ssl/cert/ca-bundle.crt" ; Cygwin
|
||||
"/usr/ssl/certs/ca-bundle.crt" ; Cygwin
|
||||
)
|
||||
"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.
|
||||
|
|
Loading…
Add table
Reference in a new issue