From e86ab45b913bf8421619dac1d98b5b1ef428285d Mon Sep 17 00:00:00 2001 From: Bruno Vezzaro Date: Wed, 12 May 2010 23:31:30 +0200 Subject: libraries/tls: Added to 12.2 repository --- libraries/tls/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/tls/README (limited to 'libraries/tls/README') 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. -- cgit v1.2.3