diff options
author | Jose <jose@zeroc.com> | 2014-11-12 11:51:11 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-12 11:51:11 +0100 |
commit | ec0147c729bdba4ce8b2831fe4dd37e7f2aaaecd (patch) | |
tree | 420c75d3b7857ab6256532e49f63f0bf99e78c4e /cpp/src/IceSSL/OpenSSLEngine.cpp | |
parent | Fixed (ICE-5881) - OpenSSL locks callback assertion (diff) | |
download | ice-ec0147c729bdba4ce8b2831fe4dd37e7f2aaaecd.tar.bz2 ice-ec0147c729bdba4ce8b2831fe4dd37e7f2aaaecd.tar.xz ice-ec0147c729bdba4ce8b2831fe4dd37e7f2aaaecd.zip |
Fixed (ICE-5837) test failures with C++/SSL
* Enabled OpenSSL partial writes and revert test changes
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLEngine.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLEngine.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLEngine.cpp b/cpp/src/IceSSL/OpenSSLEngine.cpp index 35d83dc2a5e..e1508c0795a 100644 --- a/cpp/src/IceSSL/OpenSSLEngine.cpp +++ b/cpp/src/IceSSL/OpenSSLEngine.cpp @@ -744,6 +744,8 @@ OpenSSLEngine::initialize() # endif } } + + SSL_CTX_set_mode(_ctx, SSL_MODE_ENABLE_PARTIAL_WRITE); } // |