ntp: build is racy, do not parallelize
[unleashed-userland.git] / components / tcltls / tls.1t.sunman
blobba21457d3fed7edd72f387eb1f95e053d7ddf4e1
1 '\" t
2 .\" ident       "@(#)tls.1t.sunman      1.2     10/03/16 SMI"
3 .\"
4 .\" This man page created by Oracle to provide an overview of the tls
5 .\"
6 .TH "tls" 1T 1.6 tls "Tcl Extension Packages"
7 .SH NAME
8 tls \- binding to Openssl Toolkit.
9 .SH DESCRIPTION
10 This extension provides a generic binding to OpenSSL, utilizing the
11 Tcl_StackChannel API for Tcl 8.2 and higher. The sockets behave exactly the
12 same as channels created using Tcl's built-in socket command with additional 
13 options for controlling the SSL session.
14 .LP
15 For the usage of the tls, see:
16 .IP
17 .B /usr/share/doc/tls-1.6/html/tls.htm
18 .LP
19 .SH LICENSE
20 To view the license terms, attribution, and copyright for tls, run
21 "pkg info --license runtime/tcl-8/tcl-openssl".
22 .SH FILES
23 .PD 0
24 .TP 20
25 /usr/lib/tcl8.5/tls1.6/libtls1.6.so
26 shared object
27 .TP
28 /usr/lib/tcl8.5/tls1.6/tls.tcl 
29 tcl script for the extension
30 .PD
31 .SH "SEE ALSO"
32 openssl(5), libtcl(3)