wolfSSL+ with NTRU Cipher Suites

wolfSSL+ (pronounced plus) is now available. wolfSSL+ includes NTRU public key encryption. NTRU works well in mobile environments because of the reduced bit size needed to provide the same security as other public key systems. NTRU also isn’t vulnerable to quantum attacks. Several new cipher suites utilizing NTRU are available including AES-256, RC4, and HC-128. […]

Read MoreMore Tag

wolfSSL library available for the mbed cloud compiler

For everyone out there prototyping on the cool mbed board (http://mbed.org/), we`ve recently published our wolfSSL TLS/SSL embedded library to their cloud compiler so that developers can easily add it to their project.  It`s available at http://mbed.org/users/toddouska/libraries/wolfSSL/lm43pv .  We also have an example client you can try out at http://mbed.org/users/toddouska/programs/cyassl-client/lm394s .  Now securing connections, even […]

Read MoreMore Tag

CyaSSL now on GitHub

For those developers that prefer git, using GitHub, or just have to have the latest CyaSSL source code it’s now available on GitHub.  You can grab the latest sources from https://github.com/wolfSSL/wolfssl.git .  We’ve got all the source now there but we’re gradually moving away from sourceforge.  So we’re still in transition.  Please let us know if […]

Read MoreMore Tag

yaSSL Embedded Web Server 0.2 is Now Available

The second release of the yaSSL Embedded Web Server is now available for download!  New features with this version include a source release, better documentation, examples, and new run-time options.   Our Web Server is focused on being small, fast, and embeddable.  Features include CGI, SSI, IP restrictions, access and error log support, and SSL […]

Read MoreMore Tag

Secure Firmware Updates with wolfSSL

We believe that in today’s world of connected devices and heightened security concerns, digitally signing the firmware that is loaded onto your embedded or mobile device has become a top priority. One of the reasons that embedded RTOS environments do not include digital signature functionality is because it has historically not been a requirement for […]

Read MoreMore Tag

Certificate Generation in CyaSSL 1.8.0

With the release of CyaSSL 1.8.0, users are now able to create CA signed x509 v3 certificates. Certificate generation is turned off by default, but may be turned on during the ./configure process with the following option or by defining CYASSL_CERT_GEN in Windows or non-standard environments: –enable-certgen Currently CyaSSL only supports the MD5_WITH_RSA signature algorithm […]

Read MoreMore Tag

Lower Memory Use in wolfSSL 1.8.0

One of the improvements made in wolfSSL 1.8.0 is lower overall memory use through the use of configurable input / output buffer sizes and less dynamic memory use. wolfSSL 1.8.0 uses small static buffers for input and output. They default to 128 bytes and are controlled by the RECORD_SIZE define in cyassl_int.h. If an input […]

Read MoreMore Tag

Posts navigation

1 2 3 79 80 81 82 83 84 85 91 92 93