diff options
author | Bruno Vezzaro <b.vezzaro@gmail.com> | 2010-05-12 23:31:30 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:31:30 +0200 |
commit | e86ab45b913bf8421619dac1d98b5b1ef428285d (patch) | |
tree | 464e2e7e5db047d8cf3364434cf01da369860f72 /libraries/tls/README | |
parent | f237e55f15de31d6b8d54a656474fc8720299481 (diff) |
libraries/tls: Added to 12.2 repository
Diffstat (limited to 'libraries/tls/README')
-rw-r--r-- | libraries/tls/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/tls/README b/libraries/tls/README new file mode 100644 index 000000000000..ecad42cf12c1 --- /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. |