mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
This commit is contained in:
parent
407277e0db
commit
bc5576723b
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-13 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
|
||||
|
||||
2010-12-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* subr.el (posn-col-row): Evaluate header-line-format in the
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ PRIORITY-STRING is as per the GnuTLS docs, default is \"NORMAL\".
|
|||
TRUSTFILES is a list of CA bundles.
|
||||
KEYFILES is a list of client keys."
|
||||
(let* ((type (or type 'gnutls-x509pki))
|
||||
(trusfiles (or trustfiles
|
||||
(trustfiles (or trustfiles
|
||||
'("/etc/ssl/certs/ca-certificates.crt")))
|
||||
(priority-string (or priority-string
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Reference in a new issue