summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.h
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update copyright year to 2018Jose2018-02-14
|
* 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
|
* Replaced ICE_SSL_ by ICESSL_ for consistencyBernard Normier2017-03-02
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types.Jose2017-01-13
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode"Jose2017-01-02
| | | | | | | | This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3.
* | Fixed (ICE-7477) - Use native Base64 encode/decodeJose2017-01-02
| |
* | WinRT -> UWP renamesJose2016-12-14
| |
* | UWP IceSSL implementation improvementsJose2016-11-24
| | | | | | | | | | - Add support for IceSSL.CertFile - Add support for IceSSL password prompt
* | UWP ssl improvementsJose2016-11-07
| |
* | C++11 CertificateVerifier and PasswordPromptBernard Normier2016-07-27
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Update copyright headersJoe George2016-03-01
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* 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
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and WindowsJose2014-08-19
|
* Windows SSL SChannel implementation & OS X Secure Transport fixes.Jose2014-08-07
|
* CR-20 - SecureTransport review fixesJose2014-06-11
|
* Fixed (ICE-4894) - Native SSL implementation for OS XJose2014-06-06
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3008 - IceSSL cleanupMark Spruiell2008-04-15
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
| | | | Added -R option to allTests.py.
* minor cleanup in IceSSLMark Spruiell2006-04-25
|
* - Added IceInternal::TransciverPtr ConnectionI::getTransceiver() const to;Matthew Newhook2006-04-24
| | | | | | | | | - Added IceSSL::ConnectionInfo. - Removed IceSSL::VerifyInfo. The connection callback now takes a ConnectionInfo. - Added IceSSL::Certificate & associated exceptions. - Added IceSSL::getConnectionInfo(). - Added more tests to test/IceSSL/configuration.
* moving checkPath so that PluginI can use it for IceSSL.RandomMark Spruiell2006-04-19
|
* new IceSSL pluginMark Spruiell2006-03-28