wolfssl-examples icon indicating copy to clipboard operation
wolfssl-examples copied to clipboard

Example applications using the wolfSSL lightweight SSL/TLS library

Results 70 wolfssl-examples issues
Sort by recently updated
recently updated
newest added

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`

![image](https://user-images.githubusercontent.com/64051950/144197903-fe1bd10e-eb47-44a1-85ee-13eb7c52a2e4.png) failed to build tls-sock-client accordding to the readme