2
0

README 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. wolfSSL library for TI-RTOS
  2. This directory contains the files that build wolfSSL library for TI-RTOS.
  3. Please follow the instructions in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
  4. to build the wolfSSL library and the example applications.
  5. Included Files
  6. ---------------
  7. 1. wolfSSL library build files (packages/ti/net/wolfssl)
  8. Build instructions provided in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
  9. 2. wc_ test application (packages/ti/net/wolfssl/tests/wolfcrypt/test)
  10. This application is the standard wc_ test application provided with
  11. wolfSSL.
  12. It will be built along with the wolfSSL library. Load the built executable
  13. on the target and make sure the wolfSSL library works as expected.
  14. 3. wc_ benchmark application
  15. (packages/ti/net/wolfssl/tests/wolfcrypt/benchmark)
  16. This application is the standard wc_ benchmark application provided
  17. with wolfSSL.
  18. It will be built along with the wolfSSL library. Load the built executable
  19. on the target and run to get the benchmark results for the configured
  20. wolfSSL library.
  21. Examples Application
  22. --------------------
  23. A simple 'TCP echo server with TLS' example application is provided with TI-RTOS
  24. product. Look in the TI-RTOS user guide for instructions to build examples.