summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/PublicKey.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-011-76/+0
| | | | | 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.
* cSslContext supports setting own cert / privkey.madmaxoft2014-05-011-2/+30
|
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-291-0/+48