Differences From Artifact [a53b6ea2fa]:
- File tests/oldTests/tlsHttp.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: 750) [annotate] [blame] [check-ins using] [more...]
To Artifact [9ac8651bfa]:
- File tests/oldTests/tlsHttp.tcl — part of check-in [93eb73fd80] at 2024-02-16 14:03:28 on branch tls-1.7 — One more (user: jan.nijtmans, size: 749) [annotate] [blame] [check-ins using] [more...]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | source tls.tcl package require http # # Initialize context # #tls::init -certfile client.pem -cafile server.pem -ssl2 1 -ssl3 1 -tls1 0 ;#-cipher RC4-MD5 |
︙ |