keytest2.tcl at [d6cf1c2b2c]

File tests/keytest2.tcl artifact 24f9bfe9d5 part of check-in d6cf1c2b2c


package require tls

set s [tls::socket 127.0.0.1 12300]
puts $s "A line"
flush $s
puts [join [tls::status $s] \n]
exit