components/tcltls/tls.1t.sunman
changeset 3892 2f2a1e2da621
parent 3891 d2dffb0b5ea6
child 3896 9ac96ba60329
equal deleted inserted replaced
3891:d2dffb0b5ea6 3892:2f2a1e2da621
     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)
       
    33