Latest Posts

  • uncategorized

    Nasty New Car Attacks, Automobile Hacks

    Carmakers these days are clearly seduced by the power automotive electronics have to help sell their cars.  At wolfSSL, were seeing more and more connected auto devices getting designed (and secured by CyaSSL) in recent years.  All of the carmakers and their suppliers we deal with are quite cognizant of...
    Read more
  • uncategorized

    SSL and Cryptography in Software Defined Networks

    Hi!  If you follow the networking market, you probably know that Software Defined Networks (SDN) represent a potential tectonic shift in how we think about and design network environments.  The concept has been around since 2005, but has gained significant momentum in the last couple of years, to the point...
    Read more
  • uncategorized

    wolfSSL 2013 First Half Report

    wolfSSL has made considerable progress in the first half of 2013, including a company name change to wolfSSL,  improvements to the CyaSSL lightweight SSL library, initiation of our FIPS 140-2 certification, and the introduction of our wolfCrypt cryptography library.  Being an open source company, we like to keep our users,...
    Read more
  • uncategorized

    Feedback Requested on Supported ECC Curves

    The wolfSSL lightweight SSL library has supported ECC (Elliptic curve cryptography) since version 2.4.6 in December of 2012. Currently wolfSSL supports the most common ECC curve type at each bit strength defined by the standard, including the following.SECP160R1SECP192R1   (also called PRIME192V1)SECP224R1SECP256R1   (also called PRIME256V1)SECP384R1SECP521R1wolfSSL defaults to SECP256R1, as is suggested,...
    Read more
  • uncategorized

    Some Notes on Testing wolfSSL

    We are often asked about how we test wolfSSL.  At this point, we believe we have testing that is quite robust, but we acknowledge that there is no such thing as perfect testing.  With that knowledge in mind, we have the goal of incrementally improving and automating our testing rigs...
    Read more
  • uncategorized

    Reduce Packet Data Overhead in M2M applications with wolfSSL

    Many of our customers use the wolfSSL lightweight SSL/TLS package in M2M applications where usage is charged based on data transfer.  As such, it becomes important to minimize data transfer rates when running SSL.  Here are a few thoughts on how wolfSSL M2M users can minimize data packet overhead when...
    Read more
  • uncategorized

    Using Maximum Fragment Length with wolfSSL

    Did you like the addition of SNI in the last wolfSSL release? If so, you probably will like the Maximum Fragment Length extension as well!TLS specifies a fixed maximum plaintext fragment length of 2^14 bytes. It may be desirable for constrained clients to negotiate a smaller maximum fragment length due...
    Read more
  • uncategorized

    Gearman Now Supports wolfSSL

    We would like to announce to our community that Gearman, a framework designed to distribute tasks to multiple machines or processes, now has SSL/TLS support using the wolfSSL lightweight SSL library.From the Gearman site, Gearman “allows you to do work in parallel, to load balance processing, and to call functions...
    Read more
  • uncategorized

    wolfSSL Release 2.7.0 Now Available

    The bi-monthly release of wolfSSL, 2.7.0, is now ready to download from our website.  New features include:- SNI (Server Name Indication) for both the client and server with –enable-sni- KEIL MDK-ARM project files in IDE/MDK-ARM- Domain name match checks now included wildcard and Subject altname checks by default- More consistent...
    Read more