SlackBuildsOrg/python/python-tlslite/README
Willy Sudiarto Raharjo 6c25cb4b37 python/python-tlslite: Added (SSL and TLS crypto library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-03-08 06:23:01 +07:00

4 lines
265 B
Text

TLS Lite is an open source python library that implements SSL and TLS.
TLS Lite supports RSA and SRP ciphersuites. TLS Lite is pure python
however it can use other libraries for faster crypto operations.
TLS Lite integrates with several stdlib neworking libraries.