summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/SslHTTPConnection.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-24Made -Weverything an error.tycho1-1/+1
2015-02-12LuaAPI: Added client TLS support for TCP links.Mattes D1-0/+9
2015-01-27WebAdmin uses the new cNetwork API.Mattes D1-18/+15
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.