summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/SslHTTPConnection.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-01Renamed cPublicKey to cCryptoKey.madmaxoft1-4/+4
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-01Fixed crashes in the SSL HTTP connection.madmaxoft1-1/+1
2014-05-01Implemented SSL connection for WebAdmin.madmaxoft1-0/+45
Fixes FS-319.