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