diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-06-14 17:41:22 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-06-14 17:41:22 +0000 |
commit | f0f0e7da65a9adef14465bea78b8258f72cae538 (patch) | |
tree | 8457643e72fde36b58f7184000b7d6b0fb542357 | |
parent | implemented VerifyDepthMax (diff) | |
download | ice-f0f0e7da65a9adef14465bea78b8258f72cae538.tar.bz2 ice-f0f0e7da65a9adef14465bea78b8258f72cae538.tar.xz ice-f0f0e7da65a9adef14465bea78b8258f72cae538.zip |
implemented VerifyDepthMax in Java, C#
-rw-r--r-- | cpp/doc/Properties.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index a94d745ce11..f69c3614d25 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -2370,14 +2370,15 @@ the default value is <literal>JKS</literal>. <section id="IceSSL.VerifyDepthMax"><title>IceSSL.VerifyDepthMax</title> <section><title>Synopsis</title> <synopsis> -IceSSL.VerifyDepthMax=<replaceable>num</replaceable> (C++) +IceSSL.VerifyDepthMax=<replaceable>num</replaceable> </synopsis> </section> <section> <title>Description</title> <para> -Specifies the maximum depth of a trusted CA certificate chain during -verification. If not defined, the default value is 2. +Specifies the maximum depth of a trusted peer's certificate chain, including +the peer's certificate. A value of zero accepts chains of any length. If not +defined, the default value is 2. </para> </section> </section> |