From: Robert Pluim Date: Fri, 13 Apr 2018 12:44:41 +0000 (+0200) Subject: Doc fix after previous gnutls patch X-Git-Tag: emacs-27.0.90~5258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a719964238293abd34a500992b1df0cc750795e;p=emacs.git Doc fix after previous gnutls patch * lisp/net/gnutls.el (gnutls-verify-error): Mention that the matching is first-match (bug#29977). --- 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.