summaryrefslogtreecommitdiffstats
path: root/src/HTTP/SslHTTPServerConnection.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-9/+3
* Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
- Added override keyword - Removed inherited member variables
2016-03-01HTTP: Fixed typos and bad leftovers.Mattes D1-1/+1
2016-03-01Renamed HTTPServer folder to HTTP.Mattes D1-0/+0
It contains client code as well.
2016-03-01Renamed the HTTP classes to indicate they're for server.Mattes D1-8/+8
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.