Dees_Troy | 83bd483 | 2013-05-04 12:39:56 +0000 | [diff] [blame] | 1 | --------------------------------------------------------------------------- |
| 2 | OpenAES-0.7.0 |
| 3 | Nabil S. Al Ramli |
| 4 | www.nalramli.com |
| 5 | --------------------------------------------------------------------------- |
| 6 | |
| 7 | OpenAES-0.7.0 |
| 8 | ------------- |
| 9 | * implement oaes command line utility |
| 10 | * defect: oaes_decrypt() does not have a way to tell if pad pattern is accidental |
| 11 | |
| 12 | OpenAES-0.6.0 |
| 13 | ------------- |
| 14 | * add stepping pause to vt_aes |
| 15 | |
| 16 | OpenAES-0.5.0 |
| 17 | ------------- |
| 18 | * defect: algorithm errors with ExpandKey for 192 bit and 256 bit keys |
| 19 | |
| 20 | OpenAES-0.4.0 |
| 21 | ------------- |
| 22 | * add vt_aes test program |
| 23 | * defect: algorithm errors with ShiftRows and MixColumns |
| 24 | * OAES_DEBUG config to step through encryption and decryption |
| 25 | * defect: test_performance crash when printing results |
| 26 | * allow user to specify iv by passing it to oaes_set_option() |
| 27 | * oaes_key_import_data() and oaes_key_export_data() to operate on key data directly |
| 28 | * defect: Access violation in oaes_key_export() |
| 29 | |
| 30 | OpenAES-0.3.0 |
| 31 | ------------- |
| 32 | * Add CMake support |
| 33 | * platform independence fixes |
| 34 | |
| 35 | OpenAES-0.2.0 |
| 36 | ------------- |
| 37 | * Add performance tests |
| 38 | * Implement CBC mode in AES algorithm |
| 39 | * Performance improvements in oaes_shift_rows() and oaes_inv_shift_rows() |
| 40 | |
| 41 | OpenAES-0.1.0 |
| 42 | ------------- |
| 43 | * Implement AES algorithm |