Projects tagged ‘aes’, ‘md5’, and ‘xyssl’


Jump to tag:

Projects tagged ‘aes’, ‘md5’, and ‘xyssl’

Filtered by Project Tags aes md5 xyssl

Refine results Project Tags ssl (3) crypto (3) rsa (3) embedded (3) portable (2) sha-1 (2) x.509 (2) cryptography (2) bsd (2) sha-512 (2) authentication (2) xtea (2)

[3 total ]

1 Users

PolarSSL is a light-weight open-source cryptographic library for embedded systems. It provides standard crypto block: AES, Camellia, SHA-1, SHA-2, X.509, etc. as well as higher lever protocols: SSL ... [More] v3 and TLS v1. PolarSSL has been ported on a number of architectures, including ARM, PowerPC, MIPS, and Motorola 68000. Its already small memory footprint can be easily reduced to 50k for a basic SSL client or server, by modifying a single .h configuration file. PolarSSL is currently used in several open-source (GPL) and closed-source projects, such as Adobe's flash player. PolasSSL is the official fork of the former XySSL project by Christophe Devine. [Less]
Created 10 months ago.

0 Users

TropicSSL is an unofficial fork of PolarSSL/XySSL, keeping the BSD-licensed code stream.
Created about 3 hours ago.

0 Users

This is just a lua binding to the small, portable xyssl library in order to provide SSL functionalities in lua. It needs luasocket for the socket creation (bind, accept, connect etc). In other ... [More] words, it is a "SSL filter" for an existing socket(or pipe including stdin/stdout say launching from inetd). ===version 0.2=== (04/11/2007) now support xyssl 0.7 and xyssl 0.8 now support building on Windows using VC(including VC 8) source tarball can be found in the download area Windows binaries can be found in the download area(compatible with lua binaries 5.1) the source code of xyssl 0.7 and xyssl 0.8 can also be found in the download area ===version 0.1=== (04/11/2007) plug replacement of lua socket read/write(through the associated bufferio.lua) COPAS compatible(see httpd-co.lua) binding for cipher AES(ECB, CBC, CFB) and RC4 binding for MD5/SHA1 and assoicated HMAC binding for a fast crypto grade HAVEGE pseudo random generator more information about lua can be found at http://www.lua.org more information about xyssl can be found at http://xyssl.org [Less]
Created about 1 year ago.