-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
96 lines (73 loc) · 1.66 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
TODO
* just read input if size is 0 ?
- test update with 0 byte buffer
* add support for the macosx replacement for libcrypto
* SHA224
- fix unknown type name 'SHA224_CTX' on mac os x
* SHA384
- add support
* SHA512
- local version
* hmacsum
- print number of bytes processed
- add man page (update spec file)
* hmac support
- use functions to determine block size
20130331
* see `git log' for more recent change log
* 2013 update
* updated dependencies
* changes for project move
* updated spec file
20121217
* updated dependencies
20120824
* tools fix for cygwin compilation
* added initial version of msvscpp files
* worked on adding control over process buffer size
* using libcfile to determine the file size
- check if this works on windows devices
* fixes for MinGW build
* email update
20120807
* updated dependencies
20120630
* updated dependencies
20120509
* updated dependencies
20120102
* 2012 update
20111231
* updated libcstring, libuna
20111224
* updated libcstring, libsystem, libuna
20111113
* code clean up
* updated libcstring, libsystem
20111031
* updated libcstring, libsystem, libuna
20111030
* updated configure.ac and m4 files
* updated common, libsystem, libuna
* worked on manuals
* worked on HMAC support
20111008
* updated README files
20111007
* updated configure.ac and m4 files
20110830
* updated configure, libuna
20110820
* code clean up
20110806
* fix for openssl/sha.h include in sha1 and sha256
* fix for SHA_CTX in sha1
20110801
* bug fix in MD5 transform clean up
* updated configure
20110724
* worked on SHA-1 support
* worked on test programs
* bug fix for test scenarios
20110723
* Initial version based on earlier work