wolfSSL Competitive Upgrade Program

One of the services that yaSSL provides is the wolfSSL Competitive Upgrade Program. With this program, yaSSL offer competitive upgrade pricing for those who wish move from an outdated or expensive SSL library to wolfSSL with low cost and minimal disturbance to their code base.     Here’s an outline of the Competitive Upgrade Program:  1. You […]

Read MoreMore Tag

wolfSSL now has lwIP support

The wolfSSL embedded SSL/TLS library supports lwIP, the light weight internet protocol implementation, out of the box.  The user merely needs to define WOLFSSL_LWIP or uncomment the line /* #define WOLFSSL_LWIP */ in os_settings.h to use wolfSSL with lwIP. The focus of lwIP is to reduce RAM usage while still providing a full TCP stack. […]

Read MoreMore Tag

TLS 1.2 Support in CyaSSL

The CyaSSL embedded SSL library has had support for TLS 1.2 since version 1.1.0 in September of 2009 (over a year and a half ago).  We realize that many people don’t know the difference between TLS 1.1 and TLS 1.2, and we wanted to give some quick highlights on the differences between these two protocol […]

Read MoreMore Tag

wolfSSL 2.0 Release In Progress

If you`ve been keeping an eye on our blog lately, you`ve probably noticed our series of blog posts about new features and changes we have made in wolfSSL 2.0. If you`re as excited as we are about our next release, we hope you enjoy the following video link: http://www.youtube.com/watch?v=9jK-NcRmVcw Release Candidate 1 for wolfSSL 2.0 […]

Read MoreMore Tag

wolfSSL 2.0 New Features – Part 3

Here`s the third part in a four part series giving a more detailed report on some of the new features present in the recent wolfSSL release. • Runtime hooks for logging.  The wolfSSL embedded SSL library has had the ability to do logging when debug is enabled for some time.  Now, logging callback functions can […]

Read MoreMore Tag

wolfSSL is Being Ported to OpenRTOS

We wanted to let our followers know that we`re in the process of porting wolfSSL to FreeRTOS/OpenRTOS. FreeRTOS is a real-time operating system for embedded devices which is designed to be small and simple. Currently, it officially supports 27 architectures and is downloaded over 77 thousand times every year. Like wolfSSL, FreeRTOS is portable, open […]

Read MoreMore Tag

wolfSSL 2.0 New Features – Part 2

Here`s the second part in a four part series giving a more detailed report of some of the new features present in the recent wolfSSL release. • UID parsing for x509.  Certificates that contain UIDs now have the UID saved for retrieval by wolfSSL.  No additional function calls are needed as the UID is contained […]

Read MoreMore Tag

wolfSSL 2.0 New Features – Part 1

Here`s a more detailed report on some of the new features that are in the recent wolfSSL 2.0 release. wolfSSL 2.0 RC1 is available for download from our Downloads page. * SHA-256 cipher suites are now supported. The new suites include: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256TLS_DHE_RSA_WITH_AES_128_CBC_SHA256TLS_RSA_WITH_AES_256_CBC_SHA256TLS_RSA_WITH_AES_128_CBC_SHA256 No action is needed to include these suites, they`re in by default. * […]

Read MoreMore Tag

Posts navigation

1 2