summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/SslHTTPConnection.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-01Renamed the HTTP classes to indicate they're for server.Mattes D1-47/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-5/+5
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D1-0/+2
2015-01-27WebAdmin uses the new cNetwork API.Mattes D1-2/+2
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.