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:
parent
d5cf7330fa
commit
0a71996423
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue