summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-27 20:41:40 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-27 20:41:40 +0000
commit8d33d607ad77e451c9b651e98cf2805fbde9573f (patch)
tree0d44313a198f42f7371bd1d284a84f1ef198c632 /cpp
parentadding support for CheckCertName (diff)
downloadice-8d33d607ad77e451c9b651e98cf2805fbde9573f.tar.bz2
ice-8d33d607ad77e451c9b651e98cf2805fbde9573f.tar.xz
ice-8d33d607ad77e451c9b651e98cf2805fbde9573f.zip
updating IceSSL.CheckCertName
Diffstat (limited to 'cpp')
-rw-r--r--cpp/doc/Properties.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml
index bccac484fae..b60d1ad97cc 100644
--- a/cpp/doc/Properties.sgml
+++ b/cpp/doc/Properties.sgml
@@ -1623,7 +1623,7 @@ private key. The password for the file must be supplied using
<section id="IceSSL.CheckCertName"><title>IceSSL.CheckCertName</title>
<section><title>Synopsis</title>
<synopsis>
-IceSSL.CheckCertName=<replaceable>num</replaceable> (C++, .NET)
+IceSSL.CheckCertName=<replaceable>num</replaceable>
</synopsis>
</section>
<section>
@@ -1633,6 +1633,7 @@ If <replaceable>num</replaceable> is a value greater than zero, IceSSL
compares the server's hostname as specified in the proxy against the
DNS or IP address fields of the server's certificate. If no match is
found, IceSSL aborts the connection attempt and raises an exception.
+If not defined, the default value is zero.
</para>
</section>
</section>