summaryrefslogtreecommitdiff
path: root/security/tcl-tls/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/tcl-tls/DESCR')
-rw-r--r--security/tcl-tls/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/tcl-tls/DESCR b/security/tcl-tls/DESCR
new file mode 100644
index 00000000000..e5334f0036a
--- /dev/null
+++ b/security/tcl-tls/DESCR
@@ -0,0 +1,4 @@
+TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
+
+Both client and server-side sockets are possible, and this code should work
+on any platform as it uses a generic mechanism for layering on SSL and Tcl.