Chris Conlon
|
8f3e1165a1
|
add Whitewood netRandom client library support
|
2016-05-05 15:31:25 -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
|
85a9c55048
|
fix c89 build on windows
|
2016-04-06 11:16:40 -06:00 |
toddouska
|
63b1282e67
|
Merge pull request #335 from dgarske/asynccrypt
Asynchronous crypto and wolf event support
|
2016-03-30 20:12:41 -07:00 |
David Garske
|
4472152b18
|
Added new "wolfSSL_poll" which filters event queue by ssl object pointer. Changed wolfSSL_CTX_poll to support using WOLF_POLL_FLAG_PEEK flag to peek at events and return count. Removed "wolfssl_CTX_poll_peek". Switched the examples (test.h AsyncCryptPoll) to use just the WOLFSSL object and call new wolfSSL_poll. Added warning when using the "--enable-asynccrypt" option to make sure users know they need real async.c/.h files.
|
2016-03-30 15:15:38 -07:00 |
Jacob Barthelmeh
|
e99a5b0483
|
prepare for release v3.9.0
|
2016-03-17 16:02:13 -06:00 |
David Garske
|
e1787fe160
|
Added "--enable-asynccrypt" option for enabling asynchronous crypto. This includes a refactor of SendServerKeyExchange and DoClientKeyExchange to support WC_PENDING_E on key generation, signing and verification. Currently uses async simulator (WOLFSSL_ASYNC_CRYPT_TEST) if cavium not enabled. All of the examples have been updated to support WC_PENDING_E on accept and connect. A generic WOLF_EVENT infrastructure has been added to support other types of future events and is enabled using "HAVE_WOLF_EVENT". Refactor the ASN OID type (ex: hashType/sigType) to use a more unique name. The real "async.c" and "async.h" files are in a private repo.
|
2016-03-17 13:31:03 -07:00 |
David Garske
|
953a3bd01d
|
Fixes build error with NO_FILESYSTEM and !NO_CERTS where the wolfssl/test.h load_buffer() function is passing non-existent enum value. Was renamed from CYASSL_ to WOLFSSL_.
|
2016-02-19 13:52:06 -08:00 |
Jacob Barthelmeh
|
41f50b7a73
|
NTRU suites considered part of static RSA suites group
|
2015-12-22 15:19:11 -07:00 |
Takashi Kojo
|
4217ef5475
|
fixed mdk4 macro control in example server/client, echoserver/client
|
2015-11-27 11:31:12 +09:00 |
David Garske
|
f977caa492
|
Cleanup of the test code that looks for the WolfSSL root directory. Now it tries to open the certs/ntru-cert.pem file in each directory up (limited to 5) until it opens it.
|
2015-10-28 23:54:08 -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 |
John Safranek
|
329e6a6207
|
update the example server and echoserver to correctly generate the DTLS cookie
|
2015-09-15 17:23:52 -07:00 |
toddouska
|
09b2da799f
|
Merge pull request #125 from kojo1/MDK4
MDK4 name change
|
2015-08-14 14:59:25 -07:00 |
toddouska
|
7fa4302a80
|
disable static PSK cipher suites by default
|
2015-08-14 12:49:30 -07:00 |
toddouska
|
46e7e9acf9
|
disable SSLv3 by default
|
2015-08-12 16:39:13 -07:00 |
Takashi Kojo
|
30f6bc1e27
|
MDK4, wolfSSL name change
|
2015-08-12 16:45:40 +09:00 |
Jacob Barthelmeh
|
df8b48cd0f
|
NTRU suites from earlier code
|
2015-07-11 12:52:22 -06:00 |
Jacob Barthelmeh
|
14723b7e65
|
QSH (quantum-safe handshake) extension
|
2015-07-07 09:55:58 -06:00 |
toddouska
|
8ff17b66f3
|
add session tickets to echoserver example too
|
2015-05-18 09:13:34 -07:00 |
toddouska
|
1f8701540d
|
change SESSION_STATS to PRINT_SESSION_STATS, will add WOLFSSL_SESSION_STATS
|
2015-04-14 12:35:24 -07:00 |
toddouska
|
86f2b9a98f
|
turn off DTLSv1 functions for disable old tls
|
2015-04-08 13:29:25 -07:00 |
toddouska
|
869aeee6cb
|
allow sniffer play nice in ecc build
|
2015-04-01 12:14:48 -07:00 |
toddouska
|
495fbe087e
|
allow dh to be used w/o certs and asn
|
2015-03-27 14:28:05 -07:00 |
kaleb-himes
|
b0e88e32ff
|
Error printouts name changed
|
2015-01-20 12:36:20 -07:00 |
kaleb-himes
|
a389620a29
|
Copyright (C) updates
|
2015-01-08 09:39:04 -07:00 |
kaleb-himes
|
369a5f04a9
|
library wide licence update
|
2015-01-06 12:14:15 -07:00 |
Jacob Barthelmeh
|
d958a2f3d6
|
close to build test with --disable-examples option
|
2014-12-18 15:40:09 -07:00 |
toddouska
|
6175a2a20c
|
cleanup fp cache on examples with thread local storage
|
2014-09-09 10:14:32 -07:00 |
toddouska
|
2c595139db
|
fix tirtos merge
|
2014-09-08 19:40:03 -07:00 |
toddouska
|
61e989ed99
|
Merge branch 'master' into ti
|
2014-07-03 11:34:15 -07:00 |
toddouska
|
2d63c559cc
|
dh now disabled by default but can be enabled w/o opensslextra
|
2014-07-03 11:32:24 -07:00 |
toddouska
|
28b6c5b998
|
Merge branch 'master' into ti
|
2014-05-12 14:02:22 -07:00 |
toddouska
|
34f2e51415
|
remove extra spaces from ti cyassl proper files
|
2014-05-09 11:55:59 -07:00 |
Vikram Adiga
|
f643ca5f48
|
Added TI-RTOS support for CyaSSL tests
|
2014-05-08 15:52:20 -07:00 |
Takashi Kojo
|
eeb2e28f54
|
Sync with 3.0.0
|
2014-05-05 09:45:25 +09:00 |
Chris Conlon
|
be65f5d518
|
update FSF address, wolfSSL copyright
|
2014-04-11 15:58:58 -06:00 |
Takashi Kojo
|
b712380a60
|
Sync MDK5 Software Pack with 2.9.4
|
2014-04-11 16:20:12 +09:00 |
toddouska
|
f1597c86b1
|
fix clang -Wconversion except -Wsign-conversion
|
2014-03-03 16:46:48 -08:00 |
toddouska
|
c39cdbea54
|
make sure enable-webserver (HAVE_WEBSERVER) can handle password callbacks as well as opensslextra unless NO_PWDBASED defined
|
2014-03-03 12:18:26 -08:00 |
toddouska
|
dff54942a2
|
xcode5 paths for examples
|
2013-12-19 15:23:57 -08:00 |
toddouska
|
fd5937b599
|
MDK-ARM updates
|
2013-05-20 17:56:27 -07:00 |
toddouska
|
cfdfa7b2b3
|
pull in Kojo MDK-ARM projects, changes
|
2013-05-16 09:47:27 -07:00 |
toddouska
|
d7e74d0383
|
allow sniffer to sniff known testsuite, no port 0
|
2013-05-09 18:42:24 -07:00 |
Chris Conlon
|
864f0468aa
|
Cygwin/Mingw64 fixes
|
2013-05-01 14:17:11 -06:00 |
toddouska
|
ba3e089596
|
add USE_ANY_ADDR for bind to any with echoserver
|
2013-04-11 21:51:17 -07:00 |
toddouska
|
f535e5428e
|
make sure all tests/examples *.c use settings.h correctly
|
2013-04-10 12:17:23 -07:00 |
John Safranek
|
7d287a6ba9
|
modified test port number to allow concurrent testing
|
2013-03-26 22:00:39 -07:00 |
toddouska
|
49e62f0858
|
fix general NO_SHA NO_ASN NO_CERTS NO_SESSION_CACHE builds/examples
|
2013-03-11 16:07:46 -07:00 |
toddouska
|
285ca36ca2
|
fix normal psk no rsa examples
|
2013-03-11 13:19:43 -07:00 |