summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/PublicKey.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-01Renamed cPublicKey to cCryptoKey.madmaxoft1-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.
2014-05-01cSslContext supports setting own cert / privkey.madmaxoft1-2/+30
2014-04-29Moved cPublicKey to its separate file in PolarSSL++.madmaxoft1-0/+48