cys2n

Cython wrapper for Amazon s2n


License
BSD-3-Clause
Install
pip install cys2n==0.1.1

Documentation

CyS2N

This is a Cython interface to Amazon's S2N Library.

See the tests directory for a simple multi-threaded echo server. The echo client uses Python's SSLSocket to test it. S2N client mode has not been tested yet.

Tested under Python 2.7.9 and Python 3.4.

Installing

Assuming you have the s2n library installed on your system:

$ python setup.py install