From 0a719964238293abd34a500992b1df0cc750795e Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 13 Apr 2018 14:44:41 +0200 Subject: [PATCH] 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 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. -- 2.39.5