Skip to main content

A Python module that encapsulates wolfSSL's C SSL/TLS library.

Project description

Welcome

wolfssl Python is a Python module that encapsulates wolfssl C, a lightweight C-language-based SSL/TLS library targeted for embedded, RTOS, or resource-constrained environments primarily because of its small size, speed, and portability.

Installation

In order to use wolfssl Python, you’ll also need to install wolfssl C.

Mac OSX

Installing from homebrew and pip package managers:

# wolfssl C installation
brew install wolfssl

# wolfssl Python installation
sudo -H pip install wolfssl

Installing from source code:

# wolfssl C installation
git clone https://github.com/wolfssl/wolfssl.git
cd wolfssl/
./autogen.sh
./configure --enable-sha512
make
sudo make install

# wolfssl Python installation
cd wrapper/python/wolfssl
sudo make install

Linux

# dependencies installation
sudo apt-get update
sudo apt-get install -y git autoconf libtool
sudo apt-get install -y python-dev python3-dev python-pip libffi-dev

# wolfssl C installation
git clone https://github.com/wolfssl/wolfssl.git
cd wolfssl/
./autogen.sh
./configure --enable-sha512
make
sudo make install

sudo ldconfig

# wolfssl Python installation
sudo -H pip install wolfssl

Testing

To run the tox tests in the source code, you’ll need tox and a few other requirements. The source code relies at WOLFSSL_DIR/wrapper/python/wolfssl where WOLFSSL_DIR is the path of wolfssl C’s source code.

  1. Make sure that the testing requirements are installed:

sudo -H pip install -r requirements-testing.txt
  1. Run make check:

$ make check
...
_________________________________ summary _________________________________
py27: commands succeeded
SKIPPED: py34: InterpreterNotFound: python3.4
py35: commands succeeded
py36: commands succeeded
congratulations :)

Note: the test is performed using multiple versions of python. If you are missing a version the test will be skipped with an InterpreterNotFound error.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wolfssl-0.1.0.tar.gz (15.9 kB view details)

Uploaded Source

File details

Details for the file wolfssl-0.1.0.tar.gz.

File metadata

  • Download URL: wolfssl-0.1.0.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wolfssl-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a942e2ccf7c7eb853c285ef6c599ffb075bc4d59d0bf1ea6b27e2a9e3fd450a8
MD5 4c7e176e015f781d4fbe14b9c163498e
BLAKE2b-256 c0344f50fe1c3f18deb0a58f2ad034395fd08299088267c907002b8552c07a20

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page