• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..01-Mar-20134

._aclocal.m4H A D01-Mar-20134 KiB

._ChangeLogH A D01-Mar-20134 KiB

._configureH A D01-Mar-20134 KiB

._fixstrtod.cH A D01-Mar-20134 KiB

._license.termsH A D01-Mar-20134 KiB

._Makefile.inH A D01-Mar-20134 KiB

._README.txtH A D01-Mar-20134 KiB

._tclOpts.hH A D01-Mar-20134 KiB

._teapot.txtH A D01-Mar-20134 KiB

._tls.cH A D01-Mar-20134 KiB

._tls.hH A D01-Mar-20134 KiB

._tls.htmH A D01-Mar-20134 KiB

._tls.tclH A D01-Mar-20134 KiB

._tlsBIO.cH A D01-Mar-20134 KiB

._tlsInt.hH A D01-Mar-20134 KiB

._tlsIO.cH A D01-Mar-20134 KiB

._tlsX509.cH A D01-Mar-20134 KiB

aclocal.m4H A D18-Aug-20105 KiB

ChangeLogH A D18-Aug-201016.2 KiB

configureH A D01-Mar-2013325.6 KiB

configure.inH A D11-Dec-20128.1 KiB

fixstrtod.cH A D18-Aug-2010884

license.termsH A D18-Aug-20102.1 KiB

Makefile.inH A D18-Aug-201014.3 KiB

README.txtH A D18-Aug-20101.6 KiB

tclconfig/H18-Aug-20108

tclOpts.hH A D18-Aug-20101.3 KiB

teapot.txtH A D18-Aug-201059

tests/H18-Aug-201020

tls.cH A D18-Aug-201041.5 KiB

tls.hH A D18-Aug-20101.1 KiB

tls.htmH A D18-Aug-201016.4 KiB

tls.tclH A D18-Aug-20106.5 KiB

tlsBIO.cH A D18-Aug-20104.6 KiB

tlsInt.hH A D18-Aug-20107.2 KiB

tlsIO.cH A D18-Aug-201028 KiB

tlsX509.cH A D18-Aug-20104.4 KiB

win/H18-Aug-201010

README.txt

1Original TLS Copyright (C) 1997-2000 Matt Newman <matt@novadigm.com>
2TLS 1.4.1    Copyright (C) 2000 Ajuba Solutions
3TLS 1.6      Copyright (C) 2008 ActiveState Software Inc.
4
5$Header: /cvsroot/tls/tls/README.txt,v 1.7 2008/03/19 22:49:12 hobbs2 Exp $
6
7TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
8
9Both client and server-side sockets are possible, and this code should work
10on any platform as it uses a generic mechanism for layering on SSL and Tcl.
11
12Full filevent sematics should also be intact - see tests directory for
13blocking and non-blocking examples.
14
15The current release is TLS 1.6, with binaries built against OpenSSL 0.9.8g.
16For best security and function, always compile from source with the latest
17official release of OpenSSL (http://www.openssl.org/).
18
19TLS requires Tcl 8.2.0+, with 8.3.2+ preferred.  The stacked channel
20implementation in Tcl was originally introduced in 8.2.0 (previously the
21Trf patch) and rewritten for 8.3.2+ due to inherent limitations in the
22earlier implementation.  TLS should compile with any stubs-capable Tcl
23interpreter, but will require 8.2+ when loaded.  There are known
24limitations in the 8.2.0-8.3.1 stacked channel implementation, so it is
25encouraged that people use TLS with an 8.3.2+ Tcl interpreter.  These
26modifications are by Jeff Hobbs.
27
28Non-exclusive credits for TLS are:
29   Original work: Matt Newman @ Novadigm
30   Updates: Jeff Hobbs @ ActiveState
31   Tcl Channel mechanism: Andreas Kupries
32   Impetus/Related work: tclSSL (Colin McCormack, Shared Technology)
33                         SSLtcl (Peter Antman)
34
35This code is licensed under the same terms as the Tcl Core.
36