Doc fix after previous gnutls patch

* lisp/net/gnutls.el (gnutls-verify-error): Mention that the
matching is first-match (bug#29977).
This commit is contained in:
Robert Pluim 2018-04-13 14:44:41 +02:00 committed by Lars Ingebrigtsen
parent d5cf7330fa
commit 0a71996423

View 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.