If you are a user of the popular MacPorts project on OS X, you may be happy to hear that the wolfSSL embedded SSL library is now available as a MacPorts package. If you are not familiar with the MacPorts Project, a brief summary from their website does an excellent job of explaining the project. […]
Read MoreMore TagCategory: Uncategorized
Using Crypto Algorithms Separately from CTaoCrypt
As you may know, CTaoCrypt is the underlying cryptography library used by the wolfSSL embedded SSL library. We’ve had several users choose to use CTaoCrypt’s crypto algorithms because they are easy to isolate and use independently of the library itself. For example, if you need to use MD5 in your own code but don’t want […]
Read MoreMore TagyaSSL Embedded Web Server 1.0 is Now Available
The third release of the yaSSL Embedded Web Server is now available for download! Changes in this release include bug fixes, updated wolfSSL support, iOS (Apple TV) build support, better Windows build support, CGI and SSI extension pattern matching and more. The yaSSL Embedded Web Server is focused on being small, fast, and embeddable. Features […]
Read MoreMore TagwolfSSL to include SNI (Server Name Indication) in Upcoming Release
Hi! We`ve had recent requests for SNI in wolfSSL. SNI is well documented on wikipedia here: http://en.wikipedia.org/wiki/Server_Name_Indication. If you are interested in using SNI with wolfSSL, then please contact us and let us know. We may be able to add you to our beta list. Contact us at info@yassl.com
Read MoreMore TagwolfSSL 2.3.0 is Now Available
Version 2.3.0 of the wolfSSL embedded SSL/TLS library has been released and is now available for download. This release contains bug fixes and new features. Changes include the following (with details and comments for each listed below): – AES-GCM crypto and cipher suites– “make test” cipher suite checks– Subject AltName processing– Command line support for […]
Read MoreMore TagwolfSSL Embedded SSL to release ECC code in September to become fully Suite B compliant
Hi! As you may know, we`ve released our GCM code recently. Our next major open source release, coming in September, will include our ECC implementation. This will bring wolfSSL into Suite B compliance. If you need our ECC code before our next release, just contact us at info@yassl.com and we`ll get it into your hands.
Read MoreMore TagwolfSSL Now Supports AES with GCM
We have added the Galois/Counter Mode for AES to wolfSSL. It adds an Authenticated Data with Associated Data (AEAD) cipher to TLS v1.2 where the cipher provides its own message authentication. The following cipher suites are available: * TLS_DHE_RSA_WITH_AES_256_GCM_SHA384* TLS_DHE_RSA_WITH_AES_128_GCM_SHA256* TLS_RSA_WITH_AES_256_GCM_SHA384* TLS_RSA_WITH_AES_128_GCM_SHA256* TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384* TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384* TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256* TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256* TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384* TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384* TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256* TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 We offer four different implementations […]
Read MoreMore TagCase Study: Securing GSM / GPRS Modem Modules with wolfSSL
yaSSL has released a new case study highlighting how one of our customers, CCww, is using the wolfSSL embedded SSL library to secure GSM / GPRS modem modules. This case study highlights the key requirements CCww had for securing their modules, how wolfSSL was used as a solution, and summarizes CCww’s thoughts on the project. […]
Read MoreMore TagReminder: Enter to win a New Apple iPad from yaSSL
We wanted to remind our readers to enter our sweepstakes for a chance to win a New Apple iPad (16GB, Wi-Fi). The sweepstakes will be coming to a close August 1, 2012 (just 9 days away!). For a chance to win, just take our short SSL survey (10 questions) at the following link. The contest […]
Read MoreMore TagIntro to PKCS #1: RSA Cryptography Standard
As the first post in our PKCS series, we will be looking at PKCS #1. PKCS #1 is the RSA Cryptography Standard and is defined in RFC 3447 (http://tools.ietf.org/html/rfc3447). It defines standards for implementing public and private keys based on the RSA algorithm including cryptographic primitives, encryption schemes, signature schemes, and ASN.1 syntax for representing […]
Read MoreMore Tag
