usr/src/lib/tcltls/tls.1t.sunman
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.\" ident	"@(#)tls.1t.sunman	1.2	10/03/16 SMI"
.\"
.\" This man page created by Sun to provide an overview of the tls
.\"
.TH "tls" 1T 1.6 tls "Tcl Extension Packages"
.SH NAME
tls \- binding to Openssl Toolkit.
.SH DESCRIPTION
This extension provides a generic binding to OpenSSL, utilizing the
Tcl_StackChannel API for Tcl 8.2 and higher. The sockets behave exactly the
same as channels created using Tcl's built-in socket command with additional 
options for controlling the SSL session.
.LP
For the usage of the tls, see:
.IP
.B /usr/share/doc/tls-1.6/html/tls.htm
.LP
.SH LICENSE
To view the license terms, attribution, and copyright for tls, see
/var/sadm/pkg/SUNWtcltls/install/copyright.
.SH FILES
.PD 0
.TP 20
/usr/lib/tcl8.4/tls1.6/libtls1.6.so
shared object
.TP
/usr/lib/tcl8.4/tls1.6/tls.tcl 
tcl script for the extension
.PD
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	runtime/tcl-8/tcl-openssl
=
Interface Stability	Uncommitted
.TE
.SH "SEE ALSO"
openssl(5), libtcl(3)
.SH NOTES
Source for tls is available on http://opensolaris.org.