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 .
|
2 years ago |
Daniel Pouzzner
|
4d4145e6a0
add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/.
|
2 years ago |
Sean Parkinson
|
2c1ecacbfc
TLS 1.3 script test: wait for server to write file
|
2 years ago |
Daniel Pouzzner
|
830431ccdf
scripts/tls13.test: fix whitespace.
|
2 years ago |
Daniel Pouzzner
|
64953299cf
scripts/tls13.test: retries (up to 10) for early data scenarios, to mitigate race noted in #4918 .
|
2 years ago |
Daniel Pouzzner
|
c78bfa4db8
scripts/tls13.test: when $early_data = yes, print the matching line counts.
|
2 years ago |
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.
|
2 years ago |
Daniel Pouzzner
|
c9a7393923
fixes for shell script errors detected by shellcheck --severity=error.
|
2 years ago |
Daniel Pouzzner
|
0231304607
fixes for make check with --enable-all (now including --enable-earlydata) with fips or asynccrypt:
|
2 years ago |
Hideki Miyazaki
|
90355df4b0
disable early data for --enable-distro
|
2 years ago |
Elms
|
21db484f50
tests: fix test scripts for paths with spaces
|
3 years ago |
Sean Parkinson
|
ed5b134161
TLS 1.3 PSK EarlyData testing
|
3 years ago |
Sean Parkinson
|
a55e94cf6f
ECCSI and SAKKE: add support
|
3 years ago |
Hideki Miyazaki
|
302c6dfe11
addressed jenkins failure part3
|
3 years ago |
Hideki Miyazaki
|
e39477c531
initial implement SSL_get_early_data_status
|
3 years ago |
Tesfa Mael
|
9598c03716
Free mutex and fix test script
|
3 years ago |
Daniel Pouzzner
|
5ed2fe8092
scripts/: more race elimination/mitigation.
|
4 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.
|
4 years ago |
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.
|
4 years ago |
toddouska
|
7fd51cf9d9
Merge pull request #3267 from SparkiDev/no_client_auth
|
4 years ago |
Sean Parkinson
|
89b9a77eca
Get builds with WOLFSSL_NO_CLIENT_AUTH compiling and testing
|
4 years ago |
Sean Parkinson
|
db864be6a4
TLS 1.3 Early Data: fix
|
4 years ago |
Sean Parkinson
|
392e09c474
Cleanup after TLS 1.3 tests
|
4 years ago |
David Garske
|
1d01b87741
Fix to detect if `NO_CERTS` / `--disable-asn` is used in `scripts/tls13.test`.
|
4 years ago |
Jacob Barthelmeh
|
0a6b93fda2
add single quotes around -? in test scripts
|
4 years ago |
Sean Parkinson
|
6334dd9cb0
Allow mutual authentication to be required for TLS 1.3
|
4 years ago |
Sean Parkinson
|
a03c15e598
Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests
|
6 years ago |
toddouska
|
29410ada1e
Merge pull request #1595 from SparkiDev/tls13_cipher_down
|
6 years ago |
Sean Parkinson
|
74d4a02542
Remove log file and change location to local
|
6 years ago |
Sean Parkinson
|
fcd2234841
Fix for downgrading from TLS 1.3 due to old cipher suite
|
6 years ago |