Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | merging from plugins branch | Mark Spruiell | 2002-04-24 |
| | |||
* | Have added compiled-in DH group parameters so that ephemeral DH now works | Anthony Neal | 2002-04-17 |
| | | | | properly. | ||
* | Updates to provide better ConfigParser error reporting in exceptions, and | Anthony Neal | 2002-04-17 |
| | | | | | | | also additional functionality in Instance.cpp, SystemInternal.h and SystemOpenSSL.* to support configuration in the Instance constructor. The latter is commented out because it currently breaks the IceSSL tests. Will fix tomorrow. | ||
* | WIN32->_WIN32 | Marc Laukien | 2002-04-10 |
| | |||
* | finished() fixes | Marc Laukien | 2002-04-02 |
| | |||
* | Cleaned up some stuff. | Anthony Neal | 2002-03-27 |
| | |||
* | Updates for better handling of DHParams. | Anthony Neal | 2002-03-27 |
| | |||
* | Conformance to Code Style review. As well, cleaned out some old code that | Anthony Neal | 2002-03-26 |
| | | | | wasn't needed any more. | ||
* | Updated with a couple of minor bug fixes (ContextOpenSSL.cpp and | Anthony Neal | 2002-03-21 |
| | | | | SystemOpenSSL.cpp) and the addition of the initial tests for IceSSL. | ||
* | Updated to support binary addition of trusted certificates. | Anthony Neal | 2002-03-19 |
| | |||
* | Renamed all the Ssl* files. Modified the config/TestUtil.py file to include | Anthony Neal | 2002-03-18 |
a clientServerHybridTest - handles the test case that client and server are BOTH client and server roles. |