summaryrefslogtreecommitdiffstats
path: root/libraries/tls/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/tls/README')
-rw-r--r--libraries/tls/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/tls/README b/libraries/tls/README
new file mode 100644
index 0000000000..ecad42cf12
--- /dev/null
+++ b/libraries/tls/README
@@ -0,0 +1,5 @@
+A portable extension that provides the power of OpenSSL to Tcl programs.
+This extension can be used to utilize SSL encryption on top of any valid
+Tcl Channel not just sockets. The sockets behave exactly the same as
+channels created using Tcl's built-in socket command, with additional
+options for controlling the SSL session.