Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor update to the README |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | c920627e0b68d3205c4426eb5f550b5cd937b1df |
User & Date: | rkeene 2016-12-14 01:10:20 |
Context
2016-12-14
| ||
14:40 | Updated EOF while reading from the BIO to map to soft EOF check-in: 24ce678ecd user: rkeene tags: trunk | |
06:18 | Started work on adding an "-autoservername" option to tls::socket which will automatically add the -servername <host> option check-in: f0c5ec5595 user: rkeene tags: feature-0d4541b86d-autoservername | |
01:10 | Minor update to the README check-in: c920627e0b user: rkeene tags: trunk | |
2016-12-13
| ||
21:50 | Remove spurious sentence check-in: 4dca0b3137 user: rkeene tags: trunk | |
Changes
Changes to README.txt.
12 12 Full filevent sematics should also be intact - see tests directory for 13 13 blocking and non-blocking examples. 14 14 15 15 The current release is TLS 1.6, with binaries built against OpenSSL 0.9.8g. 16 16 For best security and function, always compile from source with the latest 17 17 official release of OpenSSL (http://www.openssl.org/). 18 18 19 -TLS requires Tcl 8.2.0+, with 8.3.2+ preferred. The stacked channel 20 -implementation in Tcl was originally introduced in 8.2.0 (previously the 21 -Trf patch) and rewritten for 8.3.2+ due to inherent limitations in the 22 -earlier implementation. TLS should compile with any stubs-capable Tcl 23 -interpreter, but will require 8.2+ when loaded. There are known 24 -limitations in the 8.2.0-8.3.1 stacked channel implementation, so it is 25 -encouraged that people use TLS with an 8.3.2+ Tcl interpreter. These 26 -modifications are by Jeff Hobbs. 19 +TLS 1.7 and newer require Tcl 8.4.0+, older versions may be used if older 20 +versions of Tcl need to be used. 27 21 28 22 Non-exclusive credits for TLS are: 29 23 Original work: Matt Newman @ Novadigm 30 24 Updates: Jeff Hobbs @ ActiveState 31 25 Tcl Channel mechanism: Andreas Kupries 32 26 Impetus/Related work: tclSSL (Colin McCormack, Shared Technology) 33 27 SSLtcl (Peter Antman) 34 28 35 29 This code is licensed under the same terms as the Tcl Core.