cosmopolitan/tool/build/lib
Justine Tunney 398f0c16fb Add SNI support to redbean and improve SSL perf
This change makes SSL virtual hosting possible. You can now load
multiple certificates for multiple domains and redbean will just
figure out which one to use, even if you only have 1 ip address.
You can also use a jumbo certificate that lists all your domains
in the the subject alternative names.

This change also makes performance improvements to MbedTLS. Here
are some benchmarks vs. cc1920749e

                                   BEFORE    AFTER   (microsecs)
suite_ssl.com                     2512881   191738 13.11x faster
suite_pkparse.com                   36291     3295 11.01x faster
suite_x509parse.com                854669   120293  7.10x faster
suite_pkwrite.com                    6549     1265  5.18x faster
suite_ecdsa.com                     53347    18778  2.84x faster
suite_pk.com                        49051    18717  2.62x faster
suite_ecdh.com                      19535     9502  2.06x faster
suite_shax.com                      15848     7965  1.99x faster
suite_rsa.com                      353257   184828  1.91x faster
suite_x509write.com                162646    85733  1.90x faster
suite_ecp.com                       20503    11050  1.86x faster
suite_hmac_drbg.no_reseed.com       19528    11417  1.71x faster
suite_hmac_drbg.nopr.com            12460     8010  1.56x faster
suite_mpi.com                      687124   442661  1.55x faster
suite_hmac_drbg.pr.com              11890     7752  1.53x faster

There aren't any special tricks to the performance imporvements.
It's mostly due to code cleanup, assembly and intel instructions
like mulx, adox, and adcx.
2021-07-23 13:56:13 -07:00
..
abp.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
address.c Change license 2020-12-27 17:18:44 -08:00
address.h Add The LISP Challenge 2020-10-01 01:20:13 -07:00
alu.c Change license 2020-12-27 17:18:44 -08:00
alu.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
argv.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
argv.h Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
asmdown.c Change license 2020-12-27 17:18:44 -08:00
asmdown.h Improve documentation 2020-12-27 07:02:35 -08:00
bcd.c Change license 2020-12-27 17:18:44 -08:00
bcd.h Make improvements 2020-09-14 00:02:34 -07:00
bitscan.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
bitscan.h Make improvements 2020-09-14 00:02:34 -07:00
breakpoint.c Change license 2020-12-27 17:18:44 -08:00
breakpoint.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
breg.c Change license 2020-12-27 17:18:44 -08:00
buffer.c Make slight SSL performance improvements 2021-07-08 21:54:21 -07:00
buffer.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
buildlib.mk Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
case.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
cga.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
cga.h Make more improvements 2020-09-28 01:20:34 -07:00
cpuid.c Change license 2020-12-27 17:18:44 -08:00
cpuid.h Make improvements 2020-09-14 00:02:34 -07:00
cvt.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
cvt.h Make improvements 2020-09-14 00:02:34 -07:00
debug.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
demangle.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
demangle.h Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
dis.c Fix bugs and make improvements 2021-05-01 05:11:35 -07:00
dis.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
disarg.c Make improvements to redbean 2021-07-10 15:19:37 -07:00
diself.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -08:00
disinst.c Change license 2020-12-27 17:18:44 -08:00
disspec.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
divmul.c Change license 2020-12-27 17:18:44 -08:00
divmul.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
elfwriter.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
elfwriter.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
elfwriter_cargoculting.c Change license 2020-12-27 17:18:44 -08:00
elfwriter_yoink.c Change license 2020-12-27 17:18:44 -08:00
endian.h Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
errnos.S Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
fds.c Change license 2020-12-27 17:18:44 -08:00
fds.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
flags.c Change license 2020-12-27 17:18:44 -08:00
flags.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
fpu.c Make pow() conform to standard definition 2021-03-03 09:21:27 -08:00
fpu.h Make improvements 2020-09-14 00:02:34 -07:00
high.c Change license 2020-12-27 17:18:44 -08:00
high.h Make more improvements 2020-09-28 01:20:34 -07:00
instruction.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
interner.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
interner.h Initial import 2020-06-15 07:18:57 -07:00
ioports.c Change license 2020-12-27 17:18:44 -08:00
ioports.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
iovs.c Change license 2020-12-27 17:18:44 -08:00
iovs.h Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
javadown.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
javadown.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
lines.c Add help dialog to Blinkenlights emulator 2021-02-19 17:16:17 -08:00
lines.h Add help dialog to Blinkenlights emulator 2021-02-19 17:16:17 -08:00
loader.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -08:00
loader.h Make improvements 2020-09-14 00:02:34 -07:00
machine.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
machine.h Refactor some Blinkenlights code 2021-03-03 13:09:06 -08:00
mda.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mda.h Make improvements 2020-09-14 00:02:34 -07:00
memory.c Refactor some Blinkenlights code 2021-03-03 13:09:06 -08:00
memory.h Refactor some Blinkenlights code 2021-03-03 13:09:06 -08:00
memorymalloc.c Change license 2020-12-27 17:18:44 -08:00
message.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
modrm.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
modrm.h Perform some code cleanup 2021-02-27 10:33:32 -08:00
op101.c Change license 2020-12-27 17:18:44 -08:00
op101.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
panel.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
panel.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
persist.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
persist.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
pml4t.c Change license 2020-12-27 17:18:44 -08:00
pml4t.h Fix missing header include 2020-11-07 00:05:25 -08:00
pml4tfmt.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -08:00
pty.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
pty.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
reset.c Refactor some Blinkenlights code 2021-03-03 13:09:06 -08:00
sse.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
sse.h Make more improvements 2020-09-28 01:20:34 -07:00
ssefloat.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ssefloat.h Add chibicc 2020-12-06 16:20:21 -08:00
ssemov.c Change license 2020-12-27 17:18:44 -08:00
ssemov.h Make improvements 2020-09-14 00:02:34 -07:00
stack.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
stack.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
stats.c Change license 2020-12-27 17:18:44 -08:00
stats.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
string.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
string.h Make improvements 2020-09-14 00:02:34 -07:00
syscall.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
syscall.h Make improvements 2020-09-14 00:02:34 -07:00
throw.c Expose public garbage collector API for C language 2021-03-08 10:59:34 -08:00
throw.h Add chibicc 2020-12-06 16:20:21 -08:00
time.c Change license 2020-12-27 17:18:44 -08:00
time.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
word.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
word.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
xlaterrno.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
xlaterrno.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
xmmtype.c Change license 2020-12-27 17:18:44 -08:00
xmmtype.h Add tool for viewing memory 2020-11-06 20:20:10 -08:00