diff options
author | peter <peter@pkgsrc.org> | 2005-01-22 19:45:23 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-22 19:45:23 +0000 |
commit | c8461a6dd747bc781129a48983c9cdafe53e688f (patch) | |
tree | 310ffc27d0fc0aeecd6d4b7b6535029c342ac2c8 /security/tcl-tls/DESCR | |
parent | b8be49eb610826d7861d57394980715ec2b6b377 (diff) | |
download | pkgsrc-c8461a6dd747bc781129a48983c9cdafe53e688f.tar.gz |
Reimport as security/tcl-tls, suggested by Christoph Badura.
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.
Diffstat (limited to 'security/tcl-tls/DESCR')
-rw-r--r-- | security/tcl-tls/DESCR | 4 |
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. |