platform/upstream/ima-evm-utils.git
2014-01-24 Dmitry KasatkinUse verify_hash() for EVM verification as well
2014-01-24 Dmitry KasatkinMove signature version checking to verify_hash()
2014-01-24 Dmitry KasatkinMove hash verification to separate function
2014-01-24 Dmitry KasatkinMove signature verification implementation to the library
2014-01-17 Dmitry KasatkinInitial library skeleton
2014-01-17 Dmitry KasatkinImplement recursive IMA signing
2014-01-17 Dmitry KasatkinRename de_type to search_type
2014-01-17 Dmitry KasatkinMove file type checking to separate function
2014-01-17 Dmitry KasatkinImplement recursive EVM signing
2014-01-17 Dmitry KasatkinExport find() declaration for the following patches
2014-01-17 Dmitry KasatkinPrevent reading of inode generation for special files...
2014-01-17 Dmitry KasatkinPrevent reading of inode generation for special files
2014-01-17 Dmitry KasatkinUse lgetxattr() instead of getxattr()
2014-01-17 Dmitry KasatkinUse lsetxattr() instead of setxattr()
2014-01-17 Dmitry KasatkinImplement recursive efficient IMA fixing
2014-01-16 Dmitry KasatkinScript for generating self-signed certificate
2014-01-16 Dmitry KasatkinProvide spec file for gbs build system
2014-01-16 Dmitry KasatkinMove spec file to packaging directory
2014-01-15 Dmitry KasatkinIMA measurement list verification (experimental)
2013-11-12 Dmitry KasatkinDefine __packed
2013-11-12 Dmitry KasatkinProvide hexdump functions without new line
2013-11-12 Dmitry Kasatkinsplit signature verification function for passing signa...
2013-10-31 Dmitry Kasatkinscripts to generate ca and keys
2013-09-04 Dmitry KasatkinLicense changed from LGPL to GPL as in COPYING
2013-08-28 Dmitry KasatkinVersion 0.6 release v0.6
2013-08-28 Dmitry KasatkinFix cleanup in the case of errors
2013-08-27 Dmitry Kasatkinfix the crash when key file is not found
2013-08-13 Dmitry Kasatkinmake --imahash or --imasig optional for EVM signing
2013-08-13 Dmitry Kasatkinperform uuid format checking and error handling
2013-08-13 Dmitry Kasatkinmake argument for '-u' option as optional
2013-08-09 Vivek GoyalSave full security.ima attribute to a file
2013-08-09 Vivek GoyalGet signature version from the header
2013-08-09 Vivek GoyalMove key file selection to later phase
2013-08-09 Vivek GoyalUse enums for signature versions
2013-08-09 Vivek GoyalLet user specified hash algo take precedence
2013-07-15 Vivek GoyalGet hash algorithm info from the signature
2013-07-15 Vivek GoyalPut right hash algo info in digital signature version...
2013-07-15 Vivek GoyalFix hash array size in verify_ima()
2013-07-10 Vivek Goyalevmctl: Fix signature verification code for V2 digital...
2013-07-10 Dmitry KasatkinFix verification using signature file
2013-02-11 Dmitry Kasatkinsupport for asymmetric crypto keys and new signature... v0.5
2013-02-11 Dmitry Kasatkinadded uuid support for EVM
2012-09-10 Dmitry KasatkinUpdate README v0.4
2012-09-10 Dmitry KasatkinRemove test scripts
2012-09-06 Dmitry Kasatkinremove directory entry list sorting
2012-09-06 Dmitry Kasatkinadded ima signature verification support
2012-09-06 Dmitry Kasatkindo not output type prefix for sig files
2012-09-06 Dmitry Kasatkinadded support for kernel module signature
2012-09-06 Dmitry Kasatkindisable printing signature when using sigfiles
2012-09-06 Dmitry KasatkinRemove tag creation
2012-09-06 Dmitry KasatkinVersion 0.3 v0.3
2012-09-06 Dmitry KasatkinAdded hash calculation for special files
2012-09-06 Dmitry KasatkinRefactored to remove redundant hash initialization...
2012-09-06 Dmitry KasatkinDo not search for algorithm as it is known
2012-09-06 Dmitry KasatkinSome files updated
2012-09-06 Dmitry KasatkinUse libexec for programs and scripts
2012-09-06 Dmitry KasatkinRemove forced tag creation
2012-09-06 Dmitry Kasatkininline block variable renamed
2012-09-06 Dmitry KasatkinAdded entry type to directory hash calculation
2012-09-06 Dmitry Kasatkinllistxattr returns 0 if there are no xattrs and it...
2012-09-06 Dmitry Kasatkinevm-utils renamed to ima-evm-utils. v0.2
2012-09-06 Dmitry KasatkinAdded RPM and TAR building rules
2012-09-06 Dmitry Kasatkinadded command options description
2012-09-06 Dmitry Kasatkinremoved unused parameter
2012-09-06 Dmitry Kasatkinimport functions combined
2012-09-06 Dmitry Kasatkinupdated error handling
2012-09-06 Dmitry Kasatkinread list of existing extended attributes
2012-09-06 Dmitry Kasatkinadded HMAC API error handling
2012-09-06 Dmitry Kasatkinversion 0.1.0 v0.1.0
2012-09-06 Dmitry Kasatkinremove unused parameter
2012-09-06 Dmitry KasatkinChanged time_t timestamp type to uint32_t
2012-09-06 Dmitry KasatkinAdded missing CFLAGS
2012-09-06 Dmitry KasatkinAdded signature write to .sig file
2012-09-06 Dmitry KasatkinChange set_xattr to xattr.
2012-09-06 Dmitry KasatkinChanged to conform Linux kernel coding style
2012-09-06 Dmitry Kasatkinadded password parameter for using encrypted keys
2012-09-06 Dmitry Kasatkinadded openssl initialization and error reporting
2012-09-06 Dmitry Kasatkinminor fixes
2011-12-02 Dmitry KasatkinScripts for searching not only root owned files
2011-12-02 Dmitry Kasatkindirectory hash calculation
2011-12-01 Dmitry KasatkinEVM hmac calculation
2011-11-30 Dmitry KasatkinEVP API for evm hash calculation
2011-11-24 Dmitry Kasatkinevmctl - IMA/EVM control tool
2010-11-25 Dmitry Kasatkininitial empty repo