Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Changed the names of the Parser and ErrorReporter classes to conform with | Anthony Neal | 2002-03-15 |
| | | | | the upcoming file name changes. | ||
* | Added new, more descriptive of the problem, IceSSL exceptions. | Anthony Neal | 2002-03-15 |
| | |||
* | More updates, mostly asserts() added, but some editing of the documentation | Anthony Neal | 2002-03-15 |
| | | | | in the *.ice files. | ||
* | Refactor of SSL Extension, phase 1. | Anthony Neal | 2002-03-13 |
| | |||
* | 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. | ||
* | LoggerUtil | Marc Laukien | 2002-02-10 |
| | |||
* | Updated to put proper exception in place for the byteSeqTo* routines. | Anthony Neal | 2002-02-01 |
| | |||
* | Updated to allow for overrides on certificates and keys. | Anthony Neal | 2002-01-31 |
| | |||
* | 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 a uninitialized memory read in SslSystemOpenSSL.cpp, _randSeeded. | Anthony Neal | 2002-01-21 |
| | |||
* | glacier integration | Marc Laukien | 2002-01-14 |
| | |||
* | Updated to simplify the dependencies of the .h files. | Anthony Neal | 2002-01-04 |
| | |||
* | WIN32 updates. | Matthew Newhook | 2001-12-27 |
| | |||
* | 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. | ||
* | 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. | ||
* | Updates a problem regarding a null SSL_CTX*, caused by missing | Anthony Neal | 2001-11-21 |
| | | | | configuration information in sslconfig.xml | ||
* | fixes | Marc Laukien | 2001-11-21 |
| | |||
* | Turned off session caching as per Duncan's recommendation. | Anthony Neal | 2001-11-20 |
| | |||
* | Now Ssl (Security) exceptions are genereated from slice. | Anthony Neal | 2001-11-19 |
| | |||
* | 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 |