• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

tcp_sockets_wrapper/21-Aug-2025-

mbedtls_bio_tcp_sockets_wrapper.c A D21-Aug-20254.6 KiB13657

mbedtls_bio_tcp_sockets_wrapper.h A D21-Aug-20252.4 KiB639

mbedtls_pk_pkcs11.c A D21-Aug-202536.9 KiB1,117770

mbedtls_pkcs11.h A D21-Aug-20252.5 KiB6313

mbedtls_rng_pkcs11.c A D21-Aug-20252.7 KiB8642

readme.txt A D21-Aug-2025414 75

transport_mbedtls.c A D21-Aug-202536.6 KiB972620

transport_mbedtls.h A D21-Aug-20259.6 KiB24987

transport_mbedtls_pkcs11.c A D21-Aug-202536.7 KiB976629

transport_mbedtls_pkcs11.h A D21-Aug-20258.8 KiB22883

transport_plaintext.c A D21-Aug-20256.6 KiB184119

transport_plaintext.h A D21-Aug-20255.8 KiB15340

transport_wolfSSL.c A D21-Aug-202519.2 KiB581385

transport_wolfSSL.h A D21-Aug-20257.8 KiB20062

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