fixes docs.

This commit is contained in:
Moisés Guimarães
2016-12-22 16:59:50 -02:00
parent 1c9147a41e
commit 35f03eb00a

View File

@ -7,11 +7,13 @@ wolfssl: the wolfSSL Inc. SSL/TLS library
**wolfSSL's C SSL/TLS library**.
`wolfssl <https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_ is a
lightweight, portable, C-language-based crypto library
targeted at IoT, embedded, and RTOS environments primarily because of its size,
speed, and feature set. It works seamlessly in desktop, enterprise, and cloud
environments as well. It is the crypto engine behind `wolfSSl's embedded ssl
library <https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_.
lightweight C-language-based SSL/TLS library targeted for embedded, RTOS, or
resource-constrained environments primarily because of its small size, speed,
and portability. wolfSSL supports industry standards up to the current TLS 1.2
and DTLS 1.2 levels, is up to 20 times smaller than OpenSSL,
lightweight, portable, C-language-based crypto library offers a simple API, an
OpenSSL compatibility layer, OCSP and CRL support, and offers several
progressive ciphers.
Installation