cosmopolitan/tool/viz
Justine Tunney cc1920749e Add SSL to redbean
Your redbean can now interoperate with clients that require TLS crypto.
This is accomplished using a protocol polyglot that lets us distinguish
between HTTP and HTTPS regardless of the port number. Certificates will
be generated automatically, if none are supplied by the user. Footprint
increases by only a few hundred kb so redbean in MODY=tiny is now 1.0mb

- Add lseek() polyfills for ZIP executable
- Automatically polyfill /tmp/FOO paths on NT
- Fix readdir() / ftw() / nftw() bugs on Windows
- Introduce -B flag for slower SSL that's stronger
- Remove mbedtls features Cosmopolitan doesn't need
- Have base64 decoder support the uri-safe alternative
- Remove Truncated HMAC because it's forbidden by the IETF
- Add all the mbedtls test suites and make them go 3x faster
- Support opendir() / readdir() / closedir() on ZIP executable
- Use Everest for ECDHE-ECDSA because it's so good it's so good
- Add tinier implementation of sha1 since it's not worth the rom
- Add chi-square monte-carlo mean correlation tests for getrandom()
- Source entropy on Windows from the proper interface everyone uses

We're continuing to outperform NGINX and other servers on raw message
throughput. Using SSL means that instead of 1,000,000 qps you can get
around 300,000 qps. However redbean isn't as fast as NGINX yet at SSL
handshakes, since redbean can do 2,627 per second and NGINX does 4.3k

Right now, the SSL UX story works best if you give your redbean a key
signing key since that can be easily generated by openssl using a one
liner then redbean will do all the things that are impossibly hard to
do like signing ecdsa and rsa certificates that'll work in chrome. We
should integrate the let's encrypt acme protocol in the future.

Live Demo: https://redbean.justine.lol/
Root Cert: https://redbean.justine.lol/redbean1.crt
2021-06-24 13:20:50 -07:00
..
lib Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ascii2utf8.c Change license 2020-12-27 17:18:44 -08:00
basicidea.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
bf.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
bin2asm.c Change license 2020-12-27 17:18:44 -08:00
bing.c Change license 2020-12-27 17:18:44 -08:00
comma.c Change license 2020-12-27 17:18:44 -08:00
cpuid.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
deathstar.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
derasterize.c Perform some minor code cleanup 2021-04-06 12:46:52 -07:00
double2int.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fliphex.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
float2bin.c Pacify file locks on Windows 2021-06-12 00:01:55 -07:00
fold.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
generatematrix.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
generatetortureimage.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
int2float.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
invertblocks.c Change license 2020-12-27 17:18:44 -08:00
life.c Improve some unicode functions 2021-05-05 07:25:39 -07:00
magikarp.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
memzoom.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ntmaster.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
od16.c Change license 2020-12-27 17:18:44 -08:00
printansi.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
printimage.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
printpeb.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
printpixel.c Change license 2020-12-27 17:18:44 -08:00
printvideo.c Perform minor fixups 2021-03-13 19:40:04 -08:00
rgbtoxterm.c Change license 2020-12-27 17:18:44 -08:00
tabalign.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
tailf.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
unbing.c Change license 2020-12-27 17:18:44 -08:00
unicode.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
upscalefloat.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
upscaleint.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
viz.mk Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
xterm256cubes.c Change license 2020-12-27 17:18:44 -08:00
xterm256effective.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xterm256effective2.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xterm256gradient.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
xterm256info.c Change license 2020-12-27 17:18:44 -08:00