MEDIA AND PRESS
Welcome to the wolfSSL media and press page. Here you will find a collection of information, presentations, papers, videos and photos relating to wolfSSL products and events. If you are interested in using anything from wolfSSL’s media collection, please Contact Us.
Press Kit
If you are looking for information on our company, products, and how we compare, feel free to download our press kit. The following items are included in the kit. All documents are in PDF format, all images are in PNG format.
- Product Overview Flyers
- Product Feature Flyers
- wolfSSL vs. OpenSSL: Why Choose Us?
- Hi-Resolution wolfSSL Logo (.png and .eps)
Press Kit (ZIP, 1.9 MB)
Flyers / Handouts
wolfSSL General
wolfSSL, wolfCrypt
General information related to the wolfSSL embedded SSL library and wolfCrypt libraries.
wolfSSL Gaming
How wolfSSL is used in gaming
Interested in how wolfSSL is used in the gaming industry in some of today’s top gaming titles?
wolfSSL Async Crypto
Asynchronous Cryptography
Learn how wolfSSL can use asynchronous cryptography to handle more concurrent TLS connections, using Cavium NITROX or Intel QuickAssist.
wolfSSL and NTRU
Fast, Quantum-safe public key algorithm
wolfSSL supports the NTRU public key cipher to provide 20-200 times performance increase over using standard RSA.
wolfSSL vs. OpenSSL
What's the difference?
Learn some of the differences between wolfSSL and OpenSSL.
wolfSSL vs. Yocto / OpenEmbedded
What, why, and where.
wolfSSL and wolfCrypt can be used together with the Yocto and OpenEmbedded projects!
Publications
Installing an Alternate SSL Provider on Android
Linux Journal
May 2011, Security Issue
wolfSSL published an in-depth walkthrough in Linux Journal about installing an alternate Java SSL Provider in the Android operating system.
Presentations
OSCON 2010
Secure Memcache
View slides from Todd Ouska’s presentation on Secure Memcache at OSCON 2010!
wolfSSL Products
Brief Overview
An brief overview of wolfSSL technologies including CyaSSL, yaSSL Embedded Web Server, and CyaSSL Java SSL Provider.
FOSDEM 2011
Lightning Talk
View slides from Larry Stefonic’s lightning talk on CyaSSL, the yaSSL Embedded Web Server, and some fun stuff we’ve done.
MySQL Conference 2011
Securing MySQL with a Focus on SSL
View slides from Chris Conlon’s presentation about securing MySQL - including an intro to SSL, and performance statistics for MySQL SSL usage.
FOSDEM 2012
2010-2011 Technical / Community Update
View slides from Chris Conlon’s presentation about wolfSSL’s progress in the 2010-2011 year at FOSDEM in Brussels, Belgium.
Kerberos + Android
A Tale of Opportunity
View slides from Chris Conlon’s presentation about wolfSSL’s work porting the MIT Kerberos library and GSS-API to the Android platform.
Secure Communication
Usability and Necessity of SSL/TLS
Provides viewers with a brief introduction to SSL/TLS as well as a “shopping list” of features to look for when searching for the ideal SSL library for a project or application.
Presentations We Enjoy
Creating Secure Web Based User Interfaces for Embedded Devices
FOSDEM 2011, Arnout Vandecappelle (mind.be)
February 6th 2011 in Brussels, Belgium
Abstract: A web interface is the easiest way to add something GUI-ish to an embedded system. However, setting up an Apache and writing CGI scripts requires too much work and overburdens resource constrained systems.. This presentation shows you the best tools to simplify your life for adding an interface to your embedded system. The first step is the Mongoose Embedded Web Server. It is a tiny (40K) yet fully-featured web server that can be embedded directly in your application. Combining it with the efficient CyaSSL library gives you a secure environment. For a more advanced GUI, there is Wt, which completely removes the burden of web programming from you - you'll hardly even notice there's a web server in your application!