Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed the Connection classes, added the new SslTransceiver hierarchy, | Anthony Neal | 2002-09-11 |
| | | | | cleaned up a lot of code. | ||
* | 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. | ||
* | Have added new capabilities to Glacier to adjust the issued time to allow | Anthony Neal | 2002-07-17 |
| | | | | | for a certain 'grace' period for clients whose clocks are off. This is Glacier.Starter.Certificate.IssuedAdjust. | ||
* | added space | Marc Laukien | 2002-07-09 |
| | |||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 |
| | |||
* | stlport in debug mode | Marc Laukien | 2002-06-10 |
| | |||
* | Updated to fix a problem with SSL server shutdown. | Anthony Neal | 2002-05-14 |
| | |||
* | Updated to fix a bug that Purify detected in RSAPrivateKey.cpp (that Marc | Anthony Neal | 2002-05-06 |
| | | | | | detectged before Purify! ;) ) and to get rid of some commented out code. | ||
* | Fixes to the handling of SSL_ERROR_ZERO_RETURN in the init(), as well as | Anthony Neal | 2002-05-01 |
| | | | | the proper clearing of the error queue before SSL_* calls. | ||
* | Renaming Ice.Trace.Security to IceSSL.Trace.Security Cleaning up IceSSL | Mark Spruiell | 2002-04-26 |
| | | | | dependencies on Ice core | ||
* | Win32 fix | Mark Spruiell | 2002-04-25 |
| | |||
* | merging from plugins branch | Mark Spruiell | 2002-04-24 |