FreeRTOS-Kernel/FreeRTOS-Plus/Source/WolfSSL/mqx
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
..
util_lib Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfcrypt_benchmark Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfcrypt_test Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfssl Update wolfSSL to the latest version(v.4.4.0) (#186) 2020-08-07 15:58:14 -07:00
wolfssl_client 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 Freescale CodeWarrior Project Files

This directory contains project files for Freescale CodeWarrior 10.6 with
the Freescale GCC compiler. These project have been created to use MQX, RTCS,
and MFS on the Freescale Kinetis K70 Tower System (TWRK70F120M).

Included Project Files
-----------------------

1. wolfSSL library (/wolfssl)

    Prior to building this project, uncomment the FREESCALE_MQX define
    located in:

    <wolfssl_root>/wolfssl/wolfcrypt/settings.h

2. wolfCrypt Test App (/wolfcrypt_test)

3. wolfCrypt Benchmark App (/wolfcrypt_benchmark)

3. Example wolfSSL Client (/wolfssl_client)

4. Utility library (/util_lib)

    This library is used by the wolfSSL example client project and wolfCrypt
    test app project for opening/closing the SD card, etc.

Importing into CodeWarrior Workspace
------------------------------------

These projects can be imported into a CodeWarrior workspace using the standard
"Import Project" feature. To import a project from CodeWarrior, follow
these steps:

1. File -> Import
2. General -> Existing Projects into Workspace
3. Select Root Directory (browse to this "<wolfssl_root>/mqx" directory)
4. Select desired projects -> Finish

Keep in mind that the projects above reference wolfSSL source files and header
files with relative paths to the projects' current location in the
<wolfssl_root>/mqx directory.