Juliusz Sosinowicz 9a08296fa0 Fix openssl client psk key so that psk actually works 1 month ago
..
bench e9520fe131 shellcheck-guided fixes in IDE/XilinxSDK/bench.sh, IDE/XilinxSDK/combine.sh, IDE/XilinxSDK/graph.sh, and scripts/bench/bench_functions.sh. 1 year ago
aria-cmake-build-test.sh f7d7006e87 More typos found by codespell 6 months ago
benchmark.test c9a7393923 fixes for shell script errors detected by shellcheck --severity=error. 2 years ago
cleanup_testfiles.sh 563806c497 Changed the log dump txt file's directory to include /tests and added it to make clean 3 years ago
crl-revoked.test fd17fa3e9c Implement the option to disable CRL check 9 months ago
dertoc.pl 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
dtls.test c4f91cdc8d Revert "Don't run script un-bwrapped" 7 months ago
dtlscid.test b45ab0ae15 Add dtlscid.test to make check testing 1 year ago
external.test 89d445a5a5 added --sys-ca-certs client connection to external test 5 months ago
google.test 40d9473e6a Display SKIP instead of PASS when tests skipped for make check 1 year ago
include.am 5830f921fa ARIA cipher cmake (#6600) 6 months ago
makedistsmall.sh 837452b1ca Remove user-crypto functionality and Intel IPP support 3 months ago
memtest.sh 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
ocsp-stapling-with-ca-as-responder.test fdb0338473 Be more aggressive in killing processes 1 year ago
ocsp-stapling.test 51ba745214 ocsp: don't error out if we can't verify our certificate 3 months ago
ocsp-stapling2.test f1aa43dc48 Merge pull request #6230 from bandi13/zd15855 1 year ago
ocsp.test 023db01aca * Fixed some build configuration variations. 1 year ago
openssl.test 9a08296fa0 Fix openssl client psk key so that psk actually works 1 month ago
openssl_srtp.test 9a193a3e02 Address Issue pointed out in (now deleted) comment on an old merge 1 year ago
pem.test 1912f1bc2a fixes for clang-analyzer-core.NullDereference, clang-analyzer-core.NonNullParamChecker, clang-analyzer-deadcode.DeadStores, readability-redundant-preprocessor, clang-diagnostic-unreachable-code-break, -Werror=sign-conversion, bugprone-macro-parentheses, "Call to 'malloc' has an allocation size of 0 bytes", clang-diagnostic-declaration-after-statement re tests/unit.h:ExpectPtr() pragmas. 8 months ago
ping.test 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
pkcallbacks.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. 1 year ago
psk.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. 1 year ago
resume.test 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 . 1 year ago
sniffer-gen.sh f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-ipv6.pcap b6b57154e5 Add the new IPv6 sniffer test file to the automake list. 4 years ago
sniffer-static-rsa.pcap 659d33fdaf Fixes for minor sniffer and async issues: 1 year ago
sniffer-testsuite.test f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls12-keylog.out 2ee6a01d91 Initial sniffer keylog file support for TLS 1.2 7 months ago
sniffer-tls12-keylog.pcap f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls12-keylog.sslkeylog f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls13-dh-resume.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-dh.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-ecc-resume.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-ecc.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-hrr.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-keylog.out f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls13-keylog.pcap f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls13-keylog.sslkeylog f1027464e8 added tls13 keylog test, refactored diff test to only use app data output 7 months ago
sniffer-tls13-x25519-resume.pcap 29c120356e Sniffer asynchronous support. 2 years ago
sniffer-tls13-x25519.pcap 29c120356e Sniffer asynchronous support. 2 years ago
stm32l4-v4_0_1_build.sh b957a6e872 Purge Rabbit cipher 2 years ago
tls13.test 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 . 1 year ago
trusted_peer.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. 1 year ago
unit.test.in 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 . 1 year ago
user_settings_asm.sh 67c194edf8 scripts/user_settings_asm.sh: give priority to user_settings.h found via the supplied search path arguments, and fall back to current directory; use POSIX sh variable expansions for prefix trimming and variable existence testing; trim trailing slash from supplied search path arguments; direct error messages to stderr. 1 year ago