David Garske
|
5ba15f1426
|
Spelling fixes.
|
2021-06-09 09:07:40 -07:00 |
kaleb-himes
|
5195bdbd31
|
Address other examples also based on peer feedback
|
2020-07-07 11:57:38 -06:00 |
Chris Conlon
|
9237d307b5
|
update copyright to 2020
|
2020-01-03 16:08:42 -08:00 |
MJSPollard
|
eb0da47e1f
|
added define fixes to stop errors when executing make in tls dir
|
2018-09-06 13:11:24 -06:00 |
David Garske
|
0ab56e39f2
|
Added example that has the CA callback “wolfSSL_CTX_SetCACb” API and shows how to print information for the X509. This works only with OPENSSL_EXTRA defined. Fixed typo in server epoll examples.
|
2018-05-17 11:42:43 -07:00 |
Levi Rak
|
56f6b9c2fb
|
Cleaned up whitespace/alignment
|
2017-05-22 11:18:54 -06:00 |
David Garske
|
3a1e5518ad
|
Fixes for TLS perf examples. Fixed issue with server-tls-epll-threaded not doing wolfAsync_DevClose. Enhanced server-tls-epll-threaded to use the wolfAsync_DevOpenThread feature to assign thread and QuickAssist core affinity. Added “-a” option on servers to allow TLS version downgrade. Enhancements to the Makefile. Other various cleanups.
|
2017-01-26 17:11:32 -08:00 |
David Garske
|
5e4811f905
|
Removed obsolete "//return(EXIT_FAILURE);". Renamed .md doc file. Added comment in Makefile.
|
2016-11-21 16:31:25 -08:00 |
David Garske
|
14673d95c1
|
Fix to allow async dev open failure to continue, but use non-async mode. Added support for QuickAssist libraries in Makefile.
|
2016-11-21 16:25:43 -08:00 |
David Garske
|
2e65dafbcc
|
Fixes issue with client-tis-perf and async by splitting read wait and read (async return was waiting again and blocking). Added debug enable option. Cleanup mutex locking around total bytes, so only is done once. Fix for Makefile to include math lib (required for DH pow/log.
|
2016-11-21 16:25:43 -08:00 |
Sean Parkinson
|
f9a67e00a5
|
Performance servers and client.
The servers use epoll.
The threaded server uses pthread.
The client and server support asynchronous crypto.
|
2016-11-15 22:30:20 +10:00 |