Latest Posts

  • uncategorized

    Embedded Web Server for AVR

    The yaSSL Embedded Web Server for AVR has some optimizations our users might want to hear about:  Assembly code for the AVR and AVR 32 instruction sets in the SSL cryptography. Assembly code for the AVR 32 instruction set speeds up public key operation during the SSL handshake.  Need to...
    Read more
  • uncategorized

    Securing Machine-to-Machine Communication with wolfSSL

    Machine-to-machine communication takes place between both wired and wireless systems all around the world every day. As stated here, “M2M uses a device (sensor, meter, etc.) to capture an ‘event` (temperature, inventory level, etc.), which is relayed through a network (wireless, wired or hybrid) to an application (software program), that...
    Read more
  • uncategorized

    Assembly-Based Performance Optimizations for ARM in wolfSSL

    Earlier this week we stated our commitment to ARM by explaining our assembly code optimizations on a number of our math intensive cryptography operations. To give you more information, these optimizations are for Public Key operations with the CTaoCrypt fastmath option. This translates to a speed increase when using RSA,...
    Read more
  • uncategorized

    yaSSL lays plans to secure mbed based racing robots

    Hi!  As you may know from reading our posts here, Team yaSSL is exhibiting at ARM TechCon this week.  What you may not know is that we’ve been working with ARM’s mbed.org team to facilitate a port of wolfSSL to mbed.  Why?  Because hobbyists need security too!  And it is...
    Read more
  • uncategorized

    The ARM Powered Corvette

    The yaSSL booth at ARM TechCon is perfectly situated to check out the QNX based/ARM based Corvette on the show floor.  It’s a silver beauty!  See the pictures below. Reminder:  if you’re building a QNX based car computer and need to secure it with small embedded SSL solution, then contact us. ...
    Read more
  • uncategorized

    How to use the CTaoCrypt crypto library in standalone mode

    Hi!  About 20% of our users are using CTaoCrypt to provide standalone cryptographic functionality, and about 80% of our users have not thought about using it that way.  The purpose of this blog post is to inform users on how to use CTaoCrypt as a standalone library:  1. CTaoCrypt is...
    Read more
  • uncategorized

    SHODAN:  Sentient Hyper-Optimized Data Access Network automates port scanning, simplifies exploiting embedded devices

    “The Register” reported on using SHODAN to pinpoint embedded devices that are not properly secured yesterday.  See http://www.theregister.co.uk/2010/11/02/scada_search_engine_warning/ for details.  In summary, SHODAN can be used to quickly identify internet connected devices with known exploits.  For us, it points to yet another reason why mobile and embedded systems developers should...
    Read more
  • uncategorized

    OCSP, RFC 2560 for Embedded SSL

    Hi!  Do you need OCSP (Online Certificate Status Protocol) in wolfSSL?  Let us know.  We’re currently considering it for a feature addition to our next release.  Sometimes OCSP may be necessary to obtain timely information about the revocation status of a certificate.  OCSP solves that problem.  Additional status information is...
    Read more