head	1.2;
access;
symbols
	tcllib-1-13:1.2
	tcllib-1-12:1.2
	tklib-0-5:1.1
	tcllib-1-11-1:1.1
	tcllib-1-11:1.1
	tcllib-1-10:1.1
	tcllib-1-9:1.1
	tcllib-1-8:1.1
	tcllib-1-7:1.1
	tcllib-1-6-1:1.1
	tcllib-1-6-branch:1.1.0.2
	tcllib-1-6:1.1
	tcllib-1-4-0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.04.10.23.44.02;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.09.18.34.44;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.2
log
@
	* ca.crt: New files, SSL/TLS certificates for use in testsuites.
	* ca.key: ca.* = Tcllib Certification Authority
	* ca.key.password: Receiver, Transmitter = Certificates for two
	* receiver.crt: sides of a communication channel.
	* receiver.key:
	* transmitter.crt:
	* transmitter.key:

	* README: Acknowledgement added for the SimpleCA software used to
	  create the certificates.
@
text
@
Right now this module only contains code to make the handling of sub
processes from within a testsuite easier in general and of minimal
protocol server especially. Things which are not directly within in
the scope of the package "tcltest".

The initial name for the module was 'testsupport'. This was changed to
'devtools' to allow the collection other code here too. Like for
example the generation of TEA 2 compatible configure scripts and
Makefiles.

For now the contents are considered internal to tcllib and are neither
listed in the main makefile, nor do they have a package index file. So
even if the module and its code gets installed it won't be useable
without jumping through some hoops.

The code is used in some of the tcllib testsuites. Well, one actually,
currently, "pop3".


These certificates have been created with SimpleCA,
see http://wiki.tcl.tk/11419
and http://users.skynet.be/ballet/joris/SimpleCA/
@


1.1
log
@
	* New module: devtools. Internal use only for now. Does not
	  contain true packages.

	* First contents are support for sub-processes in testsuites.
@
text
@d19 5
@

