summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslSystemOpenSSL.cpp
Commit message (Collapse)AuthorAge
* Renamed all the Ssl* files. Modified the config/TestUtil.py file to includeAnthony Neal2002-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 withAnthony Neal2002-03-15
| | | | the upcoming file name changes.
* Added new, more descriptive of the problem, IceSSL exceptions.Anthony Neal2002-03-15
|
* More updates, mostly asserts() added, but some editing of the documentationAnthony Neal2002-03-15
| | | | in the *.ice files.
* Refactor of SSL Extension, phase 1.Anthony Neal2002-03-13
|
* Big check in. Glacier client authentication (certificate verification) hasAnthony Neal2002-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 theAnthony Neal2002-02-18
| | | | macro cleanup.
* Added functionality for certificate verification, and certificateAnthony Neal2002-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.
* LoggerUtilMarc Laukien2002-02-10
|
* Updated to put proper exception in place for the byteSeqTo* routines.Anthony Neal2002-02-01
|
* Updated to allow for overrides on certificates and keys.Anthony Neal2002-01-31
|
* Secure UDP, cut number 2. Also, updates to the SSL implementation to useAnthony Neal2002-01-29
| | | | Marc's Shared and Handle classes.
* Fixed a uninitialized memory read in SslSystemOpenSSL.cpp, _randSeeded.Anthony Neal2002-01-21
|
* glacier integrationMarc Laukien2002-01-14
|
* Updated to simplify the dependencies of the .h files.Anthony Neal2002-01-04
|
* WIN32 updates.Matthew Newhook2001-12-27
|
* IceThread merge.Matthew Newhook2001-12-27
|
* This is the 'fix' for the IceStorm related bug having to do with oneways.Anthony Neal2001-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 theAnthony Neal2001-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 missingAnthony Neal2001-11-21
| | | | configuration information in sslconfig.xml
* fixesMarc Laukien2001-11-21
|
* Turned off session caching as per Duncan's recommendation.Anthony Neal2001-11-20
|
* Now Ssl (Security) exceptions are genereated from slice.Anthony Neal2001-11-19
|
* SSL Update:Anthony Neal2001-11-17
| | | | | | Security Excpetions re-done, expressed in Slice. Trace has been cut down to a more reasonable level. Cleaned up macros.
* fixesMarc Laukien2001-11-13
|
* Re-added all my SSL code.Anthony Neal2001-11-13