FreeRTOS-Kernel/FreeRTOS-Plus/Source/WolfSSL/tirtos
TakayukiMatsuo 94aa31c3cb
Update wolfSSL to the latest version(v.4.4.0) (#186)
* deleted old version wolfSSL before updating

* updated wolfSSL to the latest version(v4.4.0)

* updated wolfSSL to the latest version(v4.4.0)

* added macros for timing resistance

Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com>
Co-authored-by: Ming Yue <mingyue86010@gmail.com>
2020-08-07 15:58:14 -07:00
..
packages/ti/net/wolfssl Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
include.am Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
products.mak Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
README Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfssl.bld Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfssl.mak Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00

# wolfSSL library for TI-RTOS

This directory contains the files that build wolfSSL library for TI-RTOS.
Please follow the instructions in "Using wolfSSL with TI-RTOS" (http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS) to build the wolfSSL
library and the example applications.

Also read TI-RTOS Getting Started Guide and TI-RTOS User Guide to learn more
about TI-RTOS (http://www.ti.com/tool/ti-rtos).

For more information see:
(https://github.com/wolfSSL/wolfssl-examples/blob/master/tirtos_ccs_examples/README.md)

## Example Application

A simple "TCP echo server with TLS" example application is provided with TI-RTOS
product. Look in the TI-RTOS Getting Started Guide for instructions to build
examples.