| .. |
|
benchmark.test
|
Correct misspellings and typos from codespell tool
|
2019-12-24 12:29:33 -06:00 |
|
cleanup_testfiles.sh
|
Changed the log dump txt file's directory to include /tests and added it to make clean
|
2020-07-23 10:12:40 -07:00 |
|
crl-revoked.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
dertoc.pl
|
Added handy script for converting DER file to C array. Example: ./scripts/dertoc.pl ./certs/server-cert.der server_cert_der_2048 server-cert.c.
|
2018-07-31 15:57:02 -07:00 |
|
external.test
|
scripts/external.test: skip test when -DWOLFSSL_SNIFFER (staticCipherList in client.c is incompatible).
|
2020-11-10 00:03:02 -06:00 |
|
google.test
|
Allow TLS 1.2 to be compiled out.
|
2018-05-25 11:00:00 +10:00 |
|
include.am
|
add "module", "modules_install", and "clean_module" rules to BUILD_LINUXKM section of Makefile.am, and add working install rule to linuxkm/Makefile, so that "make module" and "make modules_install" now work when --enable-linuxkm; fix "make dist" logic in Makefile.am and scripts/include.am to be unaffected by --enable-linuxkm; don't build wolfcrypt/benchmark or testwolfcrypt when --enable-linuxkm and --enable-crypttests.
|
2020-11-04 14:13:39 -06:00 |
|
memtest.sh
|
Added new build option --enable-memtest or WOLFSSL_FORCE_MALLOC_FAIL_TEST which enables random malloc failures for testing. This test supresses the abort() calls to detect seg faults. A new script ./scripts/memtest.sh starts the test. If an issue is found it can be reviewed with the ./scripts/memtest.txt log and reproduced using the seed printed at top of unit test as --- RNG MALLOC FAIL AT 295--- and rerun using ./tests/unit.test 295.
|
2018-07-30 13:53:35 -07:00 |
|
ocsp-stapling-with-ca-as-responder.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
ocsp-stapling.test
|
ocsp-stapling*.test: prefix waited servers with "timeout 60" to avoid deadlock failure modes; grep output from "openssl s_client" in "test interop fail case" for expected error message ("self signed certificate in certificate chain").
|
2020-10-28 17:28:05 -05:00 |
|
ocsp-stapling2.test
|
ocsp-stapling*.test: prefix waited servers with "timeout 60" to avoid deadlock failure modes; grep output from "openssl s_client" in "test interop fail case" for expected error message ("self signed certificate in certificate chain").
|
2020-10-28 17:28:05 -05:00 |
|
ocsp.test
|
scripts/: tweak scripts/include.am to run ocsp tests before rather than after testsuite and unit.test; revert POSIXish scripts/*.test to use /bin/sh.
|
2020-09-14 16:06:45 -05:00 |
|
openssl.test
|
ocsp-stapling*.test: prefix waited servers with "timeout 60" to avoid deadlock failure modes; grep output from "openssl s_client" in "test interop fail case" for expected error message ("self signed certificate in certificate chain").
|
2020-10-28 17:28:05 -05:00 |
|
ping.test
|
check return value of ping.test
|
2016-04-14 14:42:01 -06:00 |
|
pkcallbacks.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
psk.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
resume.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
sniffer-ipv6.pcap
|
Add the new IPv6 sniffer test file to the automake list.
|
2019-10-04 14:54:17 -07:00 |
|
sniffer-testsuite.test
|
scripts/: tweak scripts/include.am to run ocsp tests before rather than after testsuite and unit.test; revert POSIXish scripts/*.test to use /bin/sh.
|
2020-09-14 16:06:45 -05:00 |
|
sniffer-tls13-dh.pcap
|
Fix in snifftest to try loading private key into static ephemeral and private key. Updated pcap files (were missing TCP packets).
|
2020-07-20 11:10:46 -07:00 |
|
sniffer-tls13-ecc.pcap
|
Fix in snifftest to try loading private key into static ephemeral and private key. Updated pcap files (were missing TCP packets).
|
2020-07-20 11:10:46 -07:00 |
|
sniffer-tls13-gen.sh
|
Framework for new TLS v1.3 sniffer tests.
|
2020-07-17 15:56:56 -07:00 |
|
stm32l4-v4_0_1_build.sh
|
WCv4.0.1-stable changes
|
2019-07-16 15:58:56 -06:00 |
|
testsuite.pcap
|
add snifftest script check to make check
|
2015-04-18 08:35:47 -07:00 |
|
tls13.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
trusted_peer.test
|
scripts/: more race elimination/mitigation.
|
2020-09-17 12:03:44 -05:00 |
|
unit.test
|
unit.test: add bwrap wrapper script at scripts/unit.test.
|
2020-09-17 12:03:44 -05:00 |