Jon Shallow e36df36f84 dtls1.3: Fix issues when --enable-dtls13 enabled пре 1 месец
..
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 година
aria-cmake-build-test.sh d0edb3d0a9 scripts/aria-cmake-build-test.sh: fix masked exit value. пре 1 месец
benchmark.test c9a7393923 fixes for shell script errors detected by shellcheck --severity=error. пре 2 година
benchmark_compare.sh a75c2befb5 Add CUDA support (#7436) пре 1 месец
cleanup_testfiles.sh 563806c497 Changed the log dump txt file's directory to include /tests and added it to make clean пре 3 година
crl-revoked.test fd17fa3e9c Implement the option to disable CRL check пре 11 месеци
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 година
dtls.test c4f91cdc8d Revert "Don't run script un-bwrapped" пре 9 месеци
dtlscid.test e36df36f84 dtls1.3: Fix issues when --enable-dtls13 enabled пре 1 месец
external.test 89d445a5a5 added --sys-ca-certs client connection to external test пре 7 месеци
google.test 40d9473e6a Display SKIP instead of PASS when tests skipped for make check пре 1 година
include.am a75c2befb5 Add CUDA support (#7436) пре 1 месец
makedistsmall.sh 837452b1ca Remove user-crypto functionality and Intel IPP support пре 5 месеци
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 година
ocsp-stapling-with-ca-as-responder.test fdb0338473 Be more aggressive in killing processes пре 1 година
ocsp-stapling.test 51ba745214 ocsp: don't error out if we can't verify our certificate пре 5 месеци
ocsp-stapling2.test f1aa43dc48 Merge pull request #6230 from bandi13/zd15855 пре 1 година
ocsp.test 023db01aca * Fixed some build configuration variations. пре 1 година
openssl.test 9a08296fa0 Fix openssl client psk key so that psk actually works пре 3 месеци
openssl_srtp.test 9a193a3e02 Address Issue pointed out in (now deleted) comment on an old merge пре 1 година
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. пре 11 месеци
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 година
pkcallbacks.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. пре 2 година
psk.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. пре 2 година
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 . пре 2 година
sniffer-gen.sh f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-ipv6.pcap b6b57154e5 Add the new IPv6 sniffer test file to the automake list. пре 4 година
sniffer-static-rsa.pcap 659d33fdaf Fixes for minor sniffer and async issues: пре 2 година
sniffer-testsuite.test f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls12-keylog.out 2ee6a01d91 Initial sniffer keylog file support for TLS 1.2 пре 9 месеци
sniffer-tls12-keylog.pcap f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls12-keylog.sslkeylog f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls13-dh-resume.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-dh.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-ecc-resume.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-ecc.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-hrr.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-keylog.out f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls13-keylog.pcap f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls13-keylog.sslkeylog f1027464e8 added tls13 keylog test, refactored diff test to only use app data output пре 9 месеци
sniffer-tls13-x25519-resume.pcap 29c120356e Sniffer asynchronous support. пре 2 година
sniffer-tls13-x25519.pcap 29c120356e Sniffer asynchronous support. пре 2 година
stm32l4-v4_0_1_build.sh b957a6e872 Purge Rabbit cipher пре 2 година
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 . пре 2 година
trusted_peer.test 4d4145e6a0 add support for $NETWORK_UNSHARE_HELPER to the relevant scripts/. пре 2 година
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 . пре 2 година
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 година