author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 29 Aug 2012 11:05:56 -0700 | |
changeset 957 | 255465c5756f |
parent 404 | f62f2053b654 |
child 3893 | 156465e92df3 |
permissions | -rw-r--r-- |
404
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
1 |
'\" t |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
2 |
.\" ident "@(#)tls.1t.sunman 1.2 10/03/16 SMI" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
3 |
.\" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
4 |
.\" This man page created by Oracle to provide an overview of the tls |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
5 |
.\" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
6 |
.TH "tls" 1T 1.6 tls "Tcl Extension Packages" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
7 |
.SH NAME |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
8 |
tls \- binding to Openssl Toolkit. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
9 |
.SH DESCRIPTION |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
10 |
This extension provides a generic binding to OpenSSL, utilizing the |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
11 |
Tcl_StackChannel API for Tcl 8.2 and higher. The sockets behave exactly the |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
12 |
same as channels created using Tcl's built-in socket command with additional |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
13 |
options for controlling the SSL session. |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
14 |
.LP |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
15 |
For the usage of the tls, see: |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
16 |
.IP |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
17 |
.B /usr/share/doc/tls-1.6/html/tls.htm |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
18 |
.LP |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
19 |
.SH LICENSE |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
20 |
To view the license terms, attribution, and copyright for tls, run |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
21 |
"pkg info --license runtime/tcl-8/tcl-openssl". |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
22 |
.SH FILES |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
23 |
.PD 0 |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
24 |
.TP 20 |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
25 |
/usr/lib/tcl8.5/tls1.6/libtls1.6.so |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
26 |
shared object |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
27 |
.TP |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
28 |
/usr/lib/tcl8.5/tls1.6/tls.tcl |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
29 |
tcl script for the extension |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
30 |
.PD |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
31 |
.SH "SEE ALSO" |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
32 |
openssl(5), libtcl(3) |
f62f2053b654
7063147 migrate tcltls from SFW to userland
Liam Li<Liam.Li@Oracle.COM>
parents:
diff
changeset
|
33 |