From 21a95e0a039b147e95085ddbad6c25522a50730b Mon Sep 17 00:00:00 2001 From: MatrixSSL Administrator Date: Thu, 26 Mar 2015 18:27:27 -0700 Subject: [PATCH] Added logo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b836cf..0b288a0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# MatrixSSL + +![MatrixSSL Banner](http://www.peersec.com/matrixSSL.jpg) + Lightweight Embedded SSL/TLS Implementation ## Download [![Download](https://img.shields.io/badge/matrixssl-3.7.1-blue.svg)](http://matrixssl.org/download.html) ## Overview -MatrixSSL has been continuously maintained since 2004. It is the first open source small footprint SSL stack. Until recently, releases were tracked on http://freecode.com/projects/matrixssl +MatrixSSL has been continuously maintained since 2002. It is the first open source small footprint SSL stack. Until recently, releases were tracked on http://freecode.com/projects/matrixssl MatrixSSL is an embedded SSL and TLS implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50Kb on disk with cipher suites. It includes client and server support through TLS 1.2, mutual authentication, session resumption, and implementations of RSA, ECC, AES, SHA1, SHA-256 and more. The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.