cosmopolitan/third_party/mbedtls/test
Justine Tunney 5e8ae2d5bc Restart CI for New Technology and UBSAN hunting
Continuous Integration (via runit and runitd) is now re-enabled on win7
and win10. The `make test` command, which runs the tests on all systems
is now the fastest and most stable it's been since the project started.

UBSAN is now enabled in MODE=dbg in addition to ASAN. Many instances of
undefined behavior have been removed. Mostly things like passing a NULL
argument to memcpy(), which works fine with Cosmopolitan Libc, but that
doesn't prevents the compiler from being unhappy. There was an issue w/
GNU make where static analysis claims a sprintf() call can overflow. We
also now have nicer looking crash reports on Windows since uname should
now be supported and msys64 addr2line works reliably.
2022-03-21 04:32:57 -07:00
..
data Add SSL to redbean 2021-06-24 13:20:50 -07:00
everest_test.c Make stronger crypto nearly as fast 2021-07-26 16:19:45 -07:00
everest_unravaged.c Improve memory safety 2021-10-13 17:27:13 -07:00
lib.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
lib.h Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
secp384r1_test.c Fix bugs and make improvements to redbean 2021-08-06 14:18:34 -07:00
test.inc Add SSL to redbean 2021-06-24 13:20:50 -07:00
test.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_aes.cbc.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_aes.cbc.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_aes.cfb.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_aes.cfb.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_aes.ecb.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_aes.ecb.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_aes.ofb.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_aes.ofb.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_aes.rest.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_aes.rest.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_aes.xts.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_aes.xts.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_asn1parse.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_asn1parse.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_asn1write.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_asn1write.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_base64.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_base64.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_blowfish.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_blowfish.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_ccm.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ccm.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_chacha20.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_chacha20.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_chachapoly.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_chachapoly.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.aes.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.aes.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.blowfish.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_cipher.blowfish.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.ccm.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.ccm.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.chacha20.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_cipher.chacha20.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.chachapoly.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.chachapoly.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.des.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_cipher.des.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.gcm.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.gcm.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.misc.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.misc.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.nist_kw.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.nist_kw.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.null.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_cipher.null.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_cipher.padding.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_cipher.padding.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_ctr_drbg.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_ctr_drbg.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_des.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_des.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_dhm.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_dhm.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ecdh.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ecdh.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_ecdsa.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ecdsa.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_ecp.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ecp.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_entropy.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_entropy.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_error.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_error.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes128_de.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes128_de.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes128_en.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes128_en.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes192_de.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes192_de.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes192_en.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes192_en.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes256_de.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes256_de.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.aes256_en.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.aes256_en.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_gcm.misc.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_gcm.misc.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_hkdf.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_hkdf.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_hmac_drbg.misc.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_hmac_drbg.misc.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_hmac_drbg.no_reseed.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_hmac_drbg.no_reseed.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_hmac_drbg.nopr.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_hmac_drbg.nopr.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_hmac_drbg.pr.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_hmac_drbg.pr.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_md.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_md.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_mdx.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_mdx.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_memory_buffer_alloc.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_memory_buffer_alloc.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_mpi.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_mpi.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_net.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_net.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_nist_kw.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_nist_kw.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_oid.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_oid.datax Restore Referer-Policy and wrap up MbedTLS changes 2021-08-04 01:05:49 -07:00
test_suite_pem.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pem.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_pk.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pk.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pkcs1_v15.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_pkcs1_v15.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_pkcs1_v21.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pkcs1_v21.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_pkcs5.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_pkcs5.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_pkparse.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pkparse.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pkwrite.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_pkwrite.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_poly1305.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_poly1305.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_random.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_random.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_rsa.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_rsa.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_shax.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_shax.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_ssl.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_ssl.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_timing.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_timing.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_version.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_version.datax Add SSL to redbean 2021-06-24 13:20:50 -07:00
test_suite_x509parse.c Make numerous improvements 2021-09-28 01:52:34 -07:00
test_suite_x509parse.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_x509write.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test_suite_x509write.datax Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00