]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix after previous gnutls patch
authorRobert Pluim <rpluim@gmail.com>
Fri, 13 Apr 2018 12:44:41 +0000 (14:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 13 Apr 2018 12:44:41 +0000 (14:44 +0200)
* lisp/net/gnutls.el (gnutls-verify-error): Mention that the
matching is first-match (bug#29977).

lisp/net/gnutls.el

index cce4962758dcad79c75333078b99f6f766ce288e..57ac26fc741f5e65ddfb48321a1a45ab5b48bcdb 100644 (file)
@@ -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.