RECENT BLOG NEWS
Boost DES and 3DES ECB Performance with NXP’s MMCAU in wolfSSL
Starting in wolfSSL 5.7.4, it is now supported to use NXP’s MMCAU hardware accelerator to handle DES and 3DES ECB Crypto Operations. This addition to the MMCAU hardware port can be seen in PR #7960.
The MMCAU can be used to speed up other cryptography algorithms in wolfSSL like:
- AES – 128/192/256
- MD5
- SHA – 1
- SHA – 256
To see more about our support with NXP hardware check out our NXP hardware page or if you want to evaluate wolfSSL 5.7.4 you can download that here!
Have questions about using NXP’s hardware with wolfSSL? If so, send us an email at facts@wolfssl.com or call us at +1 425 245 8247.
Download wolfSSL Now
What Algorithms Will Your Customers Need by 2035?
As we approach the end of the year, it is a good time to reflect on where you are in your transition to post-quantum cryptography. Have you started? Do you have a plan in place? If so, what does your timeline look like? Most importantly, does it meet the requirements of your customers? If you are not sure what those requirements are, then you will find the following document very enlightening.
NIST (National Institute of Standards and Technology) recently published a document known as IR 8547.
It is titled “Transition to Post-Quantum Cryptography Standards” and gives detailed assessments of the threat from quantum computers including explanations of cryptographic components in software and communications infrastructure and migration to post-quantum cryptography considerations. The document is only 20 pages and the language is very accessible even to the layman; no Ph.D required.
The most notable guidance within this document is section 4 titled “Towards a PQC Standards Transition Timeline”. It begins by referencing National Security Memorandum 10 (NSM-10) which was issued by the Whitehouse. Directly quoting from it:
“Any digital system that uses existing public standards for public?key cryptography, or
that is planning to transition to such cryptography, could be vulnerable to an attack by a
Cryptographically Relevant Quantum Computer (CRQC). To mitigate this risk, the United
States must prioritize the timely and equitable transition of cryptographic systems to
quantum-resistant cryptography, with the goal of mitigating as much of the quantum
risk as is feasible by 2035.”
To summarize the rest of the section, ECDSA, EdDSA, RSA, FFDH, and ECDH are all disallowed for usage by 2035. By then, their post-quantum counterparts – ML-DSA, SLH-DSA, LMS, XMSS, and ML-KEM – should be used in their place. 2035 is only 10 years away. How does that fit in with your product development cycle and cryptographic certification timelines?
Perhaps there will be some exceptions, but likely those will be hard to come by, expensive, and require long processing time as they will be on a case-by-case basis. The better situation to be in is to simply be ready and have completed your migration to post-quantum cryptography.
Want to get started? We at wolfSSL are very proud that we already have post-quantum algorithms implemented and you can try them out in wolfSSL, wolfSSH, wolfMQTT and wolfBoot! Go ahead and get started to better understand how these new algorithms will affect your products and your customer’s user experience!
If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Post-Quantum KEM TLS 1.3 Security Level Fix
Recently, in our 5.7.4 release we fixed a bug in our TLS 1.3 post-quantum key exchange implementation. The bug was that when users wanted to use post-quantum Kyber (ML-KEM) for key establishment in TLS, the security level the user picked was being ignored by the wolfSSL library.
The fix can be found here.
With this simple fix, you can be assured that you are negotiating post-quantum key establishment at the desired security level. This is true for both Kyber (ML-KEM) on its own as well as hybridized with ECDH.
Users building with –enable-kyber and enabling PQC cipher suites with TLS 1.3 connections are recommended to update the version of wolfSSL used.
Big thanks to Daniel Correa for finding and reporting the bug.
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: Advanced libcurl
Are you ready to elevate your libcurl expertise? Join us on December 12th at 10 AM PT for an exclusive webinar led by Daniel Stenberg, the creator and lead developer of curl. This session will delve into advanced libcurl techniques, from debugging to mastering APIs, providing practical insights you can immediately apply to your projects. If you’re looking to enhance how you work with data transfers, this is your opportunity to learn from the best and unlock the full potential of libcurl.
register Now: Advanced libcurl
Date: December 12th | 10 AM PT
This webinar will kick off with an overview of essential libcurl knowledge before progressing into advanced topics that are crucial for optimizing your workflows. Daniel will cover critical APIs, such as the Multi API, Share API, Header API, and URL API, as well as techniques for debugging and setting up complex transfers. Attendees will leave with a solid understanding of how to leverage libcurl’s full potential for efficient, secure, and scalable data transfers.
This webinar will cover:
- Introduction to libcurl basics
- Advanced debugging techniques in libcurl
- Configuring complex setup with transfer control
- Mastering the multi API for concurrent transfers
- Using the share API for shared resources
- Working with the Header API to manage HTTP headers
- Exploring the URL API for simplified URL handling
Don’t miss this opportunity to learn from the expert behind one of the most powerful data transfer tools. Make 2024 your year of mastering libcurl by learning these advanced techniques before the year ends!
As always, our webinar will include Q&A throughout. If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Note: Webinar content is subject to change.
Download wolfSSL Now
wolfCLU Initial s_server Support
We have added initial support for the s_server command to wolfCLU! This exciting new feature supports handling basic TLS connections leveraging the best tested cryptography from the wolfSSL library. It is a quick way to set up simple TLS connection tests. So far the arguments available are :
``` ./wolfssl s_server -help -port <+int> Port to listen on. -keyonly PEM can be used. -cert only PEM can be used. -noVerify Disable client cert check. -CAfile only PEM can be used. -version SSL version [0-4], SSLv3(0) - TLS1.3(4)) -naccept <+int> Number of times to accept.(default 1) -www The response is in HTML format. -readyFile Create Ready file for external monitor. ```
For interest in expanding the capabilities or questions in general, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
wolfCLU Tests
Throughout the last development cycle, we have increased the test coverage for wolfCLU. This includes many different types of tests done with continuous integration. One of the tests expanded was involving -fsanitize=address builds on every code addition by updating the GitHub actions used. Another was expanding the unit test for the new features added including the ML-DSA (Dilithium support). This is all part of a never ending effort to always be improving on the quality of wolfCLU. Feel free to reach out to us at support@wolfSSL.com with any troubles encountered when using wolfCLU.
If you have questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
wolfCLU dgst Command
The `dgst` command of wolfCLU saw support for some new arguments with the latest release. Support for `-inform` was added, giving the flexibility to choose if the incoming file is in DER or PEM format. Before only PEM formatted inputs were handled and the application would gracefully error out if a DER input had been given. An example of using this new argument would be the following `wolfssl dgst -inform DER -sign private.ec.der -sha512 -out test.wc.sig test.bin`. To see all of the options available for the `dgst` command uses the `-h` flag, i.e. `wolfssl dgst -h`.
For more information or questions about any of the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
wolfCLU PEM Key Enhancement With Sign and Verify
Enhancements were made to wolfCLU for using PEM formatted keys with sign and verify operations. Previously, the sign and verify commands only expected DER formatted keys. This addition was made for all supported algorithms: RSA, ECC, and ED25519. It can be used with the flag -inform. An example would be `wolfssl rsa -inkey priv.key -inform PEM -sigfile signature.bin -in sign-this.txt -out result`. This new enhancement helps make it easier to quickly generate a signature of a file. No longer have the restriction on the format of keys used and the hassle of converting between the two.
For more information or questions about any of the above, please contact us at facts@wolfssl.com or call us at +1 425 245 8247.
Download wolfSSL Now
wolfCLU RSA Command
The `rsa` command with wolfCLU just got better! Now there is support for `-pubin` and `-pubout` options. This facilitates loading in a RSA public key only and printing out just the public version of the key. Very useful for cases such as signature verification where you may only have the public part of the key, or for printing out the public version of an RSA key to distribute to others. The expanded support follows the same naming as the OpenSSL command line utility, making it easy to interchange the command line utility being used.
For more information or questions about the above, contact us at facts@wolfSSL.com or call +1 425 245 8247.
Download wolfSSL Now
wolfCLU Adds Support for Post Quantum ML-DSA (Dilithium) Signatures!
We have added support for creating and verifying signatures with ML-DSA. This new feature was introduced in wolfCLU release 0.1.6 and can be seen in the handy help message by running `wolfssl -h`. There are a couple of options available to be passed to the new `dilithium` command to increase the flexibility for tuning performance versus security strength.
For more information or questions about the above, please contact us at facts@wolfSSL.com or +1 425 245 8247.
Download wolfSSL Now
Weekly updates
Archives
- January 2025 (18)
- December 2024 (22)
- 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)