summaryrefslogtreecommitdiffstats
path: root/lib/mbedtls (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-02Update to mybed 3.1.0Tiger Wang1-0/+0
2021-07-27Update to mybed 3.0.0 (#5275)Tiger Wang1-0/+0
2021-02-10Update libevent, mbedtlsTiger Wang1-0/+0
2020-08-05Fix android builds (hopefully)Alexander Harkness1-0/+0
2020-07-06Update mbedtls to 2.23.0Peter Bell1-0/+0
2020-05-09Update submodules (#4727)peterbell101-0/+0
Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-0/+0
* 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