CyS2N
September 14, 2015 ยท View on GitHub
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