summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 1129d422cd9b5148ea4ac521a4289617b7f25fbb (plain)
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
2014-09-23  Dmitry Kasatkin <d.kasatkin@samsung.com>

	version 0.9
	* Updated README
	* man page generated and added to the package
	* Use additional SMACK xattrs for EVM signature generation
	* Signing functions moved to libimaevm for external use (RPM)
	* Fixed setting of correct hash header

2014-05-05  Dmitry Kasatkin <d.kasatkin@samsung.com>

	version 0.8
	* Symbilic names for keyrings
	* Hash list signing
	* License text fix for using OpenSSL
	* Help output fix

2014-02-17  Dmitry Kasatkin <d.kasatkin@samsung.com>

	version 0.7
	* Fix symbolic links related bugs
	* Provide recursive fixing
	* Provide recursive signing
	* Move IMA verification to the library (first for LTP use)
	* Support for target architecture data size
	* Remove obsolete module signing code
	* Code cleanup

2013-08-28  Dmitry Kasatkin <d.kasatkin@samsung.com>

	version 0.6
	* support for asymmetric crypto keys and new signature format (v2)
	* fixes to set correct hash algo for digital signature v1
	* uuid support for EVM
	* signature verification support
	* test scripts removed
	* README updates

2012-05-18  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>

	version 0.3
	* llistxattr returns 0 if there are no xattrs and it is valid
	* Added entry type to directory hash calculation
	* inline block variable renamed
	* Remove forced tag creation
	* Use libexec for programs and scripts
	* Some files updated
	* Do not search for algorithm as it is known
	* Refactored to remove redundant hash initialization code
	* Added hash calculation for special files

2012-04-05  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>

	version 0.2
	* added RPM & TAR building makefile rules
	* renamed evm-utils to ima-evm-utils
	* added command options description
	* updated error handling
	* refactored redundant code

2012-04-02  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>

	version 0.1.0
	* Fully functional version for lastest 3.x kernels

2011-08-24  Dmitry Kasatkin  <dmitry.kasatkin@intel.com>

	version 0.1
	* Initial public version.