@@ -20,11 +20,11 @@
SYNOPSIS
package require Tcl ?8.2?
-
package require tls ?1.4?
+
package require tls ?1.5?
 
tls::init ?options?
tls::socket ?options? host port
tls::socket ?-server command? ?options? port
@@ -50,11 +50,11 @@ toolkit.

SYNOPSIS

package require Tcl 8.2
-package require tls 1.4
+package require tls 1.5

tls::init ?options?
tls::socket ?options? host port
tls::socket ?-server command? ?options? port
@@ -74,14 +74,14 @@ Tcl_StackChannel API for Tcl 8.2 and higher. The sockets behave exactly the same as channels created using Tcl's built-in socket command with additional options for controlling the SSL session. To use TLS with an earlier version of Tcl than 8.2, please obtain -TLS v1.3. Please note that there are known limitations with the +TLS 1.3. Please note that there are known limitations with the stacked channel implementation prior to 8.3.2, so it is recommended -that TLS is used with an 8.3.2+ interpreter. TLS v1.4 will work -with 8.2+, it is just more stable with 8.3.2+. +that TLS is used with an 8.3.2+ interpreter. The current version +of TLS will work with Tcl 8.2+, it is just more stable with 8.3.2+.

COMMANDS

Typically one would use the tls::socket command