summaryrefslogtreecommitdiff
path: root/java/test/IceSSL/configuration/AllTests.java
Commit message (Collapse)AuthorAge
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Fixed (ICE-5758) - Disable SSLv3 by defaultJose2014-10-21
|
* ICE-5625 tests for C++/JAVA/.NETJose2014-08-11
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-4717 - IceSSL.Alias property not workingMark Spruiell2011-11-07
|
* 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 3267 - C++/Java fixes for IceSSL.VerifyPeerMark Spruiell2009-07-21
|
* bug 3464: C++ & Java changes for IceSSL.CheckCertNameMark Spruiell2009-07-14
|
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* Merged android-testsuite branch.Matthew Newhook2009-03-24
|
* bug 3464 - correct the Java behavior of IceSSL.CheckCertNameMark Spruiell2009-01-02
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Removed thread-per-connection and added serialize modeBenoit Foucher2008-03-06
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* - Merge IPv6 support from Dwayne's branch.Benoit Foucher2007-12-19
| | | | | | - Reviewed and fixed IPv6 bugs. - Fixed bug in the outgoing connection factory where an assert could be triggered if the proxy contained identical endpoints
* bug 1150Mark Spruiell2007-09-28
|
* fixing NPE in IceSSL for Java & updating IceSSL testMark Spruiell2007-06-26
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* test CheckCertName in serverMark Spruiell2006-11-30
|
* minor editsMark Spruiell2006-06-06
|
* added support for TrustOnly.Matthew Newhook2006-06-05
|
* More changes to inconsistent ice_ proxy methodsDwayne Boone2006-05-26
|
* adding SSL plugin for Java5Mark Spruiell2006-05-15
|
* adding IceSSL.ConnectionInfoMark Spruiell2006-04-26
|
* use two stages for plugin initializationMark Spruiell2006-04-26
|
* adding support for VerifyPeer in clientMark Spruiell2006-04-20
|
* Windows fixesMark Spruiell2006-04-19
|
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* adding IceSSL testMark Spruiell2006-04-13