From ccdeaae6022a838bf3843176790b034d7e29a60e Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 16 Apr 2019 11:43:28 +0300 Subject: [PATCH 1/2] Fix headers Markdown headers must be separated by a newline to be rendered. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf1aad0..29c97db 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,18 @@ Lightweight Embedded SSL/TLS Implementation [![coverity-status](https://scan.coverity.com/projects/8611/badge.svg)](https://scan.coverity.com/projects/matrixssl-matrixssl) ##Overview + 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 IoT devices requiring low overhead per connection. It includes client and server support through TLS 1.3, mutual authentication, session resumption, and implementations of RSA, ECC, AES, SHA1, SHA-256, ChaCha20-Poly1305 and more. The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers. ##Reporting Issues + Please email support@matrixssl.org. Sensitive emails can be encrypted using the public key in this directory [pgp.asc](https://raw.githubusercontent.com/matrixssl/matrixssl/master/pgp.asc), Key fingerprint = `D6AD F1C5 E34E 696B 0953 556C 8BB2 B39A 2795 C6B3`. ##Features + + Small total footprint with crypto provider + SSL 3.0 and TLS 1.0, 1.1, 1.2 and 1.3 server and client support + Included crypto library - RSA, ECC, AES, 3DES, ARC4, SHA1, SHA256, MD5, ChaCha20-Poly1305 From 17e467e31fb11a5106dffe411ab96397bdaa3d3f Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 16 Apr 2019 11:45:19 +0300 Subject: [PATCH 2/2] Also add spaces --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29c97db..aa8af2b 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ Lightweight Embedded SSL/TLS Implementation [![tls-attacker-status](http://www.matrixssl.org/assets/svg/status-tls-attacker.svg)](https://github.com/RUB-NDS/TLS-Attacker) [![coverity-status](https://scan.coverity.com/projects/8611/badge.svg)](https://scan.coverity.com/projects/matrixssl-matrixssl) -##Overview +## Overview 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 IoT devices requiring low overhead per connection. It includes client and server support through TLS 1.3, mutual authentication, session resumption, and implementations of RSA, ECC, AES, SHA1, SHA-256, ChaCha20-Poly1305 and more. The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers. -##Reporting Issues +## Reporting Issues Please email support@matrixssl.org. Sensitive emails can be encrypted using the public key in this directory [pgp.asc](https://raw.githubusercontent.com/matrixssl/matrixssl/master/pgp.asc), Key fingerprint = `D6AD F1C5 E34E 696B 0953 556C 8BB2 B39A 2795 C6B3`. -##Features +## Features + Small total footprint with crypto provider + SSL 3.0 and TLS 1.0, 1.1, 1.2 and 1.3 server and client support