Latest Posts

  • uncategorized

    EE Times Picks Top Ten Technologies to Watch in 2011

    See their picks here:  https://www.eetimes.com/document.asp?doc_id=1258133.  We’re keenly interested in Augmented Reality and Automotive Radar for personal reasons.  It’s just good and useful stuff that will make our lives better.  For business reasons, we’re closely following Personal Power Management, which allows you to see your power consumption in timely (not real timely),...
    Read more
  • uncategorized

    Holiday wolfSSL Release 1.8.0

    So what made it into the wolfSSL Holiday Release?  We think a few items that users will appreciate.  Some concern increased portability through the os_settings.h file and the new C Standard Library Abstraction layer.  Others lower memory use through configurable input/output buffer sizes and less dynamic memory use.  For the...
    Read more
  • uncategorized

    Design Consulting for Building SSL Security into Devices

    You may have recently read our blog post regarding Exposed Private Keys and how you may create secure private keys for SSL-enabled devices using wolfSSL. If your application or framework needs to be secured with SSL/TLS but you are uncertain about how the optimal design of a secured system would...
    Read more
  • uncategorized

    wolfSSL Maturity

    We saw a post on a mailing list recently that questioned the maturity of wolfSSL.  The post came as a surprise.  We think wolfSSL is pretty mature by most standards!  Here’s our key points on wolfSSL’s maturity: 1. It is on its 29th release.2. It has been vetted out in the...
    Read more
  • uncategorized

    Keep your SSL Private Keys Private

    A recent blog about “Breaking SSL on Embedded Devices” has been making the rounds recently.  Its not an attack on SSL, its an attack on weak private key security. Specifically, embedding a private key into firmware allows anyone to extract the key and turns an otherwise secure connection into something nothing...
    Read more
  • uncategorized

    What is the yaSSL community getting for Christmas?

    Will it be a new release with awesome new embedded ssl features?  What could those features possibly be?  Will it be even faster and smaller?  More portable?  New ciphers?  Do you think you know what the yaSSL community is getting for Christmas this year?  Send us your guess to info@yassl.com!...
    Read more
  • uncategorized

    Android Security Flaws

    Here’s a nice article on Android’s security flaws and latent bugs from the CTO of Green Hills Software, Dave Kleidermacher :  https://www.embedded.com/electronics-blogs/davek-security-blog/4211444/Angry-Bird-droppings. Looks like there is some work to be done to help properly secure Android!
    Read more
  • uncategorized

    Adding Alternative Ciphers to the wolfSSL Embedded SSL Library

    wolfSSL is modular. We’ve got two key modules: wolfSSL handles all SSL needs while CTaoCrypt handles all cryptographic needs including block ciphers, stream ciphers, message digests, hashing, public key cryptography, certificates, and various helper utilities.  Our topic for this post is our crypto module CTaoCrypt.  CTaoCrypt is our implementation of cryptography components...
    Read more