Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ +2000-08-21 Jeff Hobbs + + * tests/tlsIO.test: require at least tls1.4 in test suite. + 2000-08-18 Jeff Hobbs * tls.c (Tls_Init): added call to RAND_seed to seed the SSL random number generator. Without this, OpenSSL 0.9.5 chokes, and in any case it is a big security hole to do without it. Index: tests/tlsIO.test ================================================================== --- tests/tlsIO.test +++ tests/tlsIO.test @@ -8,11 +8,11 @@ # Copyright (c) 1998-2000 Ajuba Solutions. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tlsIO.test,v 1.15 2000/07/27 01:58:19 hobbs Exp $ +# RCS: @(#) $Id: tlsIO.test,v 1.16 2000/08/23 00:11:38 hobbs Exp $ # Running socket tests with a remote server: # ------------------------------------------ # # Some tests in socket.test depend on the existence of a remote server to @@ -69,11 +69,11 @@ namespace import -force ::tcltest::* } # Load the tls package -package require tls +package require tls 1.4 set tlsServerPort 8048 # Specify where the certificates are