cosmopolitan/tool/decode
Justine Tunney 53b9f83e1c Make redbean SSL more tunable
This change enables SSL compression. It significantly reduces the
network load of the testing infrastructure, for free, since this
revision didn't need to change any runit protocol code. However we
turn it off by default in redbean since no browsers support it.

It turns out that some TLSv1.0 clients (e.g. curl command on RHEL5) will
send an SSLv2-style ClientHello. These types of clients are usually ten+
years old and were designed to interop with servers ten years older than
them. Your redbean is now able to interop with these clients even though
redbean doesn't actually support SSLv2 or SSLv3. Please note that the -B
flag may be passed to disable this along with TLSv1.0, TLSv1.1, 3DES, &c

The following Lua APIs have been added to redbean:

  - ProgramSslCompression(bool)
  - ProgramSslCiphersuite(name:str)
  - ProgramSslPresharedKey(key:str,identity:str)

Lastly the DHE ciphersuites have been enabled. IANA recommends DHE and
with old clients like RHEL5 it's the only perfect forward secrecy they
implement.
2021-08-09 07:38:57 -07:00
..
lib Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
ar.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
base64.c Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
decode.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
elf.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ent.c Initial import 2020-06-15 07:18:57 -07:00
hex.c Change license 2020-12-27 17:18:44 -08:00
macho.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkcombos.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkwides.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
pe2.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
peboff.c Initial import 2020-06-15 07:18:57 -07:00
scrubdox.c Improve some unicode functions 2021-05-05 07:25:39 -07:00
unhex.c Initial import 2020-06-15 07:18:57 -07:00
x86opinfo.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
x87.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
xor.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
zip.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
zip2.c Reduce build latency and fix old cpu bugs 2021-08-05 14:43:53 -07:00