summaryrefslogtreecommitdiffstats
path: root/src/HTTPServer/SslHTTPConnection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* LuaAPI: Added client TLS support for TCP links.Mattes D2015-02-121-0/+9
|
* WebAdmin uses the new cNetwork API.Mattes D2015-01-271-18/+15
|
* Renamed cPublicKey to cCryptoKey.madmaxoft2014-05-011-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.
* Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-3/+7
|
* Implemented SSL connection for WebAdmin.madmaxoft2014-05-011-0/+103
Fixes FS-319.