Tk Library Source Code

View Ticket
Login
Ticket UUID: 2993029
Title: aes procedure gives an error _just_ with a given vector
Type: Bug Version: None
Submitter: jmarro Created on: 2010-04-27 14:44:18
Subsystem: aes Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2010-07-07 02:41:09
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2010-07-06 19:41:09
Description:
After some "test and error", I find out that the vector that I am trying to decrypt triggers an error !!! but with similar vector the error does not happen!!!
I upload a file with the ok vectors, and the bad one.
Please, give me some feedback asas. Thank yo very much.
Josep
User Comments: andreas_kupries added on 2010-07-07 02:41:09:

allow_comments - 1

andreas_kupries added on 2010-07-07 02:41:08:
Fixed. While a bit thin in the description itself the test script allowed me to track this down. The issue was an intermediate value leaving the int32 range when this script is run by Tcl 8.5 and higher. While there was already code limiting such values to int32 not everything was caught.
Package version bumped to 1.0.2.

jmarro added on 2010-04-28 02:55:55:

File Deleted - 372007: 



File Added - 372036: proves00_AES.tcl

jmarro added on 2010-04-27 21:44:18:

File Added - 372007: proves00 AES.tcl

Attachments: