wolfssl-examples
wolfssl-examples copied to clipboard
Example applications using the wolfSSL lightweight SSL/TLS library
And not in `station_example_main.c` which is less user-friendly. Needs two lines changed in `station_example_main.c` too.
And not in `station_example_main.c` which is less user-friendly. Main changes are in `Kconfig.projbuild`.
Dear WolfSSL, For research purposes, I have ported WolfSSL into an environment that does not support the [EPOLL system calls](https://man7.org/linux/man-pages/man7/epoll.7.html), but only the [POLL system call](https://man7.org/linux/man-pages/man2/poll.2.html). The next step for...
This has the older version of wolfSSL that was used when doing the port and collecting benchmark values with FreeRTOS. Note that lscript.ld have a copyright banner that needs evaluation...
Also add mosquito example configuration for testing against.
This is a rough template for: 1) Creating a new ECC key 2) Creating a CSR based on the new ECC key 3) Creating a new certificate based on CSR,...
- Set timeout in tcp_select timeout.tv_sec = to_sec; - Set non-blocking to "connd", as well. fcntl(connd, F_SETFL, O_NONBLOCK) - tcp_select(connd,...) for wolfSSL_accept, read, write - make all 3 args non-NULL...
Latest SGX SDK no longer builds with `-lsgx_tstdcxx` [here](https://github.com/wolfSSL/wolfssl-examples/blob/master/SGX_Linux/sgx_t.mk#L76). It should be replaced with `libsgx_tcxx`
 failed to build tls-sock-client accordding to the readme