The security of wolfSSL products is always on our mind and holds high importance. Conducting regular, diligent, and well-planned testing helps maintain wolfSSL’s robustness and security. We strive to write and maintain clean, readable, and understandable code. Like the halting problem, we know it is impossible to test every single possible path through the software, but […]
WOLFSSL C# WRAPPER AND USER GUIDE Download wolfMQTT Manual (PDF) Introduction Installation Example Server Extra Troubleshooting License Support References The C# wrapper for wolfSSL is a way for C# developers to easily integrate wolfSSL TLS/DTLS functionality into their product. It contains wrappers for the functions needed to open and maintain a TLS or DTLS connection […]
WOLFSSL MANUAL: CHAPTER 5 Download wolfSSL Manual (PDF) Table of Contents Previous Chapter Next Chapter Chapter 5: Portability5.1 Abstraction Layers5.1.1 C Standard Library Abstraction LayerwolfSSL (formerly CyaSSL) can be built without the C standard library to provide a higher level of portability and flexibility to developers. The user will have to map the functions they […]
WOLFSSL MANUAL: CHAPTER 2 Download wolfSSL Manual (PDF) Table of Contents Previous Chapter Next Chapter Chapter 2: Building wolfSSLwolfSSL was written with portability in mind and should generally be easy to build on most systems. If you have difficulty building wolfSSL, please don’t hesitate to seek support through our support forums (http://www.wolfssl.com/forums) or contact us directly at […]
USING WOLFSSL WITH UTASKER
WOLFSSL QUICKSTART GUIDE The wolfSSL embedded SSL library is a lightweight SSL/TLS library written in ANSI C and targeted for embedded, RTOS, and resource-constrained environments – primarily because of its small size, speed, and feature set. It is commonly used in standard operating environments as well because of its royalty-free pricing and excellent cross platform […]
WOLFSSH CHANGELOG Below you will find the wolfSSH ChangeLog documenting the changes that took place with each release of wolfSSH since the project’s beginning in 2016. (11/4/2021) New Feature Additions and Improvements Add remote port forwarding Make loading user created keys into the examples easier Add –with-wolfssl and use –prefix to look for wolfSSL Updated […]
WOLFMQTT CHANGELOG Below you will find the wolfMQTT ChangeLog documenting the changes that took place with each release of wolfMQTT since the project’s beginning in 2015. (02/23/2022) Allow MqttClient_WaitType to return MQTT_CODE_CONTINUE with MT (PR #283) Fix decoding user property and add example (PR #282) Fix issue with MqttClient_Publish_WriteOnly not waiting properly for ACK (PR […]
PRODUCTS wolfSSL C# (Wrapper) The wolfSSL C# wrapper gives the ability to make use of the TLS/SSL security perfected from IoT and embedded devices in C# development. This allows for integration of a subset of wolfSSL API into a C# project. Supporting use of both DTLS and TLS connections. Download Now Get the latest open […]
PRODUCTS wolfCrypt JNI and JCE Provider For Java developers that want to leverage the industry-leading wolfCrypt cryptography library implementation, wolfCrypt JNI provides a Java interface to the native C library. wolfCrypt JNI includes both a thin JNI wrapper around the wolfCrypt C library, as well as a higher-level wolfCrypt JCE provider. Download Now Get the […]