Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-09-19 | Removed UTF-8 BOM (#4033) | Lukas Pioch | 1 | -1/+1 | |
2017-08-30 | Update mbedtls to 2.5.1 (#3964) | peterbell10 | 1 | -8/+12 | |
* 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 | |||||
2016-03-01 | Renamed HTTPServer folder to HTTP. | Mattes D | 1 | -0/+0 | |
It contains client code as well. | |||||
2016-03-01 | Renamed the HTTP classes to indicate they're for server. | Mattes D | 1 | -6/+6 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -4/+4 | |
2015-10-08 | Fixed a possible crash in HTTPS server. | Mattes D | 1 | -0/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2015-02-12 | LuaAPI: Added client TLS support for TCP links. | Mattes D | 1 | -0/+9 | |
2015-01-27 | WebAdmin uses the new cNetwork API. | Mattes D | 1 | -18/+15 | |
2014-05-01 | Renamed cPublicKey to cCryptoKey. | madmaxoft | 1 | -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-01 | Fixed crashes in the SSL HTTP connection. | madmaxoft | 1 | -3/+7 | |
2014-05-01 | Implemented SSL connection for WebAdmin. | madmaxoft | 1 | -0/+103 | |
Fixes FS-319. |