Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | merging from plugins branch | Mark Spruiell | 2002-04-24 |
| | |||
* | Fixed the CPU hogging problem for IceSSL reads. Fixed a potentially nasty | Anthony Neal | 2002-04-19 |
| | | | | abuse of assert() pointed out by Duncan in RSACertificateGen.cpp. | ||
* | added members to object, facet, and operation not exist exceptions | Marc Laukien | 2002-04-19 |
| | |||
* | Updated to allow for proper handling of handshake timeouts. | Anthony Neal | 2002-04-16 |
| | |||
* | WIN32->_WIN32 | Marc Laukien | 2002-04-10 |
| | |||
* | cleanup | Marc Laukien | 2002-04-02 |
| | |||
* | finished() fixes | Marc Laukien | 2002-04-02 |
| | |||
* | Conformance to Code Style review. As well, cleaned out some old code that | Anthony Neal | 2002-03-26 |
| | | | | wasn't needed any more. | ||
* | Minor mods, style mostly, some std::flush's added to the end of pertinent | Anthony Neal | 2002-03-25 |
| | | | | lines. | ||
* | 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. | ||
* | Cleanup, and project modifications (forgot the Release build config). | Anthony Neal | 2002-03-14 |
| | |||
* | Refactor of SSL Extension, phase 1. | Anthony Neal | 2002-03-13 |
| | |||
* | Cleaned up a few things, added OpenSSL to the link dependencies on Glacier | Anthony Neal | 2002-03-05 |
| | | | | | (needed), and also fixed the CertVerifier in both the Starter Client and Glacier itself. | ||
* | Updates to fix a problem with multiple copies of | Anthony Neal | 2002-03-05 |
| | | | | | SslCertificateVerifierOpenSSL.h, parameters update in test/Glacier/stater/run.py and namespace issues. | ||
* | Big check in. Glacier client authentication (certificate verification) has | Anthony Neal | 2002-03-05 |
| | | | | | been added, SSL logging has been removed, a few clean-ups have taken place. Getting ready for SSL Extension refactoring. | ||
* | Another update, primarily for slicifying SslCertificateVerifier and the | Anthony Neal | 2002-02-18 |
| | | | | macro cleanup. | ||
* | Added functionality for certificate verification, and certificate | Anthony Neal | 2002-02-15 |
| | | | | | | verifiers. Added implementation of Base64 encoding to IceUtil. Added the RSA Certificate abstraction and RSA Certificate Generation class. Installed initial hooks into Glacier for certificate generation. | ||
* | Secure UDP, cut number 2. Also, updates to the SSL implementation to use | Anthony Neal | 2002-01-29 |
| | | | | Marc's Shared and Handle classes. | ||
* | Fixed (I believe) the spin bug. | Anthony Neal | 2002-01-21 |
| | |||
* | Have implemented the TimeoutException strategy for dealing with | Anthony Neal | 2002-01-08 |
| | | | | non-application level data. | ||
* | Updated to simplify the dependencies of the .h files. | Anthony Neal | 2002-01-04 |
| | |||
* | IceThread merge. | Matthew Newhook | 2001-12-27 |
| | |||
* | This is the 'fix' for the IceStorm related bug having to do with oneways. | Anthony Neal | 2001-12-19 |
| | | | | It requires that Marc make it legal for read() to return 0 bytes. | ||
* | Fixed a bug regarding the readSelect() timeout during handshake. My bad. | Anthony Neal | 2001-12-05 |
| | |||
* | Have fixed the handshake problem, now handshakes take place in the | Anthony Neal | 2001-11-30 |
| | | | | | | | | | read/write methods. As well, I have changed the configuration properties to be under the Ice.Security.* branch of properties. I have added a new configuration property having to do with the timeout value for the first read after the handshake has completed - the default value should be sufficient, but in case it is not, this is a tweak that is avaliable. | ||
* | Fixed SSL_ZERO_RETURN handling in read() and write() methods. | Anthony Neal | 2001-11-27 |
| | |||
* | Updated the SSL Connections to perform proper network tracing against | Anthony Neal | 2001-11-27 |
| | | | | | networkCat instead of securityCat. Updated AllTests.cpp in operations to remove the output line that shows the reference. | ||
* | fixes | Marc Laukien | 2001-11-21 |
| | |||
* | Now Ssl (Security) exceptions are genereated from slice. | Anthony Neal | 2001-11-19 |
| | |||
* | Fixed some bugs regarding exception message reporting. | Anthony Neal | 2001-11-18 |
| | |||
* | SSL Update: | Anthony Neal | 2001-11-17 |
| | | | | | | Security Excpetions re-done, expressed in Slice. Trace has been cut down to a more reasonable level. Cleaned up macros. | ||
* | fixes | Marc Laukien | 2001-11-13 |
| | |||
* | Re-added all my SSL code. | Anthony Neal | 2001-11-13 |