summaryrefslogtreecommitdiff
path: root/lisp/net/gnutls.el
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2018-04-13 14:44:41 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2018-04-13 14:44:41 +0200
commit0a719964238293abd34a500992b1df0cc750795e (patch)
tree6784310d85f2c8fc3c10a249a51d2d82d89241d8 /lisp/net/gnutls.el
parentd5cf7330fa72a81b779628c14a0a19f3fc180f22 (diff)
downloademacs-0a719964238293abd34a500992b1df0cc750795e.tar.gz
Doc fix after previous gnutls patch
* lisp/net/gnutls.el (gnutls-verify-error): Mention that the matching is first-match (bug#29977).
Diffstat (limited to 'lisp/net/gnutls.el')
-rw-r--r--lisp/net/gnutls.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index cce4962758d..57ac26fc741 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.