1
0
cuberite-2a/src/HTTP
peterbell10 84941bcc9f Update mbedtls to 2.5.1 (#3964)
* 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-08-30 15:00:06 +01:00
..
CMakeLists.txt Fixed type-casting-related warnings. 2016-08-24 22:26:53 +02:00
EnvelopeParser.cpp HTTP: Fixed empty headers parsing. 2016-08-24 08:28:44 +02:00
EnvelopeParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
HTTPFormParser.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
HTTPFormParser.h WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPMessage.cpp HTTP: Added missing HasAuth flag initialization. 2016-03-11 10:44:35 +01:00
HTTPMessage.h Removed unneeded includes (#3902) 2017-08-06 20:57:44 +01:00
HTTPMessageParser.cpp WebAdmin uses the new HTTP parser framework. 2016-03-01 16:19:58 +01:00
HTTPMessageParser.h UrlClient: Basic HTTP implementation. 2016-08-22 22:16:42 +02:00
HTTPServer.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
HTTPServer.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
HTTPServerConnection.cpp Removed double includes (#3885) 2017-08-02 19:57:20 +01:00
HTTPServerConnection.h Clang 5.0 fixes 2017-05-21 12:19:06 +02:00
MultipartParser.cpp Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
MultipartParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
NameValueParser.cpp Fixed RasPi builds of unit tests. 2016-08-04 20:47:53 +02:00
NameValueParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
SslHTTPServerConnection.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SslHTTPServerConnection.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
TransferEncodingParser.cpp HTTP: Fixed typos and bad leftovers. 2016-03-01 16:20:00 +01:00
TransferEncodingParser.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
UrlClient.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
UrlClient.h Remove smart pointer macros 2017-07-21 14:41:51 +01:00
UrlParser.cpp Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00
UrlParser.h Renamed HTTPServer folder to HTTP. 2016-03-01 16:19:56 +01:00