[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 0a71996 2/3: Doc fix after previous gnutls patch
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 0a71996 2/3: Doc fix after previous gnutls patch |
Date: |
Fri, 13 Apr 2018 08:57:49 -0400 (EDT) |
branch: master
commit 0a719964238293abd34a500992b1df0cc750795e
Author: Robert Pluim <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Doc fix after previous gnutls patch
* lisp/net/gnutls.el (gnutls-verify-error): Mention that the
matching is first-match (bug#29977).
---
lisp/net/gnutls.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index cce4962..57ac26f 100644
--- a/lisp/net/gnutls.el
+++ b/lisp/net/gnutls.el
@@ -61,9 +61,9 @@ If the value is a list, it should have the form
((HOST-REGEX FLAGS...) (HOST-REGEX FLAGS...) ...)
where each HOST-REGEX is a regular expression to be matched
-against the hostname, and FLAGS is either t or a list of
-one or more verification flags. The supported flags and the
-corresponding conditions to be tested are:
+against the hostname, on a first-match basis, and FLAGS is either
+t or a list of one or more verification flags. The supported
+flags and the corresponding conditions to be tested are:
:trustfiles -- certificate must be issued by a trusted authority.
:hostname -- hostname must match presented certificate's host name.