blob: 8ea94cf6a01fe04f2084992f730074150bd5a8d7 [file] [log] [blame]
Dees_Troy83bd4832013-05-04 12:39:56 +00001---------------------------------------------------------------------------
2OpenAES-0.7.0
3Nabil S. Al Ramli
4www.nalramli.com
5---------------------------------------------------------------------------
6
7OpenAES-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
12OpenAES-0.6.0
13-------------
14* add stepping pause to vt_aes
15
16OpenAES-0.5.0
17-------------
18* defect: algorithm errors with ExpandKey for 192 bit and 256 bit keys
19
20OpenAES-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
30OpenAES-0.3.0
31-------------
32* Add CMake support
33* platform independence fixes
34
35OpenAES-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
41OpenAES-0.1.0
42-------------
43* Implement AES algorithm