summaryrefslogtreecommitdiffstats
path: root/python/python-tlslite/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-08 06:23:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-08 06:23:01 +0700
commit6c25cb4b3765912bf8b6eec38be0446cffe549dd (patch)
treea13468dd18a3b8c7f39080ab2c53f6b7a125d5b7 /python/python-tlslite/README
parentac7fd8a3f42ce7295427238a0eb30325d2bbe021 (diff)
downloadslackbuilds-6c25cb4b3765912bf8b6eec38be0446cffe549dd.tar.gz
slackbuilds-6c25cb4b3765912bf8b6eec38be0446cffe549dd.tar.xz
python/python-tlslite: Added (SSL and TLS crypto library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-tlslite/README')
-rw-r--r--python/python-tlslite/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-tlslite/README b/python/python-tlslite/README
new file mode 100644
index 0000000000..eb3b089acc
--- /dev/null
+++ b/python/python-tlslite/README
@@ -0,0 +1,4 @@
+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.