aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/tcg
Commit message (Collapse)AuthorAgeFilesLines
...
* The file and directory lists are queried from dbSansar Choinyambuu2011-09-082-17/+23
| | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested
* Deleted unnecessary debug statementSansar Choinyambuu2011-09-081-3/+0
|
* chunk_clone after read_dataSansar Choinyambuu2011-09-084-1/+15
|
* Removed unnecessary structSansar Choinyambuu2011-09-081-8/+0
|
* implemented access to PTS file measurement databaseAndreas Steffen2011-09-082-7/+13
|
* Moved hashing functionalities to pts objectSansar Choinyambuu2011-09-082-0/+137
|
* Moved structures related to File Measurement to pts.hSansar Choinyambuu2011-09-081-11/+2
|
* replaced unreliable tabs by spacesAndreas Steffen2011-09-081-21/+20
|
* added pts database interfaceAndreas Steffen2011-09-082-0/+139
|
* Implemented Error Codes Enumeration for PTSSansar Choinyambuu2011-09-082-0/+94
|
* detect TPM presence on IMCAndreas Steffen2011-09-081-35/+57
|
* moved proto_caps and meas_algo to pts objectAndreas Steffen2011-09-084-24/+145
|
* moved TSS into pts objectAndreas Steffen2011-09-082-0/+203
|
* shortened function names and moved to pts subdirectoryAndreas Steffen2011-09-086-15/+15
|
* added newlineAndreas Steffen2011-09-081-1/+1
|
* cosmeticsAndreas Steffen2011-09-082-8/+5
|
* moved file_meas_entry_t struct to header fileSansar Choinyambuu2011-09-082-10/+11
|
* Restored the changesSansar Choinyambuu2011-09-081-1/+1
|
* combined request with tcg_pts_attr_proto_capsAndreas Steffen2011-09-084-421/+25
|
* created PTS Functional Component Name header fileAndreas Steffen2011-09-085-162/+182
|
* shortened type name to pts_pcr_transform_tAndreas Steffen2011-09-083-39/+39
|
* cosmeticsAndreas Steffen2011-09-081-3/+3
|
* set_algorithms method not neededAndreas Steffen2011-09-082-17/+0
|
* convert pts_meas_algo_t to hash_algorithm_typeAndreas Steffen2011-09-082-1/+26
|
* moved pts_meas_algorithms_t to own header fileAndreas Steffen2011-09-086-28/+137
|
* refactored PTS measurement algorithmsAndreas Steffen2011-09-088-490/+73
|
* shortened some type names and enforced encoding rulesAndreas Steffen2011-09-0819-225/+451
|
* Corrected typoSansar Choinyambuu2011-09-081-2/+2
|
* Implemented TCG PTS File Measurement attributeSansar Choinyambuu2011-09-082-0/+493
|
* Corrected wrong parameter nameSansar Choinyambuu2011-09-081-1/+1
|
* Implemented TCG PTS Simple Evidence Final and Request File Measurement ↵Sansar Choinyambuu2011-09-084-0/+1018
| | | | attributes
* Changed the type of hash algorithm to the enum variableSansar Choinyambuu2011-09-082-16/+18
| | | | Replaced the values of flag enum variables
* Implemented TCG PTS Simple Component Evidence AttributeSansar Choinyambuu2011-09-082-0/+1042
|
* Use chunk_t.len instead of sizeof functionSansar Choinyambuu2011-09-083-17/+16
| | | | Bit 0 for the flag fields is the most significant field
* Changed the type of name field to corresponding enum typeSansar Choinyambuu2011-09-082-17/+21
|
* Finalized the implementation of TCG PTS Request Functional Component ↵Sansar Choinyambuu2011-09-082-61/+114
| | | | Evidence Attribute
* Implemented TCG PTS Generate Attestation Evidence attributeSansar Choinyambuu2011-09-082-0/+246
| | | | Added two new Attributes to sources in Makefile
* Draft version of TCG PTS Request Function Component Evidence AttributeSansar Choinyambuu2011-09-082-0/+532
|
* Commented compiler options Wall Werror for MakefileSansar Choinyambuu2011-09-081-1/+1
| | | | Corrected bit 0 for AIK flags to be least significant bit
* Debugged TCG PTS attributes implementationsSansar Choinyambuu2011-09-0810-76/+84
|
* Changes according to the new PTS Attributes additionSansar Choinyambuu2011-09-081-1/+1
|
* Implemented TCG PTS AttributesSansar Choinyambuu2011-09-0816-0/+2406
|
* created empty imc_attestation and imv_attestation plugin hullsAndreas Steffen2011-09-082-0/+204