Latest Posts

  • uncategorized

    wolfSSL FIPS with Intel® SGX

    wolfSSL supports use with Intel® SGX on both Windows and Linux. In addition to being available on both operating systems the Linux example includes running a full TLS connection in a secure Enclave. Examples can be found on GitHub under wolfssl/wolfssl-examples located here (https://github.com/wolfSSL/wolfssl-examples). One of the exciting upcoming features...
    Read more
  • uncategorized

    wolfCrypt FIPS 140-2 on ARM

    Do you need a FIPS 140-2 validated cryptography library for your ARM-based platform? wolfCrypt has been FIPS 140-2 validated on several different operating environments to date, some of which have been on resource-constrained ARM-based devices.FIPS validating a crypto library on a resource-constrained device can be more involved than doing a...
    Read more
  • uncategorized

    wolfSSL FIPS – A Year in Review (Part 2 of a 3 Part Series)

    Greetings! In this post we are covering Operational Environment’s (OE’s) we worked with this past year. These OE’s were validated under an OEM relationship where the company validating is licensed to resell the wolfCrypt FIPS product under their own brand name.wolfSSL was particularly excited about both of these projects as...
    Read more
  • uncategorized

    wolfSSL and libFuzzer

    libFuzzer, a fuzzing engine created by LLVM, is now being used to test the wolfSSL library. Below is a short description of libFuzzer, taken from LLVM’s website here.LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka “target function”);...
    Read more
  • uncategorized

    TLS 1.3 Reducing Latency

    As we’ve mentioned in a previous blog post one of the key advantages of TLS 1.3 is the reduction in round-trips.  Older versions of the TLS protocol require two complete round-trips before the client sends the application data.  With TLS v1.3 only 1 round-trip is required!  This means network latency...
    Read more
  • uncategorized

    wolfCrypt JNI Wrapper and JCE Provider

    The wolfCrypt cryptography library is now available to Java developers! wolfSSL recently released a JNI wrapper and JCE provider that wraps the native C wolfCrypt library.The JCE (Java Cryptographic Extension) framework supports the installation of custom Cryptographic Service Providers which can in turn implement a subset of the underlying cryptographic...
    Read more
  • uncategorized

    NXP Kinetis K8X LTC support for PKI (RSA/ECC) with #TLS13

    As our readers have seen us post about in the past, NXP has a new LP Trusted Crypto (LTC) core which accelerates RSA/ECC PKI in their Kinetis K8x line.The LTC hardware accelerator improves: * RSA performance by 12-17X * ECC performance by 18-23X * Ed/Curve25519 performance by 2-3X.wolfSSL now provides...
    Read more
  • uncategorized

    wolfSSL has added AFL to its Testing Suite

    wolfSSL is glad to announce that it is incorporating American Fuzzy Lop (AFL) into its testing suite.Improving security is the at the heart of what wolfSSL is about. That is why wolfSSL has decided to include the AFL fuzzer to its list of tools. Finding bugs first locally allows our...
    Read more