cosmopolitan/third_party
Justine Tunney d0ac995dc0 Get Mbed TLS to build
This change configures Mbed TLS to support the fewest number of things
possible required to run an HTTPS server that caters to the sweet spot
of being legacy enough to support the vast majority of user agents but
modern enough that Chrome and Firefox remain happy. That should entail

- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_RSA_WITH_AES_128_CBC_SHA

Even though other suites still get included so what usually happens in
practice is ECDHE-RSA-AES256-GCM-SHA384 under TLS 1.2 will be selected
and the binary footprint is reasonable, and should cost us about 200kb
2021-06-24 11:12:59 -07:00
..
chibicc Improve some unicode functions 2021-05-05 07:25:39 -07:00
compiler_rt Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
dlmalloc Make more major improvements to redbean 2021-04-20 19:14:21 -07:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Remove undefined behaviors 2021-05-16 11:16:28 -07:00
getopt Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
infozip Get Info-ZIP's zip to build 2021-06-22 12:38:56 -07:00
lua Make default redbean lua module path zip:.lua/... 2021-05-16 19:05:35 -07:00
lz4cli Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
mbedtls Get Mbed TLS to build 2021-06-24 11:12:59 -07:00
musl Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
quickjs Improve LLVM compatibility a little bit 2021-05-16 20:34:46 -07:00
regex Improve LLVM compatibility a little bit 2021-05-16 20:34:46 -07:00
sqlite3 Get Mbed TLS to build 2021-06-24 11:12:59 -07:00
stb Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xed Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
zlib Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
third_party.mk Get Mbed TLS to build 2021-06-24 11:12:59 -07:00