summaryrefslogtreecommitdiff
path: root/doc/stunnel.pod.in
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2018-07-13 17:07:44 +0300
committerPeter Pentchev <roam@debian.org>2018-07-13 17:07:44 +0300
commitc6bc4f2a2e4bf7ec8e2228718b08c8c85ec83796 (patch)
treebbd25f8583053f52aa1bc08803c05f4f518a6410 /doc/stunnel.pod.in
parent4ff982881550c8d1938b5d7b72ae39aadbdf7ba1 (diff)
New upstream version 5.48
Diffstat (limited to 'doc/stunnel.pod.in')
-rw-r--r--doc/stunnel.pod.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/stunnel.pod.in b/doc/stunnel.pod.in
index b60088a..e640d49 100644
--- a/doc/stunnel.pod.in
+++ b/doc/stunnel.pod.in
@@ -398,9 +398,9 @@ engine is enabled.
email address of the peer certificate subject
Multiple I<checkEmail> options are allowed in a single service section.
-Certificates are accepted if no I<checkEmail> option was specified, or the
-email address of the peer certificate matches any of the email addresses
-specified with I<checkEmail>.
+Certificates are accepted if no subject checks were specified, or the email
+address of the peer certificate matches any of the email addresses specified
+with I<checkEmail>.
This option requires OpenSSL 1.0.2 or later.
@@ -409,9 +409,8 @@ This option requires OpenSSL 1.0.2 or later.
host of the peer certificate subject
Multiple I<checkHost> options are allowed in a single service section.
-Certificates are accepted if no I<checkHost> option was specified, or the host
-name of the peer certificate matches any of the hosts specified with
-I<checkHost>.
+Certificates are accepted if no subject checks were specified, or the host name
+of the peer certificate matches any of the hosts specified with I<checkHost>.
This option requires OpenSSL 1.0.2 or later.
@@ -420,7 +419,7 @@ This option requires OpenSSL 1.0.2 or later.
IP address of the peer certificate subject
Multiple I<checkIP> options are allowed in a single service section.
-Certificates are accepted if no I<checkIP> option was specified, or the IP
+Certificates are accepted if no subject checks were specified, or the IP
address of the peer certificate matches any of the IP addresses specified with
I<checkIP>.