summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLEngine.cpp
Commit message (Collapse)AuthorAge
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementationsJose2017-03-16
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-12-14
|\|
| * ICE-7445 - Add libressl build supportJoe George2016-12-12
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Revert "Reverted previous double-underscore changes in IceUtil classes"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 2e6243dd2955e6a292bbe8a569d4e1711253746a.
* | Reverted previous double-underscore changes in IceUtil classesBernard Normier2016-11-03
| |
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * Fix ICE-7192 - Review deprecatedBy usageJose2016-09-20
| |
* | Better IceSSL lock initializationJose2016-08-03
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Do not initialize OpenSSL locks if already done by other library.Jose2016-08-01
|/
* OpenSSL-1.1.0-pre5 supportJose2016-07-01
| | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
* Fixed ICE-7134 - PHP Ice/proxy test fails on Ubuntu 16.04Jose2016-06-14
|
* Fixes to support kFreeBSDJose2016-06-10
|
* Update copyright headersJoe George2016-03-01
|
* Fix compilation with LibreSSLhasufell2015-10-05
| | | | Signed-off-by: Joe George <joe@zeroc.com>
* Fix issue with IceSSL.InitOpenSSL and OpenSSLEngine destructorJose2015-06-10
|
* ICE-6473 Fix a memory leak in IceSSLJoe George2015-06-09
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed IceSSL OpenSSL implementation to provide and use the verified ↵Benoit Foucher2015-04-17
| | | | certificate chain
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* ICE-6402 - IceSSL.DefaultDir fixesMark Spruiell2015-04-07
|
* Fixed IceSSL OpenSSL bug which could cause a crash when loading a ↵Benoit Foucher2015-04-07
| | | | certificate chain from a PKCS12 file
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-5837) test failures with C++/SSLJose2014-11-12
| | | | * Enabled OpenSSL partial writes and revert test changes
* IceSSL bug fixMark Spruiell2014-10-30
|
* Fixed (ICE-5758) - Disable SSLv3 by defaultJose2014-10-21
|
* Fix (ICE-5662) - OpenSSL implementation should print list of enabled ciphersJose2014-09-25
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* Fixed ICE-5567: Too much pseudo-inlining with ICE_CPP11 + OpenSSLEngine ↵Bernard Normier2014-07-23
| | | | build failure
* CR-20 - SecureTransport review fixesJose2014-06-11
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06