wolfssl-examples/utasker
Anthony Hu c95798f240 Purge generated code and deprecated algorithms.
The algorithms are HC-128, RABBIT and IDEA.
2022-02-01 16:47:29 -05:00
..
README.md uTasker: Add example client and server tasks 2016-04-15 11:57:25 -06:00
wolfSSLClientTask.c Purge generated code and deprecated algorithms. 2022-02-01 16:47:29 -05:00
wolfSSLClientTask.h Purge generated code and deprecated algorithms. 2022-02-01 16:47:29 -05:00
wolfSSLServerTask.c update copyright to 2020 2020-01-03 16:08:42 -08:00
wolfSSLServerTask.h Purge generated code and deprecated algorithms. 2022-02-01 16:47:29 -05:00

README.md

Using wolfSSL with uTasker

This directory contains:

wolfSSLClientTask.c - Example wolfSSL uTasker Client Task wolfSSLServerTask.c - Example wolfSSL uTasker Server Task

Introduction

wolfSSL is happy to announce that the wolfSSL embedded SSL/TLS and wolfCrypt cryptography libraries have been ported to the uTasker operating system.

uTasker is an operating system, stack, and collection of services designed for embedded devices. It includes an OS, filesystem, device drivers, and TCP/IP stack among other features. The uTasker package includes a device simulator, allowing developers to test and debug code faster than would be possible on physical hardware itself. Complete details on the uTasker stack can be found on the project website: http://www.utasker.com/.

This document describes the wolfSSL uTasker port and how to use wolfSSL in a uTasker-based project to secure socket connections. This document should act as a supplement to the wolfSSL Manual.

Documentation

Documentation on using the wolfSSL embedded SSL/TLS library with uTasker can be found on the wolfSSL website here:

Using wolfSSL with uTasker

Support

Please contact wolfSSL at support@wolfssl.com with any questions or bug fixes.