Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementations | Jose | 2017-03-16 |
| | |||
* | Replaced ICE_SSL_ by ICESSL_ for consistency | Bernard Normier | 2017-03-02 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types. | Jose | 2017-01-13 |
| | | |||
* | | Replace NULL by ICE_NULLPTR | Bernard Normier | 2017-01-11 |
| | | |||
* | | Revert "Fixed (ICE-7477) - Use native Base64 encode/decode" | Jose | 2017-01-02 |
| | | | | | | | | This reverts commit 2df05d130ae51a65f51c593800ad722d533f5df3. | ||
* | | Fixed (ICE-7477) - Use native Base64 encode/decode | Jose | 2017-01-02 |
| | | |||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | UWP IceSSL implementation improvements | Jose | 2016-11-24 |
| | | | | | | | | | | - Add support for IceSSL.CertFile - Add support for IceSSL password prompt | ||
* | | UWP ssl improvements | Jose | 2016-11-07 |
| | | |||
* | | C++11 CertificateVerifier and PasswordPrompt | Bernard Normier | 2016-07-27 |
| | | |||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
|/ | | | | of TCP/iAP/Bluetooth. | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | changing checkPath in IceSSL/C++ | Mark Spruiell | 2015-05-08 |
| | |||
* | IceSSL fixes | Benoit Foucher | 2015-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 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows | Jose | 2014-08-19 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | CR-20 - SecureTransport review fixes | Jose | 2014-06-11 |
| | |||
* | Fixed (ICE-4894) - Native SSL implementation for OS X | Jose | 2014-06-06 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵ | Jose | 2012-07-19 |
| | | | | files. | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - Removed old IceSSL::ConnectionInfo struct, it's now replaced with | Benoit Foucher | 2009-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 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | bug 3008 - IceSSL cleanup | Mark Spruiell | 2008-04-15 |
| | |||
* | Updated copyright | Dwayne Boone | 2008-01-23 |
| | |||
* | Updated copyright header | Dwayne Boone | 2007-01-08 |
| | |||
* | Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script. | Matthew Newhook | 2006-05-31 |
| | | | | Added -R option to allTests.py. | ||
* | minor cleanup in IceSSL | Mark Spruiell | 2006-04-25 |
| | |||
* | - Added IceInternal::TransciverPtr ConnectionI::getTransceiver() const to; | Matthew Newhook | 2006-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.Random | Mark Spruiell | 2006-04-19 |
| | |||
* | new IceSSL plugin | Mark Spruiell | 2006-03-28 |