diff options
author | Anthony Neal <aneal@zeroc.com> | 2004-02-12 21:59:52 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2004-02-12 21:59:52 +0000 |
commit | af18d6bf6d51018be5418b061dce4c6e3e056ed2 (patch) | |
tree | 7eee5d58f59f69b66eee44a25b7058ea866cdc00 /cpp/src/Ice/PropertiesI.cpp | |
parent | Fix (diff) | |
download | ice-af18d6bf6d51018be5418b061dce4c6e3e056ed2.tar.bz2 ice-af18d6bf6d51018be5418b061dce4c6e3e056ed2.tar.xz ice-af18d6bf6d51018be5418b061dce4c6e3e056ed2.zip |
Fix for bug 4194, you can now turn off certificate validity period checking
of peer certificates. See the IceSSL.Client.IgnoreValidPeriod and
IceSSL.Server.IgnoreValidPeriod properties.
Diffstat (limited to 'cpp/src/Ice/PropertiesI.cpp')
-rw-r--r-- | cpp/src/Ice/PropertiesI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp index af9500ccfd1..5a8a4a2416c 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -205,6 +205,7 @@ static const string iceSSLProps[] = "Client.CertPath*", "Client.Config", "Client.Handshake.Retries", + "Client.IgnoreValidPeriod", "Client.Overrides.CACertificate", "Client.Overrides.DSA.Certificate", "Client.Overrides.DSA.PrivateKey", @@ -213,6 +214,7 @@ static const string iceSSLProps[] = "Client.Passphrase.Retries", "Server.CertPath*", "Server.Config", + "Server.IgnoreValidPeriod", "Server.Overrides.CACertificate", "Server.Overrides.DSA.Certificate", "Server.Overrides.DSA.PrivateKey", |