-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
47 lines (26 loc) · 892 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
0.3.4
Removed unnecessary features relating to auth-buffer size since it will now coincide with file buffer size
0.3.3
Removed using deprecated HMAC functions to start migrating to OpenSSL 3
0.3.2
Added signal handlers to detect when the child process has crashed
0.3.1
Refactored back to single-thread
Added a few debugging macros
0.3.0
Refactored code to try to multi-thread it
Fixed major mistake with message authentication
Added benchmarking and testing improvements
0.2.5
Added ability to specify "null" cipher for testing
0.2.4
Changed benchmarking function to write in CSV format
0.2.3
Re-enabled support for padded ciphers
0.2.2
Reverted to disabling padded ciphers https://github.com/kennbr34/evpencutil/pull/7
0.2.1
Fixed a few bugs
Fixed handling of padded ciphers or ciphers in CBC or ECB mode
0.2.0
Added ability to use standard input and output to program