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