summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/TrustManager.cpp
Commit message (Collapse)AuthorAge
* Update IceSSL::ConnectionInfo to use native certs and remove ↵Jose2017-03-20
| | | | NativeConnectionInfo
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* ICE-4824 - Fixed VC6 style loopsJose2012-10-03
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* Fixed ICE-4721 - support for OS X clangBenoit Foucher2011-10-18
|
* 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 4087 - anti-trust rule in IceSSLMark Spruiell2009-08-03
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3007 - getpeername fails on Windows w/ IPv6Mark Spruiell2008-04-21
|
* Updated copyrightDwayne Boone2008-01-23
|
* Bug 1873.Benoit Foucher2007-03-23
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* bug 1282: add detail to trust manager tracingMark Spruiell2006-08-22
|
* added more tracing.Matthew Newhook2006-08-22
|
* Added IceSSL::DistinguishedNameMatthew Newhook2006-06-05
|
* minor change.Matthew Newhook2006-05-31
|
* changed IceSSL.TrustOnly.Trace to IceSSL.Trace.Security. added someMatthew Newhook2006-05-31
| | | | typedefs to make the code more readable.
* minor editsMark Spruiell2006-05-31
|
* Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.Matthew Newhook2006-05-31
Added -R option to allTests.py.