Latest Posts

  • uncategorized

    Using wolfSSL and wolfCrypt from Java

    Are you a Java developer looking for a industry-leading SSL/TLS and crypto implementation?  If so, you’re in luck!  wolfSSL provides has several options for you to use the native wolfSSL embedded SSL/TLS library and wolfCrypt cryptography libraries from Java. wolfSSL TLS from Java wolfSSL packages and maintains a JNI wrapper...
    Read more
  • uncategorized

    TLS 1.3 combined with FIPS (#FIPS #TLS13)

    For 2018, it’s predicted that there will be more than 31 billion connectable IoT devices across the world. To put that number into perspective, imagine if every square mile on the Earth’s surface was monitored by more than 150 IoT devices each. If this were square kilometers, there would be...
    Read more
  • uncategorized

    wolfMQTT IBM Recipe

    wolfMQTT is an MQTT client that has the capability to connect to the IBM Watson IoT cloud platform broker. This is useful as IBM’s cloud platform allows users to potentially offload large amounts of data and/or computation to the cloud that is provided.
    Read more
  • uncategorized

    wolfSSL Performance on Intel x86_64 (Part 6)

    Recent releases of wolfSSL have included new assembly code targeted at the Intel x86_64 platform. Large performance gains have been made and are being discussed over six blog posts of which this is the last part. In this blog, we will talk about the performance of Elliptic Curve (EC) operations...
    Read more
  • uncategorized

    wolfSSL Embedded SSL for Bare Metal and No OS Environments

    Are you looking for an SSL/TLS library which will seamlessly integrate into your bare metal or No-OS environment? If so, continue reading to learn why the wolfSSL lightweight SSL library is a perfect fit for such environments. wolfSSL has been designed with portability and ease of use in mind, allowing...
    Read more
  • uncategorized

    wolfSSL FAQ page

    The wolfSSL FAQ page can be useful for information or general questions that need need answers immediately. It covers some of the most common questions that the support team receives, along with the support team’s responses. It’s a great resource for questions about wolfSSL, embedded TLS, and for solutions to...
    Read more
  • uncategorized

    wolfSSL Performance on Intel x86_64 (Part 5)

    Recent releases of wolfSSL have included new assembly code targeted at the Intel x86_64 platform. Large performance gains have been made and are being discussed over six blog posts of which this is part 5. In this blog, we will talk about the performance of RSA and Diffie-Hellman (DH).
    Read more
  • uncategorized

    wolfSSL Performance on Intel x86_64 (Part 4)

    Recent releases of wolfSSL have included new assembly code targeted at the Intel x86_64 platform. Large performance gains have been made and are being discussed over six blog posts of which this is part 4. In this blog, we will talk about the performance of Curve25519 and Ed25519. Curve25519 is...
    Read more