MatrixSSL 4.0.0
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
<p>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</p>
|
||||
|
||||
<p>MatrixSSL is an embedded SSL and TLS implementation designed for small footprint IoT devices 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.</p>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>Reporting Issues</h2>
|
||||
|
||||
@@ -23,9 +23,9 @@ Sensitive emails can be encrypted using the public key in this directory <a href
|
||||
<h2>Features</h2>
|
||||
|
||||
<ul>
|
||||
<li>< 50KB total footprint with crypto provider</li>
|
||||
<li>SSL 3.0 and TLS 1.0, 1.1 and 1.2 server and client support</li>
|
||||
<li>Included crypto library - RSA, ECC, AES, 3DES, ARC4, SHA1, SHA256, MD5</li>
|
||||
<li>Small total footprint with crypto provider</li>
|
||||
<li>SSL 3.0 and TLS 1.0, 1.1, 1.2 and 1.3 server and client support</li>
|
||||
<li>Included crypto library - RSA, ECC, AES, 3DES, ARC4, SHA1, SHA256, MD5, ChaCha20-Poly1305</li>
|
||||
<li>Assembly language optimizations for Intel, ARM and MIPS</li>
|
||||
<li>Session re-keying and cipher renegotiation</li>
|
||||
<li>Full support for session resumption/caching</li>
|
||||
|
||||
Reference in New Issue
Block a user