diff options
author | Jose <jose@zeroc.com> | 2016-07-12 08:06:49 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-07-12 08:06:49 +0200 |
commit | eff02c2d48e2d3626a80635f1d25086e5909188b (patch) | |
tree | 8ccb7aad9250d3cd84931d22291d44d749dbdf96 /cpp/test | |
parent | Fixed ICE-7128 - Glacier2/override test failure (diff) | |
download | ice-eff02c2d48e2d3626a80635f1d25086e5909188b.tar.bz2 ice-eff02c2d48e2d3626a80635f1d25086e5909188b.tar.xz ice-eff02c2d48e2d3626a80635f1d25086e5909188b.zip |
IceSSL/configuration bogus property
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index 12608b4164d..cfa6506493e 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -1829,7 +1829,6 @@ allTests(const CommunicatorPtr& communicator, const string& testDir, bool p12, b // // With OpenSSL 1.1.0 we need to set SECLEVEL=0 to allow ADH ciphers // - d["IceSSL.SecurityLevel"] = "0"; string cipherSub = "ADH-"; d["IceSSL.Ciphers"] = "RSA:" + anonCiphers; # else @@ -2071,7 +2070,7 @@ allTests(const CommunicatorPtr& communicator, const string& testDir, bool p12, b Test::Properties d = createServerProps(defaultProps, defaultDir, defaultHost, p12, "s_dsa_ca1", "cacert1"); d["IceSSL.Ciphers"] = "DHE:DSS"; d["IceSSL.VerifyPeer"] = "1"; - + Test::ServerPrx server = fact->createServer(d); try { |