Differences From Artifact [9ae291a22a]:
- Executable file tests/keytest2.tcl — part of check-in [baa98c9b5d] at 2016-11-29 23:46:42 on branch tls-1-7 — Updated key tests (user: rkeene, size: 241) [annotate] [blame] [check-ins using] [more...]
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 |
︙ | ︙ |