summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL
Commit message (Collapse)AuthorAge
* Fixed ICE-7050: fixed WSS issue where server could stop reading requestsBenoit Foucher2016-03-29
|
* .gitignore updatesJose2016-03-11
|
* Update version to 3.6.2Jose2016-03-10
|
* Update Copyright year to 2016 in rc and cs filesJoe George2016-03-07
|
* Update copyright headersJoe George2016-03-01
|
* Fix compilation with LibreSSLhasufell2015-10-05
| | | | Signed-off-by: Joe George <joe@zeroc.com>
* Fixed ICE-6829 - open keychain only if neededBenoit Foucher2015-10-02
|
* Updated AssemblyInfo and StringFileInfo on WindowsBernard Normier2015-08-21
|
* Fixed ICE-6671 - Added registration functions to explicitly register Ice pluginsBenoit Foucher2015-08-12
|
* Fixed ICE-6159: release memory allocated by connection buffers when the ↵Benoit Foucher2015-08-05
| | | | connection is closed instead of waiting for the reaping
* Updated version to 3.6.1Dwayne Boone2015-07-31
|
* Updated Windows dependenciesDwayne Boone2015-07-08
|
* ICE-6514 Removed uneeded includes of DisableWarnings.hDwayne Boone2015-07-08
|
* Fixed ICE-6619: fixed Java IceSSL issue when running against C# serverBenoit Foucher2015-06-22
|
* Fix ICE-6587: Secure transport leaksJose2015-06-10
|
* Fix issue with IceSSL.InitOpenSSL and OpenSSLEngine destructorJose2015-06-10
|
* ICE-6473 Fix a memory leak in IceSSLJoe George2015-06-09
|
* Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after buildJose2015-05-12
|
* Better fix for VS2008 / Python buildBenoit Foucher2015-05-11
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* Fixed IceSSL SChannel implementation to allow VS2008 buildBenoit Foucher2015-05-07
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-05-05
| | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro.
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* ICE-6455 - remove slice2py and slice2rb C++ exenewhook2015-04-22
| | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW.
* ICE-6457Matthew Newhook2015-04-22
| | | | Windows python dev tree build is broken
* Fixed IceSSL OpenSSL implementation to provide and use the verified ↵Benoit Foucher2015-04-17
| | | | certificate chain
* Fixed SChannel issue where intermediate certificates were not being sentBenoit Foucher2015-04-17
|
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* New set of certificates for IceSSL/configuration test and variousBenoit Foucher2015-04-16
| | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* IceSSL fixesBenoit Foucher2015-04-13
| | | | | | - ICE-6423: cleaned up certificate loading on OS X - Fixed bug with FindCert to correctly throw if no field is specified - Fixed C# test to only skip few tests if not running as administrator
* 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
* SSL fixes (bis)Benoit Foucher2015-04-01
| | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Fixed crash on Windows related to buffer size changesDwayne Boone2015-03-09
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|
* ICE-6116 reduce verbose warnings about socket buffer sizeDwayne Boone2015-03-03
|
* Update windows dependenciesJose2015-02-19
|
* Fixed (ICE-5740) - IcePatch2 has issues with 'large' files.Jose2015-02-17
|
* Added C++ plugins for endpoint factories, cleaned up registration of WS ↵Benoit Foucher2015-02-06
| | | | factories
* Fixed ICE-6290: incorrect handling of acceptor exceptionsBenoit Foucher2015-02-04
|
* Changed version to 3.6.0Dwayne Boone2015-01-28
|
* ICE-6196 Fixes for ProtocolInstance::secure()Dwayne Boone2015-01-09
|
* ICE-6196 added ProtocolInstance::secure()Dwayne Boone2015-01-08
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-6022) - IceGrid/simple failure with SSL on Windows 7 x64 with no ↵Jose2014-11-27
| | | | VC installed
* Fixed (ICE-5979) - memory leak in schannelengineJose2014-11-25
|