aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* moved TSS into pts objectAndreas Steffen2011-09-0811-87/+287
|
* reformatted TPM Version Info outputAndreas Steffen2011-09-081-11/+8
|
* cleaned up variable namesAndreas Steffen2011-09-081-7/+9
|
* imv-attestation needs trousersAndreas Steffen2011-09-081-1/+1
|
* define tpm_version_info as a chunkAndreas Steffen2011-09-081-33/+28
|
* log selected PTS measurement algorithmAndreas Steffen2011-09-082-4/+18
|
* shortened function names and moved to pts subdirectoryAndreas Steffen2011-09-089-23/+21
|
* log PA-TNC attribute namesAndreas Steffen2011-09-0810-6/+105
|
* Attestation IMV starts sending PA-TNC messagesAndreas Steffen2011-09-081-5/+22
|
* return resultAndreas Steffen2011-09-081-1/+1
|
* link libtspiAndreas Steffen2011-09-081-1/+1
|
* connection_id initialization got lostAndreas Steffen2011-09-081-0/+1
|
* added newlineAndreas Steffen2011-09-081-1/+1
|
* remove unwanted insertionAndreas Steffen2011-09-081-1/+1
|
* get rid of intermediate handshake_state variableAndreas Steffen2011-09-082-23/+10
|
* slightly modified IMC measurement algorithm selectionAndreas Steffen2011-09-081-5/+9
|
* cosmeticsAndreas Steffen2011-09-082-8/+5
|
* Implemented the ReceiveMessage function on imc/vSansar Choinyambuu2011-09-082-6/+188
|
* Implemented send_message of File Measurement PTS attribute on imc_attestationSansar Choinyambuu2011-09-082-22/+139
|
* 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-088-431/+32
|
* Explain PTS measurement algorithm proposalAndreas Steffen2011-09-081-1/+9
|
* created PTS Functional Component Name header fileAndreas Steffen2011-09-086-162/+183
|
* 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
|
* use libstrongswan hasherAndreas Steffen2011-09-081-60/+28
|
* specify supported PTS measurement algorithmsAndreas Steffen2011-09-081-5/+18
|
* 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-089-33/+152
|
* refactored PTS measurement algorithmsAndreas Steffen2011-09-0812-504/+89
|
* make imv_attestation plugin compileAndreas Steffen2011-09-082-10/+10
|
* shortened some type names and enforced encoding rulesAndreas Steffen2011-09-0821-232/+460
|
* automatically parse TCG PTS attributesAndreas Steffen2011-09-081-9/+37
|
* Started implementing Notification Handshake and Send Message FunctionsSansar Choinyambuu2011-09-082-15/+406
|
* Finalized State class implementations for Attestation IMV/CSansar Choinyambuu2011-09-084-4/+99
|
* Corrected typoSansar Choinyambuu2011-09-081-2/+2
|
* Modified the handling switch for Attributes reception on Attestation IMV/CSansar Choinyambuu2011-09-082-25/+17
|
* Implemented TCG PTS File Measurement attributeSansar Choinyambuu2011-09-083-1/+495
|
* 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
* Implemented TCG PTS Simple Evidence Final and Request File Measurement ↵Sansar Choinyambuu2011-09-081-1/+3
| | | | 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-083-1/+1044
|
* 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-083-1/+249
| | | | Added two new Attributes to sources in Makefile
* Draft version of TCG PTS Request Function Component Evidence AttributeSansar Choinyambuu2011-09-082-0/+532
|