[Lunar-commits] r20735 - moonbase/trunk/security/tls
Terry Chan
tchan at lunar-linux.org
Mon Jul 17 03:22:10 UTC 2006
Author: tchan
Date: 2006-07-17 03:22:09 +0000 (Mon, 17 Jul 2006)
New Revision: 20735
Modified:
moonbase/trunk/security/tls/DETAILS
Log:
Fixed the description and homepage for this module.
Modified: moonbase/trunk/security/tls/DETAILS
===================================================================
--- moonbase/trunk/security/tls/DETAILS 2006-07-16 17:40:42 UTC (rev 20734)
+++ moonbase/trunk/security/tls/DETAILS 2006-07-17 03:22:09 UTC (rev 20735)
@@ -2,19 +2,22 @@
VERSION=1.5.0
SOURCE=$MODULE$VERSION-src.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\1.5
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}1.5
SOURCE_VFY=sha1:66611f384f4b1c5e126ac8fc1cd03040bbe8ac16
- WEB_SITE=http://amsn.sourceforge.net/index.php/
+ WEB_SITE=http://sourceforge.net/projects/tls
ENTERED=20060706
UPDATED=20060706
- SHORT="TLS (aka SSL) Channel"
+ SHORT="OpenSSL TCL extension"
cat << EOF
-LS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
+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.
+TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections
+on top of the Tcl socket mechanism. Within a few lines of code, users can query
+https servers (see the tclhttpd project for an https server using TLS).
+
Needed by amsn.
EOF
-
More information about the Lunar-commits
mailing list