tlsCiphers.tcl at [03a182febb]

File tests/oldTests/tlsCiphers.tcl artifact fc1b7f572b part of check-in 03a182febb


#
# Copyright (C) 1997-2000 Matt Newman <[email protected]>
#

set dir [file dirname [info script]]
cd $dir
source tls.tcl

if {[llength $argv] == 0} {
    puts stderr "Usage: ciphers protocol ?verbose?"
    exit 1
}
puts [join [eval tls::ciphers $argv] \n]
exit 0