RECENT BLOG NEWS
What are FIPS 203, 204, and 205?
This year, NIST released the following official standards documents:
What are they and what do they standardize? As a quick summary:
- Kyber became ML-KEM (Module-Lattice-based Key-Encapsulation Mechanism) which is specified by NIST’s FIPS 203 document.
- Dilithium became ML-DSA (Module-Lattice-based Digital Signature Algorithm) which is specified by NIST’s FIPS 204 document.
- SPHINCS+ became SLH-DSA (StateLess Hash-based Digital Signature Algorithm) which is specified by NIST’s FIPS 205 document.
ML-KEM and ML-DSA are great for general purpose use in communications protocols. For example, ML-KEM is almost a drop in replacement for ECDH. We say “almost” because ECDH is a NIKE (Non-Interactive Key Exchange) whereas ML-KEM is a KEM (Key Encapsulation Mechanism) so their APIs and semantics have minor differences. Of course wolfSSL products abstract that difference away for our customers. ML-DSA is a drop-in replacement for RSA and ECDSA.
SLH-DSA has specialized use cases similar to those of LMS and XMSS, but it is stateless. That said, CNSA 2.0 specifically includes LMS and XMSS but not SLH-DSA.
Did you know that we have full implementation and support for optimized ML-KEM and ML-DSA? You can have a look and try them out for yourself. Simply download the wolfSSL library from download page, configure it to enable Dilithium and Kyber and run the benchmarks!
Here are the relevant configure-time flags:
--enable-kyber
--enable-dilithium
Are you interested in implementation and support for SLH-DSA or have questions about any of the above? Please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Join wolfSSL Live Webinar: Getting Started with wolfMQTT
Unlock the Full Potential of Your IoT Security!
Join us for our upcoming webinar, “Getting Started with wolfMQTT,” on October 24th at 10 AM PT. This session will be led by wolfSSL Senior Software Engineer Eric Blankenhorn. He will introduce you to wolfMQTT, a lightweight client implementation of the MQTT protocol written in C for embedded systems.
Whether you’re just starting or looking to refine your expertise, this webinar will guide you through both the basics and advanced features of wolfMQTT, empowering you to secure your IoT applications more effectively.
Register Today: Getting Started with wolfMQTT
Date: October 24th | 10 AM PT
What you will learn:
- Discover why a dedicated IoT protocol like MQTT is essential for securing device-to-device communication.
- Explore key features and specifications supported by wolfMQTT, including SSL/TLS security for encrypted connections.
- Understand the architecture of wolfMQTT and its seamless integration within embedded systems for IoT devices.
- Learn how to configure and build wolfMQTT to maximize its capabilities for your IoT environment.
- See real-world examples of wolfMQTT in action and apply practical insights to your projects.
- Get a sneak peek into future development plans for wolfMQTT to stay ahead with emerging technologies and security needs.
In today’s rapidly evolving IoT landscape, ensuring the security and reliability of your networked devices is more critical than ever. wolfMQTT is designed to help you address these challenges, offering a powerful yet lightweight solution for securing IoT communication through MQTT. This webinar will equip you with the knowledge and tools to optimize wolfMQTT for your embedded systems, enabling you to enhance both security and performance.
Don’t miss this chance to enhance your IoT security expertise with the power of wolfMQTT. Register now!
As always, our webinars will include Q&A sessions throughout. If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Live Webinar: FIPS 140-3 and CNSA 2.0 Compliance in a Single Connection
As cybersecurity standards continue to evolve, FIPS 140-3 is set to become the cornerstone of government security compliance, offering stronger assurances for cryptographic security. To help you stay ahead of these requirements and implement robust solutions, we’re excited to invite you to our upcoming webinar: FIPS 140-3 and CNSA 2.0 Compliance in a Single Connection.
Register today: FIPS 140-3 and CNSA 2.0 Compliance in a Single Connection
Date: October 23rd | 10 AM PT
This webinar will cover:
- FIPS 140-3 & CNSA 2.0: Understand the importance of FIPS 140-3, as well as the CNSA 2.0 timeline. We’ll explain how these standards enhance security and what you need to do to stay compliant.
- Demo: Get hands-on guidance on downloading and building the code for compliance.
- Post-Quantum Cryptography: Learn about post-quantum algorithms now available in wolfSSL, including Kyber, LMS, and XMSS, and how they can protect your systems against future threats.
Whether you’re managing embedded systems or working in government security, this webinar will give you the tools to ensure compliance and secure your systems for the future.
As always, our webinars will include Q&A sessions throughout. If you have questions about any of the above, please contact us at facts@wolfSSL.com or call us at +1 425 245 8247.
Download wolfSSL Now
Suite B Versus CNSA 1.0 Versus CNSA 2.0
With the CNSA (Commercial National Security Algorithm) 2.0 Suite coming into sharp focus recently, we thought we would talk about the history of how we got here and then focus on the differences between the various suites that came before it.
The first time the NSA came out with a suite of algorithms to be used to protect unclassified information was in 2005; it was called Suite B. The purpose was to specify algorithms that were approved so vendors knew what they needed to enable and disable in their protocols in order to provide security for the US federal government. It only allowed for AES, ECC and SHA2.
Later, in 2018 it was overridden by the CNSA 1.0 Suite which added in RSA and Diffie-Hellman but not DSA.
In 2022 CNSA 2.0 was announced, but interestingly, most of the algorithms it specified had not been standardized yet. For example, ML-DSA and ML-KEM have only just recently been standardized in 2024. The main focus of the 2.0 Suite is to ensure that vendors prioritize the transition to post-quantum algorithms.
Below is a chart of the algorithms that are specified for TLS and firmware/software signing use cases.
Use Case | Suite B | CNSA 1.0 | CNSA 2.0 |
---|---|---|---|
Firmware and Software Signing (i.e.: wolfBoot) | N/A | N/A | LMS or XMSS; All parameter sets but without hyper-tree variants |
TLS Key Establishment | ECDH with P-256 or P-384 | ECDH with P-384 or DH with 3072-bit modulus or RSA with 3072-bit modulus | ML-KEM-1024 (FIPS-203) |
TLS Authentication | ECDSA with P-256 or P-384 | ECDSA with P-384 or RSA with 3072-bit modulus | ML-DSA-87 (FIPS-204) |
TLS Symmetric Ciphers | AES 128 or 256 in GCM mode | AES 256 in GCM mode | AES-256 in GCM mode |
TLS Hash Algorithms | SHA-256 or SHA-384 | SHA-384 | SHA-384 |
To our customers, know that wolfCrypt has implementations for all algorithms and parameter sets specified by Suite B, CNSA 1.0 and most notably CNSA 2.0. Please download the latest release of our wolfSSL source code archive at https://www.wolfssl.com/download/ and try it out.
The relevant configure time flags are:
- –enable-lms
- –enable-xmss
- –enable-kyber
- –enable-dilithium
All of them are specially implemented and optimized for maximum performance to run securely and with side-channel attack mitigations even on bare metal to satisfy secure boot use cases.
If you have questions about any of the above or need assistance, please contact us at facts@wolfSSL.com or call us at +1 425 245 8247.
Download wolfSSL Now
Repurposing ESP32 Devices for Enhanced Security: Insights from wolfSSL at Hackaday 2024
We’re excited to announce that wolfSSL will be attending the 2024 Hackaday Superconference from November 1st to 3rd in sunny Pasadena, California, as a featured speaker! Don’t miss our insightful talk, “Repurposing ESP32 Based Commercial Products,” where you’ll learn how to secure ESP32 devices and turn them into HomeKit compatible tools by flashing custom software onto existing products.
In this talk, we’ll dive into effective reverse engineering techniques, such as finding JTAG pins, and explore development and debugging using open-source Tigard JTAG hardware with VisualGDB in Visual Studio. We’ll also highlight how to implement secure cryptographic functions—like post-quantum TLS 1.3—using wolfSSL’s commercial-grade solutions. Additionally, we’ll discuss the risks associated with modifying high-voltage devices.
Conference Program Details:
Title: Repurposing ESP32 Based Commercial Products
Date and Time: November 2nd | 1:00 – 1:40 PM PT
Room: DesignLab
This is a fantastic opportunity to deepen your understanding of IoT security and cryptography, and see firsthand how wolfSSL is leading the way in secure solutions. Whether you’re looking to enhance your home automation setup or strengthen the security of your projects, this talk has something for everyone.
wolfSSL will also be available at the conference to answer your questions and discuss the future of cryptographic solutions. Don’t miss this chance to connect with us and learn more about how wolfSSL is shaping the future of security.
If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Live Webinar in the European Time Zone: wolfHSM: Automotive Hardware Security Modules – Functionality, Design, and Applications
In the rapidly evolving automotive industry, ensuring data integrity, confidentiality, and authenticity is paramount. Hardware Security Modules (HSMs) play a critical role in this process by providing robust protection for cryptographic keys and secure data processing.
Register today: wolfHSM: Automotive Hardware Security Modules – Functionality, Design, and Applications in the European Time Zone
Date: October 16th | 6 AM PT / 3 PM CEST (Central European Summer Time)
This webinar is specifically designed for attendees in the European time zone.
Join us for an insightful webinar where Bill will explore the vital role of automotive HSMs. This session will cover a variety of key topics (agenda subject to change), including:
- Essentials of Hardware Security Modules: Learn about the fundamental principles and functionalities of HSMs and their importance in automotive cybersecurity.
- Functional Design Insights: Discover the design and operational features of advanced HSMs that enhance vehicle security.
- Applications in AUTOSAR, SHE, and PKCS11: Understand how HSMs are integrated into critical automotive standards and frameworks, ensuring compliance and security.
- Hardware Porting and Support Strategies: Gain effective strategies for porting and supporting HSMs across various hardware environments.
- Demonstration of Practical Applications: A demonstration on a popular microcontroller, showcasing practical applications of HSM technology in securing automotive systems.
Don’t miss this opportunity to deepen your understanding of automotive HSMs and their essential role in securing next-generation vehicles. Register now to secure your spot!
As always, our webinars will include Q&A sessions throughout. If you have questions on any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
wolfSSL wolfCrypt CSharp wrapper
wolfSSL is excited to announce additional support for wolfCrypt API’s in our CSharp (C#) wrapper. Our CSharp wrapper now includes wolfCrypt support for ECC (ECDSA/ECDHE), ECIES, RSA, ED25519/Curve25519, AES-GCM, and HASH cryptographic algorithms. The supported HASH algorithms are MD2, MD4, MD5, SHA, SHA-224, SHA-256, SHA-384, SHA-512, SHA-MD5, SHA3-224, SHA3-256, SHA3-384, SHA3-512, BLAKE2B, and BLAKE2S.
In addition to the CSharp wrapper, we supply a comprehensive test suite, `wolfCrypt-Test.cs` to test all of the supported cryptographic algorithms. The PR for these changes can be found here: PR# 3166.
To start using the wolfCrypt CSharp wrapper, please refer to the README.md, which contains useful information on how to get started. Another useful resource is the `wolfCrypt-Test.cs` suite, which shows common use cases and can help in validating your application setup.
If you have any questions about our wolfCrypt CSharp wrapper or need assistance, feel free to email us at facts@wolfssl.com or call us at +1 425 245 8247.
Download wolfSSL Now
Enhance Embedded System Security with ADI MAXQ1065 and wolfSSL
wolfSSL’s trusted partner, Analog Devices, Inc. (ADI), recently announced that integrating the MAXQ1065 with wolfSSL can significantly enhance security for IoT and embedded systems. Explore the ADI Engineer Zone blog post, Securing IoT and Embedded Systems: Integrate MAXQ1065 with wolfSSL, to discover wolfSSL’s competitive advantages and how this integration improves IoT security solutions and embedded system security applications.
If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Live Webinar: Automotive Hardware Security Modules: Functionality, Design, and Applications
In the fast-evolving automotive industry, securing data integrity, confidentiality, and authenticity is crucial. Hardware Security Modules (HSMs) are essential tools, offering robust protection for cryptographic keys and processing.
Register Today: Automotive Hardware Security Modules: Functionality, Design, and Application
Date: October 7th | 8 AM PT
We invite you to an upcoming webinar, where Bill will delve into automotive HSMs. This session will cover a range of topics including:
- Essentials of Hardware Security Modules: Understand the core principles and functionalities of HSMs.
- Functional Design Insights: Gain insights into the design and operational aspects of advanced HSMs.
- Applications in AUTOSAR, SHE, and PKCS11: Discover how HSMs are integrated into these key automotive standards and frameworks.
- Hardware Porting and Support Strategies: Learn about effective strategies for porting and supporting HSMs in various hardware environments.
This webinar will also feature a demonstration on a popular microcontroller, showcasing practical applications of HSM technology.
Don’t miss this chance to enhance your understanding of automotive HSMs and their role in securing next-generation vehicles. Register now!
As always, our webinars will include Q&A sessions throughout. If you have questions on any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
FIPS-Certified WireGuard: Bringing wolfCrypt into the VPN Solution
As WireGuard continues to grow in popularity for its simplicity and efficiency in VPN deployments, security-conscious organizations are increasingly demanding solutions that adhere to stringent security standards, such as the Federal Information Processing Standard (FIPS 140-3). FIPS certification is a key requirement for governmental agencies and industries like healthcare and finance, where secure cryptographic implementations are mandatory. However, WireGuard’s default cryptographic implementations, while highly secure, are not FIPS-certified.
This is where wolfCrypt steps in. wolfCrypt is a lightweight, portable, and highly optimized cryptographic library that offers FIPS 140-3 certification, making it an ideal partner for users seeking FIPS compliance in their WireGuard deployments. With our planned integration, we’ll replace the standard crypto suite that WireGuard offers (ChachaPoly, Curve25519, Blake2s) with our own certified algorithms (AES GCM, ECC P-256, SHA-256). One thing to note here is that FIPS-ified WireGuard end-points may only communicate with other FIPS-ified end-points. But this of course is not a bug, but a feature. FIPS can only talk to FIPS.
So by leveraging our incoming integration, users can gain access to a VPN solution that is both secure and FIPS-compliant. This is especially important for industries with strict security requirements. The performance of WireGuard, combined with the certified cryptographic operations of wolfCrypt, ensures that you don’t sacrifice speed or security. In fact, with wolfCrypt’s ability to utilize hardware acceleration for AES and SHA, you might end up with a much faster WireGuard. Additionally, wolfCrypt’s small footprint makes it a practical choice for deployments in constrained environments, including IoT devices, embedded systems, and edge computing setups. You get a robust, certified security layer without bogging down performance.
Are you interested in WireGuard with wolfCrypt?
If you have questions about any of the above or need assistance, please contact us at facts@wolfSSL.com or call us at +1 425 245 8247.
Download wolfSSL Now
Weekly updates
Archives
- December 2024 (15)
- November 2024 (29)
- October 2024 (18)
- September 2024 (21)
- August 2024 (24)
- July 2024 (27)
- June 2024 (22)
- May 2024 (28)
- April 2024 (29)
- March 2024 (21)
- February 2024 (18)
- January 2024 (21)
- December 2023 (20)
- November 2023 (20)
- October 2023 (23)
- September 2023 (17)
- August 2023 (25)
- July 2023 (39)
- June 2023 (13)
- May 2023 (11)
- April 2023 (6)
- March 2023 (23)
- February 2023 (7)
- January 2023 (7)
- December 2022 (15)
- November 2022 (11)
- October 2022 (8)
- September 2022 (7)
- August 2022 (12)
- July 2022 (7)
- June 2022 (14)
- May 2022 (10)
- April 2022 (11)
- March 2022 (12)
- February 2022 (22)
- January 2022 (12)
- December 2021 (13)
- November 2021 (27)
- October 2021 (11)
- September 2021 (14)
- August 2021 (10)
- July 2021 (16)
- June 2021 (13)
- May 2021 (9)
- April 2021 (13)
- March 2021 (24)
- February 2021 (22)
- January 2021 (18)
- December 2020 (19)
- November 2020 (11)
- October 2020 (3)
- September 2020 (20)
- August 2020 (11)
- July 2020 (7)
- June 2020 (14)
- May 2020 (13)
- April 2020 (14)
- March 2020 (4)
- February 2020 (21)
- January 2020 (18)
- December 2019 (7)
- November 2019 (16)
- October 2019 (14)
- September 2019 (18)
- August 2019 (16)
- July 2019 (8)
- June 2019 (9)
- May 2019 (28)
- April 2019 (27)
- March 2019 (15)
- February 2019 (10)
- January 2019 (16)
- December 2018 (24)
- November 2018 (9)
- October 2018 (15)
- September 2018 (15)
- August 2018 (5)
- July 2018 (15)
- June 2018 (29)
- May 2018 (12)
- April 2018 (6)
- March 2018 (18)
- February 2018 (6)
- January 2018 (11)
- December 2017 (5)
- November 2017 (12)
- October 2017 (5)
- September 2017 (7)
- August 2017 (6)
- July 2017 (11)
- June 2017 (7)
- May 2017 (9)
- April 2017 (5)
- March 2017 (6)
- January 2017 (8)
- December 2016 (2)
- November 2016 (1)
- October 2016 (15)
- September 2016 (6)
- August 2016 (5)
- July 2016 (4)
- June 2016 (9)
- May 2016 (4)
- April 2016 (4)
- March 2016 (4)
- February 2016 (9)
- January 2016 (6)
- December 2015 (4)
- November 2015 (6)
- October 2015 (5)
- September 2015 (5)
- August 2015 (8)
- July 2015 (7)
- June 2015 (9)
- May 2015 (1)
- April 2015 (4)
- March 2015 (12)
- January 2015 (4)
- December 2014 (6)
- November 2014 (3)
- October 2014 (1)
- September 2014 (11)
- August 2014 (5)
- July 2014 (9)
- June 2014 (10)
- May 2014 (5)
- April 2014 (9)
- February 2014 (3)
- January 2014 (5)
- December 2013 (7)
- November 2013 (4)
- October 2013 (7)
- September 2013 (3)
- August 2013 (9)
- July 2013 (7)
- June 2013 (4)
- May 2013 (7)
- April 2013 (4)
- March 2013 (2)
- February 2013 (3)
- January 2013 (8)
- December 2012 (12)
- November 2012 (5)
- October 2012 (7)
- September 2012 (3)
- August 2012 (6)
- July 2012 (4)
- June 2012 (3)
- May 2012 (4)
- April 2012 (6)
- March 2012 (2)
- February 2012 (5)
- January 2012 (7)
- December 2011 (5)
- November 2011 (7)
- October 2011 (5)
- September 2011 (6)
- August 2011 (5)
- July 2011 (2)
- June 2011 (7)
- May 2011 (11)
- April 2011 (4)
- March 2011 (12)
- February 2011 (7)
- January 2011 (11)
- December 2010 (17)
- November 2010 (12)
- October 2010 (11)
- September 2010 (9)
- August 2010 (20)
- July 2010 (12)
- June 2010 (7)
- May 2010 (1)
- January 2010 (2)
- November 2009 (2)
- October 2009 (1)
- September 2009 (1)
- May 2009 (1)
- February 2009 (1)
- January 2009 (1)
- December 2008 (1)