diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2017-12-14 23:16:38 -0500 |
---|---|---|
committer | Ted Zlatanov <tzz@lifelogs.com> | 2017-12-14 23:16:38 -0500 |
commit | a21dac18bb17d23c9d6958149800c054687f8373 (patch) | |
tree | 05cbd4900c02cfbd1f5b9db3f1c493b37e0f15e0 /doc | |
parent | 780407cff13149c73085c5797c14dc0b7469fbcd (diff) | |
download | emacs-a21dac18bb17d23c9d6958149800c054687f8373.tar.gz emacs-a21dac18bb17d23c9d6958149800c054687f8373.tar.bz2 emacs-a21dac18bb17d23c9d6958149800c054687f8373.zip |
Add %DUMBFW to the default GnuTLS priority strings
* lisp/net/gnutls.el (gnutls-boot-parameters): Add %DUMBFW to
the default priority strings (Bug#25061).
* etc/NEWS: Mention it.
* doc/misc/emacs-gnutls.texi (Help For Users): Point to the
GnuTLS priority string documentation URL.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/emacs-gnutls.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index 92846a924c5..1715c83a0d2 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi @@ -116,9 +116,11 @@ information. The @code{gnutls-algorithm-priority} variable sets the GnuTLS priority string. This is global, not per host name (although @code{gnutls-negotiate} supports a priority string per connection so -it could be done if needed). The priority string syntax is in the +it could be done if needed). For details see the @uref{https://www.gnu.org/software/gnutls/documentation.html, GnuTLS -documentation}. +documentation} and the +@uref{https://gnutls.org/manual/html_node/Priority-Strings.html, +GnuTLS priority string syntax and description}. @end defvar @defvar gnutls-trustfiles |