Latest Posts

  • uncategorized

    TLS 1.3 combined with FIPS (#FIPS #TLS13)

    wolfSSL is a lightweight TLS/SSL library that is targeted for embedded devices and systems. It has support for the TLS 1.3 protocol, which is a secure protocol for transporting data between devices and across the Internet. In addition, wolfSSL uses the wolfCrypt encryption library to handle its data encryption. Because...
    Read more
  • uncategorized

    wolfSSL Embedded SSL for Bare Metal and No OS Environments

    Are you looking for an SSL/TLS library which will seamlessly integrate into your bare metal or No-OS environment? If so, continue reading to learn why the wolfSSL lightweight SSL library is a perfect fit for such environments. wolfSSL has been designed with portability and ease of use in mind, allowing...
    Read more
  • uncategorized

    wolfSSL FAQ page

    The wolfSSL FAQ page can be useful for information or general questions that need need answers immediately. It covers some of the most common questions that the support team receives, along with the support team’s responses. It’s a great resource for questions about wolfSSL, embedded TLS, and for solutions to...
    Read more
  • uncategorized

    wolfSSL 3.15.7 Now Available

    Happy Holidays! wolfSSL release 3.15.7 is now available! The holiday release of the wolfSSL embedded SSL/TLS library contains many feature additions, bug fixes, and improvements. Some of these changes include improved API documentation, RSA-verify-only and RSA-public-key-operations-only builds, and several new port additions. More details about what is included with the...
    Read more
  • uncategorized

    wolfSSH Pseudo Terminal and Execution Feature Addition

    wolfSSH is a portable embedded SSH solution developed by wolfSSL. Recently we have made an exciting new feature enhancement to allow for client side support of pseudo terminal connections. This feature can be turned on by using the configure flag –enable-term and running the example client with “-t” ( i.e....
    Read more
  • uncategorized

    wolfSSL Renesas RX e2studio Project Files (#e2studio)

    Recently, wolfSSL released version 3.15.5 of the wolfSSL embedded SSL/TLS library. This new release contains various updates and feature additions to the wolfSSL library, including the addition of Renesas RX e2 studio project files. Renesas e2 studio is a development environment based on the Eclipse IDE. It covers various building...
    Read more
  • uncategorized

    wolfSSL STM32L4 Hardware Acceleration Support (#stm32l4)

    Recently, wolfSSL released version 3.15.5 of the wolfSSL embedded SSL/TLS library. This new release features many new additions and updates, including the addition of a port for the STM32L4 MCU. The STM32L4 is an ultra-low-power device with high flexibility, and as a member of the STM32 family, is easily integratable...
    Read more
  • uncategorized

    wolfSSL now has lwIP support

    The wolfSSL (formerly CyaSSL) embedded SSL library supports lwIP, the light weight internet protocol implementation, out of the box.  The user merely needs to define WOLFSSL_LWIP or uncomment the line /* #define WOLFSSL_LWIP */ in os_settings.h to use wolfSSL with lwIP.  The focus of lwIP is to reduce RAM usage...
    Read more