yaSSL Embedded SSL Release 1.2.0

The wolfSSL embedded SSL library Release 1.2.0 is now available for download.
 
Release 1.2.0 for wolfSSL adds bug fixes and session negotiation when first use is read or write.
 
To get TLS 1.2 support please use the client and server functions:
 
SSL_METHOD *TLSv1_2_server_method(void);
SSL_METHOD *TLSv1_2_client_method(void);
 
The wolfSSL OpenSSL compatibility layer was tested against lighttpd 1.4.23, see the notes in README for build instructions. See the download page for a linux build of Lighty built with wolfSSL.  Let us know if you have any problems building wolfSSL with Lighty or if you need help building the wolfSSL/Lighty combination on another operating environment at info@yassl.com.