wolfSSL is about to make its alpha test debut as a Java based SSL provider on Android. This project took longer than planned, but we now have a version working internally. Alpha releases are available on a request basis. We’ll post more here as we make it available early next week. In the meantime, for your […]
Read MoreMore TagAuthor: wolfSSL
wolfSSL embedded ssl and OpenWRT
There’s a great article on “Building Custom Firmware with OpenWRT” in the August edition of Linux Journal: www.linuxjournal.com. It’s not out on their website yet, but is available in paper form if you pick up a copy. If you haven’t checked out the OpenWRT project yet, you can do so here: www.openwrt.org. We’ve been supporting OpenWRT […]
Read MoreMore TagWhat’s the difference between wolfSSL and OpenSSL
We’re often asked what differentiates wolfSSL and OpenSSL. Here’s our list: a. wolfSSL builds are 20-40 times smaller than OpenSSL. Hence it is much more useful in embedded ssl implementations. b. Standards support: wolfSSL supports TLS 1.1 and 1.2. OpenSSL does not support TLS 1.1 or 1.2. c. wolfSSL was built with securing streaming media […]
Read MoreMore TagRunning wolfSSL on a GPU
Hi! wolfSSL is ported to both the Cuda http://en.wikipedia.org/wiki/CUDA and OpenCL http://en.wikipedia.org/wiki/OpenCL frameworks. These frameworks are for writing programs that execute on GPU’s, or Graphical Processing Units. Generally, GPU’s are used for graphics processing, but due to their high production volumes and low cost, they can be useful for math intensive computing. Early adopters are […]
Read MoreMore TagwolfSSL Java SSL Provider Alpha Released
We have released an Alpha of our SSL Provider for Java. Currently supporting Mac and Linux operating systems, this provider enables Java developers to use wolfSSL through the javax.net.ssl package. By using this, Java developers can use familiar syntax and API calls to gain the speed and size advantages that the wolfSSL embedded SSL library provides. Being […]
Read MoreMore TagHealthVault applications for iphone and Android using wolfSSL
We`re thinking about implementing the security layer under Java to enable HealthVault applications for iphone and Android using our wolfSSL embedded ssl. This means we`ll support the proper certificate generation for HealthVault applications that want to allow their users to securely access HealthVault information from iphone and Android devices. As such, we`re interested in finding […]
Read MoreMore TagwolfSSL Embedded SSL for Android
The wolfSSL library for Android is almost ready for alpha testing. The project has taken us longer than anticipated! The key benefits to the new technology include: 1. Better performance than Android’s native SSL support through OpenSSL.2. Smaller footprint.3. Tight, seamless integration with Java as an SSL Provider. The follow through of the project will also drive […]
Read MoreMore TagMongoose Embedded Web server and wolfSSL Embedded SSL
Hi! One of our users recently requested that wolfSSL become compatible with Mongoose. As such, we have recently made changes to the wolfSSL 1.5.4 embedded ssl library to make it build seamlessly with the Mongoose embedded web server. Essentially this meant that we made minor enhancements to wolfSSL’s openssl compatibility layer to accomplish a clean […]
Read MoreMore TagUsing AES-NI in the wolfSSL embedded ssl library version 1.5.4
Hi! Most of our readers will already know that AES is a key encryption standard used by governments worldwide, and that wolfSSL has always supported AES. Intel has released a new set of instructions that is a faster way to implement AES, and wolfSSL is currently the first ssl library to fully support the new instruction […]
Read MoreMore TagUsing the wolfSSL embedded ssl library for digitally signing and authenticating
wolfSSL is a popular tool for digitally signing applications, libraries or files prior to loading them on embedded devices. Most desktop and server operating systems allow creation of this type of functionality through system libraries, but stripped down embedded operating systems do not. The reason that embedded RTOS environments do not include digital signature functionality […]
Read MoreMore Tag
