Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 453 Bytes

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