Latest Posts

  • uncategorized

    wolfSSL with ChaCha20-Poly1305 Cipher Suites

    We have recently updated our ChaCha20-Poly1305 cipher suites. The ChaCha20-Poly1305 AEAD cipher suites are performant and use low amounts of memory, making it a good fit for IoT devices. This recent update allows for interoperability with the current OpenSSL, GnuTLS, and BoringSSL libraries when using ChaCha20-Poly1305 in a TLS connection...
    Read more
  • uncategorized

    wolfSSL Safe from SLOTH Attack

    A new year, another attack on TLS.  Karthikeyan Bhargavan and Gaetan Leurent of INRIA recently announced the new attack.  TLS 1.2 allows negotiation of the hashing algorithm used for signatures, typically to “upgrade” the hash to a higher security level.  Before TLS 1.2 a combination of MD5 and SHA1 were...
    Read more
  • uncategorized

    CES Big Story #3: Internet of Things Hyper Mania Hits Hard Reality - Security

    Everybody with a pulse is excited about the IoT, for all of the right reasons, but the market is starting to recognize the challenges of security. See the following EE Times article by John Curran of Accenture for a description of the security challenges of IoT: https://www.eetimes.com/author.asp?section_id=36&doc_id=1328584.Fortunately, wolfSSL is here...
    Read more
  • uncategorized

    IoT Security: Start with the Fundamentals

    Securing connected devices, including the IoT, is very important to us at wolfSSL. Larry Stefonic, CEO and Co-Founder of wolfSSL, recently published a guest post on the Xively blog that talks about the fundamentals of device security.This post includes commentary on securing the connection, device authentication, secure firmware updates, and...
    Read more
  • uncategorized

    wolfSSL with devkitPro

    wolfSSL has a port to devkitPro, giving an option to game developers to secure information with the embedded, lightweight, wolfSSL TLS/SSL library. The low memory footprint size of wolfSSL allows for efficient use of security while leaving plenty of room for the game itself. The low memory size of wolfSSL...
    Read more
  • uncategorized

    wolfSSL Roadmap for 2016

    Curious about new features and additions to wolfSSL technologies for the coming year?Some items on our current roadmap include: - Early TLS 1.3 adoption - Non-blocking Crypto support - DTLS robustness improvements - Curve25519 / Ed25519 integration at the TLS level - Increased IoT platforms - More resource reduction optionsIn...
    Read more
  • uncategorized

    wolfSSL Release Version 3.8.0

    wolfSSL version 3.8.0 has been released and is now available for download. The release has many new feature additions and some minor fixes. One of the new feature additions is that there have been APIs added for single shot hashing, creating a signature, and verifying a signature. This allows users...
    Read more
  • uncategorized

    wolfSSL Partners with Renesas to Deliver SSL/TLS Based Secure Communications

    wolfSSL Inc, embedded SSL/TLS and cryptography provider for the IoT, has partnered with Renesas Electronics, a global leader of semiconductor manufacture. Through the support for their high performance microprocessor series of RX and RZ, wolfSSL delivers secure connections of IoT solution with a lightweight high throughput secure communication library.Renesas WebsitewolfSSL Embedded SSL/TLS Library...
    Read more
  • uncategorized

    When to use Pre Shared Key (PSK) Cipher Suites

    PSK cipher suites are a superb choice in low resource environments where both ends of the connection can be controlled. With PSK, each side of the connection has an already agreed upon key to use rather than agreeing on one during the TLS handshake. This reduces resource consumption for each...
    Read more