summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslRSAKeyPair.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.
* Refactor of SSL Extension, phase 1.Anthony Neal2002-03-13
|
* Cleaned up a few things, added OpenSSL to the link dependencies on GlacierAnthony Neal2002-03-05
| | | | | (needed), and also fixed the CertVerifier in both the Starter Client and Glacier itself.
* 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.
* Tested, still problems with Glacier, everything else seems fine.Anthony Neal2002-02-15
|
* 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.