Commit Verlauf

Autor SHA1 Nachricht Datum
  Daniel Pouzzner 5c14bef6a8 global fixes for shellcheck warnings SC2027, SC2069, SC2154, SC2141, SC3014, SC3037 (all true positives). note, does not fix SC2057 in ocsp-stapling.test, which is addressed by PR #5174 . vor 2 Jahren
  Daniel Pouzzner 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. vor 2 Jahren
  Daniel Pouzzner abfc788389 script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace. vor 2 Jahren
  Daniel Pouzzner c9a7393923 fixes for shell script errors detected by shellcheck --severity=error. vor 2 Jahren
  David Garske d8b58b8b05 Put both `DigiCert Global Root CA` and `GlobalSign Root CA` into the Google CA list. Fixes `--enable-dtls --enable-ocsp` ./scripts/ocsp.test`. vor 2 Jahren
  Elms 21db484f50 tests: fix test scripts for paths with spaces vor 3 Jahren
  Daniel Pouzzner 5ed2fe8092 scripts/: more race elimination/mitigation. vor 3 Jahren
  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. vor 3 Jahren
  Daniel Pouzzner 51046d45d3 add bwrapping on all other scripts/*.test except those that make Internet connections, and remove test for setuid bit, as some systems are configured to not require setuid/CAP_NET_ADMIN for CLONE_NEWNET. vor 3 Jahren
  Jacob Barthelmeh 0a6b93fda2 add single quotes around -? in test scripts vor 4 Jahren
  Sean Parkinson 487c60df78 Fixes to work when compiled with TLS 1.3 only vor 5 Jahren
  Sean Parkinson a03c15e598 Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests vor 6 Jahren
  David Garske 5a5fea7b46 Add `USE_SLOW_SHA256` and `USE_SLOW_SHA512` options for reduced code size of SHA. Existing `USE_SLOW_SHA2` applies for SHA512 only. Cleanup formatting of the sha256.c and sha512.c code. Added new `./configure --lowresource` option, which defines the memory reduction defines. Fix for `make check` resume.test scipt with `NO_SESSION_CACHE` defined. vor 6 Jahren
  David Garske 6369794b6f Fixes for static memory with `-r` session resumption option on client. Fix for possible failed InitSSL cleanup using NULL ssl->ctx for static memory. vor 6 Jahren
  John Safranek 19434e285a Update the resume test to rerun itself with the "-n" option to disable vor 7 Jahren
  toddouska d74fa8299a add resume session string script check, make GetDeepCopySession static local and check reutrn code vor 7 Jahren
  kaleb-himes cc8633fe7f minor typo corrections vor 8 Jahren
  toddouska 22385f2b39 add random ports for all make check scripts, unique ready file vor 8 Jahren
  toddouska 97853dc3c2 keep resume script from endless loop on bad startup vor 9 Jahren
  toddouska 84a5087bd7 resume script cleans up /tmp ready file vor 9 Jahren
  toddouska ce583552ce fix resumte.test script warning vor 9 Jahren
  toddouska f76af05abf change autoconf scripts to /bin/sh, no -i on ping for portability vor 9 Jahren
  toddouska d927aa4334 add resume test to example server and script test vor 9 Jahren