summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SChannelEngine.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-06-22 11:31:35 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-06-22 11:31:35 +0200
commit1127b8a4e9f0110f163c98bebb2d07b466150656 (patch)
treeb56e736a6e634c42b7e2b7ba24f2ead431386c77 /cpp/src/IceSSL/SChannelEngine.cpp
parentBuildInstruction fixes (diff)
downloadice-1127b8a4e9f0110f163c98bebb2d07b466150656.tar.bz2
ice-1127b8a4e9f0110f163c98bebb2d07b466150656.tar.xz
ice-1127b8a4e9f0110f163c98bebb2d07b466150656.zip
Fixed ICE-6619: fixed Java IceSSL issue when running against C# server
Diffstat (limited to 'cpp/src/IceSSL/SChannelEngine.cpp')
-rw-r--r--cpp/src/IceSSL/SChannelEngine.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IceSSL/SChannelEngine.cpp b/cpp/src/IceSSL/SChannelEngine.cpp
index 506aa141974..4c1991acd54 100644
--- a/cpp/src/IceSSL/SChannelEngine.cpp
+++ b/cpp/src/IceSSL/SChannelEngine.cpp
@@ -713,9 +713,7 @@ SChannelEngine::newCredentialsHandle(bool incoming)
// client. Recent Windows versions don't CA names but older ones do
// send all the trusted root CA names. We provide the root store to
// ensure that for these older Windows versions, we also include the
- // CA names of your trusted roots. IceSSL for Java will only send a
- // client certificate if the client certificate CA matches one of the
- // CA names sent by the server.
+ // CA names of our trusted roots.
//
cred.hRootStore = _rootStore;
}