2009-12-07 Andreas Kupries * * Released and tagged Tcllib 1.12 ======================== * 2009-01-19 Elchonon Edelson * aes.man: Minor enhancement. 2008-12-12 Andreas Kupries * * Released and tagged Tcllib 1.11.1 ======================== * 2008-10-16 Andreas Kupries * * Released and tagged Tcllib 1.11 ======================== * 2008-06-06 Andreas Kupries * aes.pcx: New file. Syntax definitions for the public commands of the aes package. 2008-05-13 Andreas Kupries * pkgIndex.tcl: Version bump missed the index :( 2008-05-12 Andreas Kupries * aes.tcl (DecryptBlock, EncryptBlock): Added code limiting the * aes.man: values to int32 range, to prevent going out of range * aes.test: when run by Tcl 8.5 and its bignums. Extended * pkgIndex.tcl: testsuite to catch a problematic case which fails without the change. Bumped version to 1.0.1. * aes.tcl (::aes::Pop, ::aes::aes): Also, cleaned up upvar command without explicit level information. 2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-03-19 Andreas Kupries * aes.man: Fixed all warnings due to use of now deprecated commands. Added a section about how to give feedback. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2006-01-22 Andreas Kupries * aes.test: More boilerplate simplified via use of test support. 2006-01-19 Andreas Kupries * aes.test: Hooked into the new common test support code. 2005-10-18 Andreas Kupries * aes.bench: Extended with benchmarks for the keyschedule. 2005-10-06 Andreas Kupries * * Released and tagged Tcllib 1.8 ======================== * 2005-09-04 Pat Thoyts * aes.tcl: Frink warning suppression * aes.man: Added a description of cipher modes of operation. 2005-09-01 Pat Thoyts * aes.tcl: Re-written to support CBC mode AES and to allow for * aes.test: the tcllib-style programming API (as per blowfish, RC4 and * aes.man: the hash implementations). Converted from an array based * pkgIndex.tcl: implementation to a list based implementation and gained a 4x speedup. Set to 1.0.0 for now the API is fixed. 2005-08-30 Andreas Kupries * pkgIndex.tcl: **New file**. Added the missing package index without which the package cannot be used. 2005-08-29 Pat Thoyts * aes.tcl: Added a number of performance improvements * aes.test: 2005-08-29 Pat Thoyts * aes.tcl: Initial import of a Tcl implementation of * aes.test: the Advanced Encryption Standard contributed * aes.man: by Thorsten Schloermann