Tcl Library Source Code

ChangeLog at [64423c301d]
Login

File modules/des/ChangeLog artifact 5b0a3f6475 part of check-in 64423c301d


2005-10-06  Andreas Kupries  <[email protected]>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-09-26  Andreas Kupries <[email protected]>

	* des.man: Fixed syntax error introduced by the last commit.

2005-09-26  Pat Thoyts  <[email protected]>

	* des.tcl:       Imported TclDES to provide a more complete
	* des.test: 	 implementation of DES and 3DES which supports
	* des.man:       ECB,CBC,OFB and CFB modes. Tcllib des is now
	* tcldes.tcl:    a compatability wrapper which continues to
	* tcldesjr.tcl:  support the previous API and a new one.

2004-10-05  Andreas Kupries  <[email protected]>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-09-23  Andreas Kupries  <[email protected]>

	* des.tcl: Fixed expr'essions without braces.

2004-05-23  Andreas Kupries  <[email protected]>

	*
	* Released and tagged Tcllib 1.6.1 ========================
	* 

2004-02-15  Andreas Kupries  <[email protected]>

	*
	* Released and tagged Tcllib 1.6 ========================
	* 

2003-05-07  Pat Thoyts  <[email protected]>

	* des.tcl, des.man, pkgIndex.tcl: Hiked the version to 0.8.1
	* des.tcl (DesBlock): Change the final result from binary format
	to some bit-shifting for tcl < 8.4 to fix for 64 bit platforms.

2003-05-05  Andreas Kupries  <[email protected]>

	*
	* Released and tagged Tcllib 1.4 ========================
	* 

2003-04-11  Andreas Kupries  <[email protected]>

	* des.tcl:  Fixed bug #614591.

2003-02-11  Pat Thoyts  <[email protected]>

	* des.tcl: Imported and tcllib-ised the DES package
	from wiki page "DES in Tcl" by Jochen Loewer. NOT added to the
	main package list as it requires CBC/CFB/OFB modes for real use.
	* des.test: Modified the Trfcrypt DES test suite.
	* des.man: Simple documentation - needs more.