Python wrapper for wolfSSL embedded SSL/TLS library.
 
 
Go to file
Moisés Guimarães 85ac434af3 adds support to tls 1.3 2018-01-27 20:51:32 +01:00
certs moving files from wolfssl/wrapper/python/wolfssl to here 2017-12-19 13:55:23 -03:00
docs updates build files 2018-01-09 11:40:28 -03:00
examples adds support to tls 1.3 2018-01-27 20:51:32 +01:00
make updates build files 2018-01-09 11:40:28 -03:00
requirements updates build files 2018-01-09 11:40:28 -03:00
src/wolfssl adds support to tls 1.3 2018-01-27 20:51:32 +01:00
tests adds support to tls 1.3 2018-01-27 20:51:32 +01:00
.gitignore moving files from wolfssl/wrapper/python/wolfssl to here 2017-12-19 13:55:23 -03:00
.travis.yml updates build files 2018-01-09 11:40:28 -03:00
LICENSING.rst moving files from wolfssl/wrapper/python/wolfssl to here 2017-12-19 13:55:23 -03:00
MANIFEST.in moving files from wolfssl/wrapper/python/wolfssl to here 2017-12-19 13:55:23 -03:00
Makefile update docs 2018-01-09 15:20:33 -03:00
README.rst update docs 2018-01-09 15:20:33 -03:00
setup.py updates build files 2018-01-09 11:40:28 -03:00
tox.ini moving files from wolfssl/wrapper/python/wolfssl to here 2017-12-19 13:55:23 -03:00

README.rst

Welcome
=======

.. image:: https://travis-ci.org/wolfSSL/wolfssl-py.svg?branch=master
    :target: https://travis-ci.org/wolfSSL/wolfssl-py

**wolfSSL Python**, a.k.a. ``wolfssl`` is a Python module
that encapsulates `wolfSSL's SSL/TLS library
<https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_.

**wolfSSL's SSL/TLS library** is a lightweight, portable, C-language-based
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.


Installation
============

We provide Python wheels (prebuilt binaries) for OSX 64 bits and Linux 64 bits:

.. code-block:: bash

    $ pip install wolfssl