Juliusz Sosinowicz
|
b45ab0ae15
Add dtlscid.test to make check testing
|
2 rokov pred |
Hayden Roche
|
3bcd4b45df
Generate an assembler-safe user_settings.h in configure.ac and CMakeLists.txt.
|
2 rokov pred |
Steffen Jaeckel
|
0e57e9858f
Integrate Xilinx Versal
|
2 rokov pred |
Marco Oliverio
|
f3262005e4
add basic ConnectionID DTLS tests
|
2 rokov pred |
David Garske
|
48016adf52
Script to produce a small source/header only package (with CMake support)
|
2 rokov pred |
Marco Oliverio
|
3a9176bcc9
scripts: test for dtls13 retransmission
|
2 rokov pred |
David Garske
|
659d33fdaf
Fixes for minor sniffer and async issues:
|
2 rokov pred |
David Garske
|
29c120356e
Sniffer asynchronous support.
|
2 rokov pred |
Marco Oliverio
|
38558d7fd1
dtls-srtp: don't run openssl_srtp.test on make check
|
2 rokov pred |
Marco Oliverio
|
46c0809f5a
dtls-srtp: add script to test interop with OpenSSL
|
2 rokov pred |
David Garske
|
9b6cf56a6e
Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335)
|
3 rokov pred |
Elms
|
c17597a4fb
build: arbitrary path for `make check`
|
3 rokov pred |
David Garske
|
d208779974
Added test case for TLS v1.3 with HRR (hello_retry_request)
|
4 rokov pred |
Daniel Pouzzner
|
3858bda7e9
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.
|
4 rokov pred |
Daniel Pouzzner
|
9df9fb7936
unit.test: add bwrap wrapper script at scripts/unit.test.
|
4 rokov pred |
Daniel Pouzzner
|
b669f8eeb9
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.
|
4 rokov pred |
David Garske
|
23a3ead758
Framework for new TLS v1.3 sniffer tests.
|
4 rokov pred |
David Garske
|
abee442c1e
Useful script to cleanup test files created.
|
5 rokov pred |
John Safranek
|
89db0da0aa
Synchronous Quick Assist Support for Sniffer
|
5 rokov pred |
John Safranek
|
b6b57154e5
Add the new IPv6 sniffer test file to the automake list.
|
5 rokov pred |
kaleb-himes
|
fdeb65dec8
WCv4.0.1-stable changes
|
5 rokov pred |
John Safranek
|
27ea9d9bce
Configure Fixes
|
5 rokov pred |
Jacob Barthelmeh
|
275667f0e9
remove ocsp attempt with ipv6 enabled
|
5 rokov pred |
kaleb-himes
|
ba3bc59771
further test control over ocsp-stapling tests
|
6 rokov pred |
kaleb-himes
|
735e4a0986
ocsp stapling tests to wait until unit tests are complete
|
6 rokov pred |
David Garske
|
72aef0ab11
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`.
|
6 rokov pred |
David Garske
|
2c3475c1d6
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`.
|
6 rokov pred |
David Garske
|
89a4c98670
* Added support for expected fail test cases with example client/server and suites unit test.
|
6 rokov pred |
David Garske
|
024c8725ad
Testing improvements for cert gen and TLS cert validation:
|
7 rokov pred |
Sean Parkinson
|
038d16212f
Fixes for LEANTLS and TLS13 builds
|
7 rokov pred |