Jacob Barthelmeh
|
1e766b23cf
|
check return value of ping.test
|
2016-04-14 14:42:01 -06:00 |
|
David Garske
|
993972162e
|
MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used.
|
2016-04-08 11:48:14 -06:00 |
|
Jacob Barthelmeh
|
db758dc98b
|
update test script, fall back to cert name search, fix der free
|
2016-03-12 09:37:32 -07:00 |
|
Jacob Barthelmeh
|
060e278559
|
Merge branch 'master' of https://github.com/wolfSSL/wolfssl into Certs
|
2016-03-11 23:48:39 -07:00 |
|
David Garske
|
0ed26ad262
|
Updated build for "leantls" to support building only the client, by splitting BUILD_EXAMPLES into 3 parts (BUILD_EXAPLE_SERVERS, BUILD_EXAMPLE_CLIENTS and BUILD_TESTS). This allows the make check to perform the external tests to validate the client only "leantls" configuration option.
|
2016-03-08 08:35:28 -08:00 |
|
Jacob Barthelmeh
|
d969e2ba11
|
automated test for trusted peer certs
|
2016-03-02 11:42:00 -07:00 |
|
Jacob Barthelmeh
|
1197f88c4f
|
add psk.test script for testing
|
2016-02-11 09:15:04 -07:00 |
|
Moisés Guimarães
|
ec9d23a9c3
|
Merge branch 'csr'
|
2015-12-28 19:38:04 -03:00 |
|
kaleb-himes
|
cc8633fe7f
|
minor typo corrections
|
2015-12-23 13:28:45 -07:00 |
|
toddouska
|
22385f2b39
|
add random ports for all make check scripts, unique ready file
|
2015-12-22 14:35:34 -08:00 |
|
Nickolas Lapp
|
33eb4b98d3
|
Clarify Openssl.test results messaging
|
2015-11-24 15:16:26 -07:00 |
|
toddouska
|
fbd4f8a6ed
|
fix merge conflict
|
2015-11-02 13:26:46 -08:00 |
|
toddouska
|
f99d3067c9
|
sniffer dynamic buffer release
|
2015-10-23 16:56:17 -07:00 |
|
toddouska
|
87668e7acd
|
make external script test optional with env variable as CA changes more frequent than release
|
2015-10-20 11:56:46 -07:00 |
|
David Garske
|
fdab3943be
|
Added throughput benchmarking for client/server examples and added helper script "scripts/benchmark.test". Added example client option: "-B <num>" Benchmarking throughput. Added example server options: "-B <num>" Benchmark throughput, "-e" Echo data, "-i" Loop / Accept multiple connections. Cleanup of the include.am for examples. Cleanup of tcp_connect with DTLS enabled. Cleanup of the valid socket checking. Cleanup trailing whitespace.
|
2015-10-14 19:13:45 -07:00 |
|
toddouska
|
6d49c308b7
|
require WOLFSSL_OPENSSL_TEST set for scripts/openssl.test to run, also disable in ipv6 test case because openssl s_server doesn't accept ipv6
|
2015-10-06 17:02:31 -07:00 |
|
toddouska
|
3dda2965bd
|
fix bash bracket string contains
|
2015-10-05 15:43:38 -07:00 |
|
toddouska
|
236df9257b
|
add openssl script suite test
switch to bash for 'read -ra <<<' for now
|
2015-10-05 15:33:37 -07:00 |
|
toddouska
|
97853dc3c2
|
keep resume script from endless loop on bad startup
|
2015-07-30 16:31:14 -07:00 |
|
kaleb-himes
|
bf4be3f02b
|
comment updates only for crl-revoked.test
|
2015-07-23 21:54:52 -06:00 |
|
kaleb-himes
|
1a0a9de9c6
|
changes post review
crl-revoked dash compliant. revoked-cert has unique fields
new print statements
|
2015-07-23 17:05:25 -06:00 |
|
Nickolas Lapp
|
3732d31955
|
Fixed file cleanup in gencrls, finished support for crl.test update crls sign revoked cert
|
2015-07-22 10:37:24 -06:00 |
|
kaleb-himes
|
f73c6a5ea9
|
new crl test using server and client instead
|
2015-07-22 10:05:39 -06:00 |
|
kaleb-himes
|
37211d4636
|
crl script initialize
|
2015-07-21 13:56:47 -06:00 |
|
toddouska
|
84a5087bd7
|
resume script cleans up /tmp ready file
|
2015-07-15 16:35:23 -07:00 |
|
toddouska
|
ce583552ce
|
fix resumte.test script warning
|
2015-06-10 14:22:35 -07:00 |
|
toddouska
|
f76af05abf
|
change autoconf scripts to /bin/sh, no -i on ping for portability
|
2015-06-10 14:11:36 -07:00 |
|
toddouska
|
44db140076
|
move client-test.sh to scripts/google.test
|
2015-06-09 08:51:55 -07:00 |
|
toddouska
|
4fe04c6bed
|
detect build cases where external script test case doesn't make sense
|
2015-05-07 12:50:27 -07:00 |
|
toddouska
|
c52b7160e9
|
fix ipv6 external test case
|
2015-05-07 12:15:58 -07:00 |
|
toddouska
|
08b6e66ea8
|
add external site script test to make check
|
2015-05-07 10:02:43 -07:00 |
|
toddouska
|
d927aa4334
|
add resume test to example server and script test
|
2015-04-28 12:21:54 -07:00 |
|
toddouska
|
1e9647023c
|
add snifftest script check to make check
|
2015-04-18 08:35:47 -07:00 |
|