Answers to Common Questions from RSA – Part 2

To continue our series of commonly-asked questions which we were asked at the 2011 RSA conference, we will be answering the following questions: Can you port wolfSSL to my platform?If wolfSSL is open source, then how do you make money? Q:  Can you port wolfSSL to my platform?yaSSL offers a range of consulting services in […]

Read MoreMore Tag

Answers to Common Questions from RSA – Part 1

If you’ve been following our blog, you know we are planning on answering some common questions that we were asked during the 2011 RSA Conference.  Today is the first post in this series.  The first questions we will be looking at are: Does wolfSSL have sniffer, also known as SSL Inspection functionality?What about resiliency in […]

Read MoreMore Tag

wolfSSL+ with NTRU Cipher Suites

wolfSSL+ (pronounced plus) is now available. wolfSSL+ includes NTRU public key encryption. NTRU works well in mobile environments because of the reduced bit size needed to provide the same security as other public key systems. NTRU also isn’t vulnerable to quantum attacks. Several new cipher suites utilizing NTRU are available including AES-256, RC4, and HC-128. […]

Read MoreMore Tag

wolfSSL library available for the mbed cloud compiler

For everyone out there prototyping on the cool mbed board (http://mbed.org/), we`ve recently published our wolfSSL TLS/SSL embedded library to their cloud compiler so that developers can easily add it to their project.  It`s available at http://mbed.org/users/toddouska/libraries/wolfSSL/lm43pv .  We also have an example client you can try out at http://mbed.org/users/toddouska/programs/cyassl-client/lm394s .  Now securing connections, even […]

Read MoreMore Tag

CyaSSL now on GitHub

For those developers that prefer git, using GitHub, or just have to have the latest CyaSSL source code it’s now available on GitHub.  You can grab the latest sources from https://github.com/wolfSSL/wolfssl.git .  We’ve got all the source now there but we’re gradually moving away from sourceforge.  So we’re still in transition.  Please let us know if […]

Read MoreMore Tag

yaSSL Embedded Web Server 0.2 is Now Available

The second release of the yaSSL Embedded Web Server is now available for download!  New features with this version include a source release, better documentation, examples, and new run-time options.   Our Web Server is focused on being small, fast, and embeddable.  Features include CGI, SSI, IP restrictions, access and error log support, and SSL […]

Read MoreMore Tag