Latest Posts

  • uncategorized

    wolfCLU v0.1.4

    wolfCLU version 0.1.4 is now available! In this release of the wolfSSL command line utility (CLU) there were additions to the x509 command, more subject alternative name attributes supported, and a couple of minor fixes / maintenance items. The command line utility is a great time saver for quickly creating...
    Read more
  • uncategorized

    wolfSSL is extending wc_PKCS7_VerifySignedData streaming

    wolfSSL, a TLS library for embedded devices, not only handles the TLS protocol, but also supports bundle file handling functions specified by PKCS#7 (bundle file encoding, decoding, content extraction, signature verification). wolfSSL continues to extend this PKCS#7 handling functionality. wolfSSL is currently extending our wc_PKCS7_VerifySignedData() API to handle PKCS#7 bundle...
    Read more
  • uncategorized

    wolfSSL Updated Support for Kerberos 5 1.21.1

    wolfSSL release 5.6.4 includes support for Kerberos 5 1.21.1. Kerberos is a network authentication protocol using modern cryptography to secure communications. The cryptography in the protocol is strong enough so that a client can prove its identity to a server (and vice versa) across an insecure network connection. You can...
    Read more
  • uncategorized

    wolfSSL Support for Nginx 1.25.0 and 1.24.0

    In wolfSSL release 5.6.4, we have updated support for Nginx versions 1.24.0 and 1.25.0. Nginx is a high-performance, high-concurrency web server which is compact, fast, and highly scalable. This makes wolfSSL a good choice for the TLS backend. wolfSSL is an embedded SSL/TLS library which supports a wide range of...
    Read more
  • uncategorized

    Support for DTLS 1.3 early data

    The wolfSSL implementation of DTLS 1.3 supports Early Data or 0-RTT Data. Early Data is application data that can be sent by the client with the very first ClientHello message. It is also called 0-RTT Data because it requires 0 Round Trip Time before application data can be sent. To...
    Read more
  • uncategorized

    Windows support added for our software-based source of entropy (wolfEntropy)

    wolfEntropy, a software-based entropy source developed by the wolfSSL team, leverages timing jitter variations in memory accesses across various cache levels to generate entropy. It has been available since wolfSSL v5.5.4, and support for Windows has been introduced. This eliminates the need for hardware redesign to incorporate a hardware-based entropy...
    Read more