Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 4 años
  David Garske 23a3ead758 Framework for new TLS v1.3 sniffer tests. hace 4 años
  David Garske abee442c1e Useful script to cleanup test files created. hace 5 años
  John Safranek 89db0da0aa Synchronous Quick Assist Support for Sniffer hace 5 años
  John Safranek b6b57154e5 Add the new IPv6 sniffer test file to the automake list. hace 5 años
  kaleb-himes fdeb65dec8 WCv4.0.1-stable changes hace 5 años
  John Safranek 27ea9d9bce Configure Fixes hace 5 años
  Jacob Barthelmeh 275667f0e9 remove ocsp attempt with ipv6 enabled hace 5 años
  kaleb-himes ba3bc59771 further test control over ocsp-stapling tests hace 6 años
  kaleb-himes 735e4a0986 ocsp stapling tests to wait until unit tests are complete hace 6 años
  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`. hace 6 años
  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`. hace 6 años
  David Garske 89a4c98670 * Added support for expected fail test cases with example client/server and suites unit test. hace 6 años
  David Garske 024c8725ad Testing improvements for cert gen and TLS cert validation: hace 7 años
  Sean Parkinson 038d16212f Fixes for LEANTLS and TLS13 builds hace 7 años
  Moisés Guimarães 4bb17205fe adds new ocsp test hace 7 años
  Sean Parkinson 2b1e9973ec Add TLS v1.3 as an option hace 8 años
  toddouska 80cc737ffa add pkcallbacks script test hace 8 años
  Nickolas Lapp c8b20d9090 Add support for dynamic session tickets, add openssl.test to testuiste hace 8 años
  David Garske 993972162e MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used. hace 8 años
  Jacob Barthelmeh db758dc98b update test script, fall back to cert name search, fix der free hace 8 años
  Jacob Barthelmeh 060e278559 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into Certs hace 8 años
  David Garske 0ed26ad262 Updated build for "leantls" to support building only the client, by splitting BUILD_EXAMPLES into 3 parts (BUILD_EXAPLE_SERVERS, BUILD_EXAMPLE_CLIENTS and BUILD_TESTS). This allows the make check to perform the external tests to validate the client only "leantls" configuration option. hace 8 años
  Jacob Barthelmeh d969e2ba11 automated test for trusted peer certs hace 8 años
  Jacob Barthelmeh 1197f88c4f add psk.test script for testing hace 8 años
  Moisés Guimarães ec9d23a9c3 Merge branch 'csr' hace 9 años
  toddouska f99d3067c9 sniffer dynamic buffer release hace 9 años
  David Garske fdab3943be Added throughput benchmarking for client/server examples and added helper script "scripts/benchmark.test". Added example client option: "-B <num>" Benchmarking throughput. Added example server options: "-B <num>" Benchmark throughput, "-e" Echo data, "-i" Loop / Accept multiple connections. Cleanup of the include.am for examples. Cleanup of tcp_connect with DTLS enabled. Cleanup of the valid socket checking. Cleanup trailing whitespace. hace 9 años
  toddouska 6d49c308b7 require WOLFSSL_OPENSSL_TEST set for scripts/openssl.test to run, also disable in ipv6 test case because openssl s_server doesn't accept ipv6 hace 9 años
  toddouska 236df9257b add openssl script suite test hace 9 años