Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.h | Jose | 2017-04-28 |
| | |||
* | Rename getEngineVersion -> getOpenSSLVersion, remove getEngineName | Jose | 2017-04-11 |
| | |||
* | Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementations | Jose | 2017-03-16 |
| | |||
* | new IceSSL plugin | Mark Spruiell | 2006-03-28 |
| | |||
* | Updated copyright | Dwayne Boone | 2006-03-14 |
| | |||
* | Moved VS 8 warning suppression into IceUtil/DisableWarnings.h | Michi Henning | 2005-11-18 |
| | |||
* | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=534 | Matthew Newhook | 2005-11-08 |
| | |||
* | Added new proxy methods: ice_getEndpoints(), ice_getAdapterId(), | Benoit Foucher | 2005-09-09 |
| | | | | ice_newEndpoints(), ice_newAdapterId(). | ||
* | Tru64 port | Bernard Normier | 2005-08-16 |
| | |||
* | The SSL plug-in no longer caches the logger. | Matthew Newhook | 2005-03-04 |
| | |||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 |
| | |||
* | fix for cleanup bug in IceSSL | Mark Spruiell | 2005-01-20 |
| | |||
* | test suite now works with thread per connection | Marc Laukien | 2004-10-27 |
| | |||
* | fix | Marc Laukien | 2004-10-13 |
| | |||
* | static mutex fix for IceSSL | Marc Laukien | 2004-10-07 |
| | |||
* | AIX port | Bernard Normier | 2004-06-08 |
| | |||
* | Fixed copyright | Bernard Normier | 2004-05-18 |
| | |||
* | Updated copyright notice | Bernard Normier | 2004-05-11 |
| | |||
* | FreeBSD port | Bernard Normier | 2004-05-11 |
| | |||
* | Fix for bug 4194, you can now turn off certificate validity period checking | Anthony Neal | 2004-02-12 |
| | | | | | of peer certificates. See the IceSSL.Client.IgnoreValidPeriod and IceSSL.Server.IgnoreValidPeriod properties. | ||
* | MacOS X port. | Benoit Foucher | 2004-02-10 |
| | |||
* | HP-UX port | Bernard Normier | 2004-01-23 |
| | |||
* | Fixes the compile error with earlier versions of OpenSSL. | Anthony Neal | 2004-01-06 |
| | |||
* | Added comment. | Anthony Neal | 2003-12-18 |
| | |||
* | Added conditional compilation of CRYPTO_cleanup_all_ext_data() and | Anthony Neal | 2003-12-18 |
| | | | | ENGINE_cleanup(), as they are not supported until OpenSSL 0.9.7a. | ||
* | Modifications made to: | Anthony Neal | 2003-12-12 |
| | | | | | Add additional cleanup processing on Plugin destruction. Add IceSSL.MemoryDebug messages. | ||
* | Merged from R1_1_branch | Bernard Normier | 2003-06-02 |
| | |||
* | Use communicator->getLogger() instead of caching the logger to eventually | Benoit Foucher | 2003-05-19 |
| | | | | use logger installed by the user. | ||
* | Eliminated numerous warnings from Sun C++ 5.4 builds | Bernard Normier | 2003-04-24 |
| | |||
* | minor | Marc Laukien | 2003-02-22 |
| | |||
* | fix | Marc Laukien | 2003-02-22 |
| | |||
* | portability fixes for openssl, xerces; dependency update | Mark Spruiell | 2003-02-21 |
| | |||
* | version update; date change | Marc Laukien | 2003-02-04 |
| | |||
* | fix | Marc Laukien | 2003-01-31 |
| | |||
* | stats | Marc Laukien | 2003-01-30 |
| | |||
* | Style fixes only. | Michi Henning | 2002-12-05 |
| | |||
* | fixed copyright date | Marc Laukien | 2002-11-06 |
| | |||
* | improved error handling in plug-in entry point | Mark Spruiell | 2002-11-05 |
| | |||
* | Implemented connect-time handshaking. | Anthony Neal | 2002-10-29 |
| | |||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 |
| | |||
* | First shot at porting to VC++ 2002. Code compiles, but suffers random | Michi Henning | 2002-10-28 |
| | | | | crashes during the tests. | ||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 |
| | |||
* | Modifications required for cleaning up thread-specific error queues. | Anthony Neal | 2002-09-13 |
| | |||
* | Now logging uses LoggerUtil. | Anthony Neal | 2002-09-13 |
| | |||
* | Cleanup of IceSSL, removal of OpenSSL namespace. | Anthony Neal | 2002-09-13 |
| | |||
* | Removed the Connection classes, added the new SslTransceiver hierarchy, | Anthony Neal | 2002-09-11 |
| | | | | cleaned up a lot of code. | ||
* | Fixes as per Marc's comments. | Anthony Neal | 2002-09-09 |
| | |||
* | Linkage problem in windows. | Anthony Neal | 2002-09-06 |
| | |||
* | Updated to include thread id callback. | Anthony Neal | 2002-09-06 |
| | |||
* | Changed Slice parser to disallow leading underscore for identifiers. | Michi Henning | 2002-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. |