wolfssl/scripts
Sean Parkinson 72486333c3 Get host name: add code to use popen and the command 'host'
When compiling for QEMU, the gethostbyname call doesn't have access to
the OS DNS.
Implemented a lookup of hostname that uses the system command host.

Fix for QEMU Aarch64 where 'char' is unsigned and the -1 return is being
converted to 255 in wolfSSL_OPENSSL_hexchar2int().

Test TLSv1.3 with www.google.com if wolfSSL supports it.

CMAC: cannot cast size_t* to word32* when big-endian.

SP math all: Random prime - munge bits before moving them around for
big-endian.

BIO, no filesystem: Allow BIO_prinf to be used with mem BIO.
2021-09-09 18:32:19 +10:00
..
benchmark.test Fix RX/TX throughput reporting in example server. 2020-12-08 16:49:09 -06:00
cleanup_testfiles.sh Changed the log dump txt file's directory to include /tests and added it to make clean 2020-07-23 10:12:40 -07:00
crl-revoked.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
dertoc.pl 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`. 2018-07-31 15:57:02 -07:00
external.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
google.test Get host name: add code to use popen and the command 'host' 2021-09-09 18:32:19 +10:00
include.am Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 2021-09-01 09:28:24 +10:00
memtest.sh
ocsp-stapling-with-ca-as-responder.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
ocsp-stapling.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
ocsp-stapling2.test scripts: fix tests for out of tree `distcheck` 2021-02-08 10:43:31 -08:00
ocsp.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
openssl.test tests: server example doesn't like empty string params 2021-06-14 12:01:09 -07:00
ping.test
pkcallbacks.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
psk.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
resume.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
sniffer-ipv6.pcap Add the new IPv6 sniffer test file to the automake list. 2019-10-04 14:54:17 -07:00
sniffer-testsuite.test Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 2021-09-01 09:28:24 +10:00
sniffer-tls13-dh.pcap Fix in `snifftest` to try loading private key into static ephemeral and private key. Updated pcap files (were missing TCP packets). 2020-07-20 11:10:46 -07:00
sniffer-tls13-ecc.pcap Fix in `snifftest` to try loading private key into static ephemeral and private key. Updated pcap files (were missing TCP packets). 2020-07-20 11:10:46 -07:00
sniffer-tls13-gen.sh Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 2021-09-01 09:28:24 +10:00
sniffer-tls13-hrr.pcap Added test case for TLS v1.3 with HRR (hello_retry_request) 2020-11-12 08:59:10 -08:00
sniffer-tls13-x25519.pcap Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 2021-09-01 09:28:24 +10:00
stm32l4-v4_0_1_build.sh WCv4.0.1-stable changes 2019-07-16 15:58:56 -06:00
testsuite.pcap
tls13.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
trusted_peer.test tests: fix test scripts for paths with spaces 2021-06-13 21:37:07 -07:00
unit.test.in build: arbitrary path for `make check` 2021-02-05 12:10:32 -08:00