summaryrefslogtreecommitdiffstats
path: root/python/python-tlslite/README
diff options
context:
space:
mode:
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.