Python wrapper for wolfSSL embedded SSL/TLS library.
 
 
Go to file
Chris Conlon 9ff47b5728 wrap wolfSSL_X509_get_der() 2018-12-26 16:08: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 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 wrap wolfSSL_X509_get_der() 2018-12-26 16:08:33 -08:00
tests runs openssl tests only in python >= 3.6 2018-01-27 21:36:14 +01: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