Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed cPublicKey to cCryptoKey. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | | | | | The class can hold both the private key and the public key, bad naming on PolarSSL's part. Also somewhat fixed the cert and key loading in cHTTPServer. | ||||
* | Moved cPublicKey to its separate file in PolarSSL++. | madmaxoft | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 2014-04-29 | 1 | -3/+5 |
| | |||||
* | Replaced MSVC-specific decorators with our universal ones. | madmaxoft | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Initial C++ SSL classes. | madmaxoft | 2014-04-24 | 1 | -0/+60 |