Latest Posts

  • uncategorized

    wolfSSL FIPS-Ready

    With the release of wolfSSL 4.0.0, the wolfSSL team has also released a new product: the wolfSSL FIPS Ready library. This product features new, state of the art concepts and technology. In a single sentence, wolfSSL FIPS Ready is a testable and free to download open source embedded SSL/TLS library...
    Read more
  • uncategorized

    wolfCrypt as an engine for OpenSSL

    As many people know, the OpenSSL project is struggling with FIPS, and their new FIPS release is not expected until December 2020. The version of OpenSSL that supports FIPS goes into End Of Life and is no longer supported in December of 2019.
    Read more
  • uncategorized

    wolfCrypt FIPS Certificate #3389

    The National Institute of Standards and Technology (NIST) has completed the validation of the wolfCrypt module version 4 for an updated Federal Information and Processing Standards (FIPS) 140-2 certificate in addition to its previous FIPS 140-2 certificate. This new certificate includes updated and more secure algorithms added to the wolfCrypt...
    Read more
  • uncategorized

    Need a Secure Bootloader with MISRA C?

    wolfBoot is wolfSSL’s portable, OS-agnostic, secure bootloader solution for 32-bit microcontrollers, relying on wolfCrypt for firmware authentication.  wolfBoot also provides firmware update mechanisms. MISRA C is a set of rules and guidelines for C code targeting Automotive applications.  The focus of the guidelines is on security and safety. wolfSSL is...
    Read more
  • uncategorized

    wolfSSL Contiki OS Port

    With every release of the wolfSSL embedded SSL/TLS library, there are multiple feature additions, port additions, and updates. One of the ports that was added to the wolfSSL library recently was a port to Contiki! You can checkout the changes for Contiki in PR #2500 against the contiki-os/contiki github repository!...
    Read more
  • uncategorized

    libwebsockets with wolfSSL

    We have had a few inquiries about using the wolfSSL embedded SSL/TLS library with secure web sockets lately, and wanted to inform our community that the libwebsockets team has successfully tested with wolfSSL through use of wolfSSL’s OpenSSL compatibility layer. The wolfSSL compatibility layer allows for drop-in replacement of OpenSSL...
    Read more
  • uncategorized

    CURL 7.65.0 DANCES IN

    author: Daniel Stenberg After another eight week cycle was been completed, curl shipped a new release into the world. 7.65.0 brings some news and some security fixes but is primarily yet again a set of bug-fixes bundled up. Remember 7.64.1? As always, download it straight from curl.haxx.se! One fun detail...
    Read more
  • uncategorized

    Beta Testing wolfSSL Integration Into Apache

    You can be a part of the new industry-changing port that integrates wolfSSL into Apache! The port of the wolfSSL embedded SSL/TLS library to be used with the Apache web server is nearing the point of Beta testing and we will be looking for user feedback. Development branches of the...
    Read more
  • uncategorized

    Differences between TLS 1.2 and TLS 1.3 (#TLS13)

    wolfSSL’s embedded SSL/TLS library has included support for TLS 1.3 since early releases of the TLS 1.3 draft. Since then, wolfSSL has remained up-to-date with the TLS 1.3 specification. In this post, the major upgrades of TLS 1.3 from TLS 1.2 are outlined below: TLS 1.3 This protocol is defined...
    Read more
  • uncategorized

    TINY-CURL

    Author: Daniel Stenberg curl, or libcurl specifically, is probably the world’s most popular and widely used HTTP client side library counting more than six billion installs. curl is a rock solid and feature-packed library that supports a huge amount of protocols and capabilities that surpass most competitors. But this comes...
    Read more