summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Context.cpp
Commit message (Collapse)AuthorAge
* use two stages for plugin initialization; refactoring to remove ContextMark Spruiell2006-04-26
|
* 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.
* changing default value of VerifyDepthMax to 2Mark Spruiell2006-04-20
|
* moving checkPath so that PluginI can use it for IceSSL.RandomMark Spruiell2006-04-19
|
* removing client/server properties for IceSSLMark Spruiell2006-04-19
|
* minor change to verifierMark Spruiell2006-04-14
|
* accept "tls" as a protocolMark Spruiell2006-04-13
|
* fixing bug with Java interopMark Spruiell2006-04-11
|
* changing logger usageMark Spruiell2006-04-10
|
* fixing leak when exception is thrown from constructorMark Spruiell2006-03-29
|
* Java metadataBernard Normier2006-03-29
|
* new IceSSL pluginMark Spruiell2006-03-28
|
* Updated copyrightDwayne Boone2006-03-14
|
* fix for bug 332: IceSSL: is handshake retry loop necessary?Mark Spruiell2005-06-14
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* GCC 3.4 portBernard Normier2004-05-08
|
* Fix for bug 4194, you can now turn off certificate validity period checkingAnthony Neal2004-02-12
| | | | | of peer certificates. See the IceSSL.Client.IgnoreValidPeriod and IceSSL.Server.IgnoreValidPeriod properties.
* Comments explaining why we have handshake timeouts set to a min of 5s andAnthony Neal2003-12-12
| | | | why we do in-transceiver retries.
* Modifications made to:Anthony Neal2003-12-12
| | | | | Add additional cleanup processing on Plugin destruction. Add IceSSL.MemoryDebug messages.
* bug fix for certificate loading errorMark Spruiell2003-11-24
|
* Use communicator->getLogger() instead of caching the logger to eventuallyBenoit Foucher2003-05-19
| | | | use logger installed by the user.
* merge with e3_2003Mark Spruiell2003-05-04
|
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* gcc 2.95.3 fixesMarc Laukien2003-04-04
|
* version update; date changeMarc Laukien2003-02-04
|
* disable SSLv2Mark Spruiell2003-01-29
|
* Implemented connect-time handshaking.Anthony Neal2002-10-29
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Now logging uses LoggerUtil.Anthony Neal2002-09-13
|
* Cleanup of IceSSL, removal of OpenSSL namespace.Anthony Neal2002-09-13