mirror of
https://github.com/wolfSSL/wolfssl
synced 2026-05-24 10:18:22 +00:00
| .. | ||
| docs | ||
| test | ||
| wolfcrypt | ||
| .gitignore | ||
| LICENSING.rst | ||
| MANIFEST.in | ||
| README.rst | ||
| requirements-testing.txt | ||
| setup.py | ||
| tox.ini | ||
wolfcrypt: the wolfSSL Crypto Engine
====================================
A Python library that encapsulates wolfSSL's wolfCrypt API
1. Clone the repository and install wolfssl::
$ git clone git@github.com:wolfssl/wolfssl.git
$ cd wolfssl
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
2. Make sure that ``cffi``, ``py.test``, and ``tox`` are installed::
$ cd wrappers/python
$ pip install -r requirements-testing.txt
3. Run ``python setup.py install`` to build and install wolfcrypt::
$ python setup.py install
...
Finished processing dependencies for wolfcrypt==0.1.0
4. Test locally with ``tox``::
$ tox
...
_________________________________ summary _________________________________
py26: commands succeeded
py27: commands succeeded
py35: commands succeeded
congratulations :)
.. include:: LICENSING.rst
Copyright 2016 wolfSSL Inc. All rights reserved.