Artifact fc1b7f572b662ad9b4c01c3ad7691c93d98bdb74:
- File tests/oldTests/tlsCiphers.tcl — part of check-in [c75816429f] at 2016-11-22 22:11:45 on branch tls-1-7 — Removed artifacts from conversion from CVS (user: rkeene, size: 265) [annotate] [blame] [check-ins using] [more...]
# # 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