Commit History

Author SHA1 Message Date
  gojimmypi 5830f921fa ARIA cipher cmake (#6600) 9 months ago
  Andras Fekete e0b90a0463 Rename the script to be a bit more generic 10 months ago
  Sean Parkinson a39a04fc88 PEM example: new example for convert between PEM and DER 1 year ago
  Juliusz Sosinowicz b45ab0ae15 Add dtlscid.test to make check testing 1 year ago
  Hayden Roche 3bcd4b45df Generate an assembler-safe user_settings.h in configure.ac and CMakeLists.txt. 1 year ago
  Steffen Jaeckel 0e57e9858f Integrate Xilinx Versal 2 years ago
  Marco Oliverio f3262005e4 add basic ConnectionID DTLS tests 1 year ago
  David Garske 48016adf52 Script to produce a small source/header only package (with CMake support) 1 year ago
  Marco Oliverio 3a9176bcc9 scripts: test for dtls13 retransmission 2 years ago
  David Garske 659d33fdaf Fixes for minor sniffer and async issues: 2 years ago
  David Garske 29c120356e Sniffer asynchronous support. 2 years ago
  Marco Oliverio 38558d7fd1 dtls-srtp: don't run openssl_srtp.test on make check 2 years ago
  Marco Oliverio 46c0809f5a dtls-srtp: add script to test interop with OpenSSL 2 years ago
  David Garske 9b6cf56a6e Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 2 years ago
  Elms c17597a4fb build: arbitrary path for `make check` 3 years ago
  David Garske d208779974 Added test case for TLS v1.3 with HRR (hello_retry_request) 3 years ago
  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. 3 years ago
  Daniel Pouzzner 9df9fb7936 unit.test: add bwrap wrapper script at scripts/unit.test. 3 years ago
  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. 3 years ago
  David Garske 23a3ead758 Framework for new TLS v1.3 sniffer tests. 4 years ago
  David Garske abee442c1e Useful script to cleanup test files created. 4 years ago
  John Safranek 89db0da0aa Synchronous Quick Assist Support for Sniffer 4 years ago
  John Safranek b6b57154e5 Add the new IPv6 sniffer test file to the automake list. 4 years ago
  kaleb-himes fdeb65dec8 WCv4.0.1-stable changes 5 years ago
  John Safranek 27ea9d9bce Configure Fixes 5 years ago
  Jacob Barthelmeh 275667f0e9 remove ocsp attempt with ipv6 enabled 5 years ago
  kaleb-himes ba3bc59771 further test control over ocsp-stapling tests 5 years ago
  kaleb-himes 735e4a0986 ocsp stapling tests to wait until unit tests are complete 5 years ago
  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`. 5 years ago
  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 years ago