| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 21-Aug-2025 | - | ||||
| tcp_sockets_wrapper/ | 21-Aug-2025 | - | ||||
| mbedtls_bio_tcp_sockets_wrapper.c | A D | 21-Aug-2025 | 4.6 KiB | 136 | 57 | |
| mbedtls_bio_tcp_sockets_wrapper.h | A D | 21-Aug-2025 | 2.4 KiB | 63 | 9 | |
| mbedtls_pk_pkcs11.c | A D | 21-Aug-2025 | 36.9 KiB | 1,117 | 770 | |
| mbedtls_pkcs11.h | A D | 21-Aug-2025 | 2.5 KiB | 63 | 13 | |
| mbedtls_rng_pkcs11.c | A D | 21-Aug-2025 | 2.7 KiB | 86 | 42 | |
| readme.txt | A D | 21-Aug-2025 | 414 | 7 | 5 | |
| transport_mbedtls.c | A D | 21-Aug-2025 | 36.6 KiB | 972 | 620 | |
| transport_mbedtls.h | A D | 21-Aug-2025 | 9.6 KiB | 249 | 87 | |
| transport_mbedtls_pkcs11.c | A D | 21-Aug-2025 | 36.7 KiB | 976 | 629 | |
| transport_mbedtls_pkcs11.h | A D | 21-Aug-2025 | 8.8 KiB | 228 | 83 | |
| transport_plaintext.c | A D | 21-Aug-2025 | 6.6 KiB | 184 | 119 | |
| transport_plaintext.h | A D | 21-Aug-2025 | 5.8 KiB | 153 | 40 | |
| transport_wolfSSL.c | A D | 21-Aug-2025 | 19.2 KiB | 581 | 385 | |
| transport_wolfSSL.h | A D | 21-Aug-2025 | 7.8 KiB | 200 | 62 |
readme.txt
1Building a network transport implementation: 2 31. Go into the sub directory for the TCP/IP stack you are using (e.g. freertos_plus_tcp). 42. Build the wrapper file located in the directory (i.e. sockets_wrapper.c). 53. Select an additional folder based on the TLS stack you are using (e.g. using_mbedtls), or the using_plaintext folder if not using TLS. 64. Build and include all files from the selected folder. 7