summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
Commit message (Collapse)AuthorAge
* new IceSSL pluginMark Spruiell2006-03-28
|
* Updated copyrightDwayne Boone2006-03-14
|
* Moved VS 8 warning suppression into IceUtil/DisableWarnings.hMichi Henning2005-11-18
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=534Matthew Newhook2005-11-08
|
* Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newEndpoints(), ice_newAdapterId().
* Tru64 portBernard Normier2005-08-16
|
* The SSL plug-in no longer caches the logger.Matthew Newhook2005-03-04
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* fix for cleanup bug in IceSSLMark Spruiell2005-01-20
|
* test suite now works with thread per connectionMarc Laukien2004-10-27
|
* fixMarc Laukien2004-10-13
|
* static mutex fix for IceSSLMarc Laukien2004-10-07
|
* AIX portBernard Normier2004-06-08
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* FreeBSD portBernard Normier2004-05-11
|
* 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.
* MacOS X port.Benoit Foucher2004-02-10
|
* HP-UX portBernard Normier2004-01-23
|
* Fixes the compile error with earlier versions of OpenSSL.Anthony Neal2004-01-06
|
* Added comment.Anthony Neal2003-12-18
|
* Added conditional compilation of CRYPTO_cleanup_all_ext_data() andAnthony Neal2003-12-18
| | | | ENGINE_cleanup(), as they are not supported until OpenSSL 0.9.7a.
* Modifications made to:Anthony Neal2003-12-12
| | | | | Add additional cleanup processing on Plugin destruction. Add IceSSL.MemoryDebug messages.
* Merged from R1_1_branchBernard Normier2003-06-02
|
* Use communicator->getLogger() instead of caching the logger to eventuallyBenoit Foucher2003-05-19
| | | | use logger installed by the user.
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* minorMarc Laukien2003-02-22
|
* fixMarc Laukien2003-02-22
|
* portability fixes for openssl, xerces; dependency updateMark Spruiell2003-02-21
|
* version update; date changeMarc Laukien2003-02-04
|
* fixMarc Laukien2003-01-31
|
* statsMarc Laukien2003-01-30
|
* Style fixes only.Michi Henning2002-12-05
|
* fixed copyright dateMarc Laukien2002-11-06
|
* improved error handling in plug-in entry pointMark Spruiell2002-11-05
|
* Implemented connect-time handshaking.Anthony Neal2002-10-29
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* First shot at porting to VC++ 2002. Code compiles, but suffers randomMichi Henning2002-10-28
| | | | crashes during the tests.
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Modifications required for cleaning up thread-specific error queues.Anthony Neal2002-09-13
|
* Now logging uses LoggerUtil.Anthony Neal2002-09-13
|
* Cleanup of IceSSL, removal of OpenSSL namespace.Anthony Neal2002-09-13
|
* Removed the Connection classes, added the new SslTransceiver hierarchy,Anthony Neal2002-09-11
| | | | cleaned up a lot of code.
* Fixes as per Marc's comments.Anthony Neal2002-09-09
|
* Linkage problem in windows.Anthony Neal2002-09-06
|
* Updated to include thread id callback.Anthony Neal2002-09-06
|
* Changed Slice parser to disallow leading underscore for identifiers.Michi Henning2002-07-25
| | | | | | | | Changed Slice parser to reject identifiers beginning with "Ice", unless the --ice option is used. Changed Slice parser to disallow identifiers that have a trailing "Operations", "Holder", "Helper", "Prx", or "Ptr", to avoid clashes with language mappings. Fixed tests and remaining code base to work correctly with the changed rules.
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* stlport in debug modeMarc Laukien2002-06-10
|