Differences From Artifact [4103d4acae]:
- File tests/keytest2.tcl — part of check-in [2c0be4cb7f] at 2024-07-05 18:03:44 on branch tls-1.8 — Updated callback handlers in tls.tcl to be backwards compatible for earlier TCLTLS versions (user: bohagan, size: 241) [annotate] [blame] [check-ins using]
To Artifact [de5bedeb58]:
- File tests/keytest2.tcl — part of check-in [1ef3d3faef] at 2024-10-26 16:08:31 on branch tls-1.8 — Removed extra padding, convert spaces to tabs, etc. (user: bohagan, size: 240) [annotate] [blame] [check-ins using] [more...]
|
| | | 1 2 3 4 5 6 7 8 | #!/usr/bin/env tclsh set auto_path [linsert $auto_path 0 [file normalize [file join [file dirname [info script]] ..]]] package require tls set s [tls::socket 127.0.0.1 12300] puts $s "A line" flush $s |
︙ | ︙ |