From 35f03eb00ab0ff301878d1e050525dff633edb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Thu, 22 Dec 2016 16:59:50 -0200 Subject: [PATCH] fixes docs. --- wrapper/python/wolfssl/README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wrapper/python/wolfssl/README.rst b/wrapper/python/wolfssl/README.rst index f5c321c00..768be917f 100644 --- a/wrapper/python/wolfssl/README.rst +++ b/wrapper/python/wolfssl/README.rst @@ -7,11 +7,13 @@ wolfssl: the wolfSSL Inc. SSL/TLS library **wolfSSL's C SSL/TLS library**. `wolfssl `_ 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 `_. +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