You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
tcp_sockets_wrapper | 1 year ago | |
mbedtls_bio_tcp_sockets_wrapper.c | 1 year ago | |
mbedtls_bio_tcp_sockets_wrapper.h | 1 year ago | |
mbedtls_pk_pkcs11.c | 1 year ago | |
mbedtls_pkcs11.h | 1 year ago | |
mbedtls_rng_pkcs11.c | 1 year ago | |
readme.txt | 4 years ago | |
transport_mbedtls.c | 1 year ago | |
transport_mbedtls.h | 1 year ago | |
transport_mbedtls_pkcs11.c | 1 year ago | |
transport_mbedtls_pkcs11.h | 1 year ago | |
transport_plaintext.c | 1 year ago | |
transport_plaintext.h | 1 year ago | |
transport_wolfSSL.c | 1 year ago | |
transport_wolfSSL.h | 1 year ago |
readme.txt
Building a network transport implementation: 1. Go into the sub directory for the TCP/IP stack you are using (e.g. freertos_plus_tcp). 2. Build the wrapper file located in the directory (i.e. sockets_wrapper.c). 3. 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. 4. Build and include all files from the selected folder.