Python wrapper for wolfSSL embedded SSL/TLS library.
 
 
Go to file
Chris Conlon d26781d774 enable debugging in example client/server if compiled in 2018-12-31 09:02:33 -08: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 enable debugging in example client/server if compiled in 2018-12-31 09:02:33 -08: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 detect error if server_side set incorrectly between CTX init and wrap_socket() 2018-12-31 09:02:05 -08:00
tests update copyright dates to 2019 2018-12-31 08:31:48 -08:00
.gitignore updates docs 2018-03-19 22:28:12 +01: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 updates docs 2018-03-19 22:28:12 +01: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