|
||||||||||||||||||
IntroductionWolfSSL is a lightweight TLS/SSL library. It is used to add security, authentication, integrity and confidentiality to network communications.WolfSSL is about 10 times smaller than yaSSL, and can be up to 20 times smaller than OpenSSL (depending on the build configuration). User feedback also reports dramatically better performance when compared to OpenSSL in standard SSL operations. WolfSSL's small size, speed and feature set make it ideal for use with FreeRTOS, but WolfSSL does not compromise on functionality. It supports the latest industry standards, such as the Transport Security Layer (TLS) protocol version 1.2, as well as progressive streaming, block, and AEAD ciphers such as AES-GCM, RABBIT, and NTRU.
FreeRTOS Integration ExampleWolfSSL is already ported to FreeRTOS, and an example project is provided. The example runs in the FreeRTOS Windows simulator, allowing WolfSSL to be evaluated in a FreeRTOS environment from the convenience of a standard Windows computer, without the need for external target hardware.
Application IntegrationWolfSSL is delivered as a set of ANSI standard C source files that can be added to any C project, and built with any ANSI compatible C compiler. Instructions for building WolfSSL with a cross compiler are contained in the user manual.WolfSSL has a simple API, and can be added into existing applications just as easily as it can be used in new applications. The Simple WolfSSL Client Side Usage Example and Simple WolfSSL Server Side Usage Example pages on this website demonstrate the steps necessary for a basic integration, and the provided FreeRTOS simulator example project can be used as a reference. The user manual contains a complete configuration and API reference.
|
[ Back to the top ]
[ About FreeRTOS ]
[ Privacy ]
[ FreeRTOS+ Sitemap ]
[ Main FreeRTOS Sitemap ]
[
]
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|