Latest Posts

  • uncategorized

    Java JSSE Support for DTLS 1.3

    wolfSSL is exploring adding DTLS support, up to the current DTLS 1.3 level, to our Java JSSE provider, wolfJSSE. Are you interested in using DTLS 1.3 from Java? If so, we would like to hear more about your desired use case! DTLS 1.3 is the latest version of the Datagram...
    Read more
  • uncategorized wolfboot

    wolfBoot release: v.2.3.0

    wolfBoot 2.3.0 has finally been released! The universal secure bootloader extends its support to new platforms, improves existing ports, and introduces new groundbreaking features that set the pace to defining secure-boot for the next generation of embedded systems. A New Era of Secure Boot with ML-DSA and Hybrid Authentication The...
    Read more
  • uncategorized

    Live Webinar: Ensuring Security in Avionics with DO-178C Conformance

    Learn about the critical role of DO-178C in ensuring the safety and security of avionics systems in our upcoming webinar! As the aviation industry continues to evolve, compliance with rigorous safety standards such as DO-178C becomes essential for avionics software development. wolfSSL Software Engineer Tesfa Meal will delve into how...
    Read more
  • uncategorized wolssl

    MAX32666 and MAX32665 Hardware Acceleration added to wolfSSL

    wolfSSL now supports using the Trust Protection Unit (TPU), Modular Arithmetic Accelerator (MAA), and TRNG provided by Analog Devices MAX32666 and MAX32665 microcontrollers. The implementation can be seen in PR #7777 to wolfSSL, and is in wolfSSL starting at 5.7.4! The port offers various usage options: fully leveraging all hardware...
    Read more
  • uncategorized wolssl

    X509 Attribute Certificate support

    wolfSSL is adding support for X509 Attribute Certificates (ACERTs, for short), enabled with --enable-acert. This initial support includes reading, printing, and verifying. Furthermore, it uses our new ASN.1 template implementation, and supports RSA-PSS as well.
    Read more
  • uncategorized wolssl

    LMS in PKCS11

    Most people know that wolfSSL supports being a PKCS11 consumer. It is easy to enable this with the --enable-pkcs11 configure time flag and then trying out the examples. Now, what most people don’t realize is that we also have the ability to be a PKCS11 provider!! This is via our...
    Read more