Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Temporary commenting out of processing optional PCR Composite field | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Used Openssl RSA_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+58 | |
| | | ||||||
* | | Fixed calculate quote info function -> initialize PCR bit mask array with zeroes | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+5 | |
| | | | | | | | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info | |||||
* | | Changed definition of pcr_value in pcr_entry_t structure | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+47 | |
| | | | | | | | | Implemented function to check if recevied PCR after value matches with any configured pcr value | |||||
* | | Implemented Quote Digest constructing function for IMV | Sansar Choinyambuu | 2011-11-28 | 2 | -4/+17 | |
| | | | | | | | | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function | |||||
* | | Replaced with boolean variable for PCR info included and Evidence Signature ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -9/+94 | |
| | | | | | | | | | | | | included flags Write and Read flags to int first and set flags /Due to special definition/ | |||||
* | | Loading AIK Blob from file configured | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+3 | |
| | | | | | | | | Finalized implementation of quote_tpm function | |||||
* | | Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+4 | |
| | | ||||||
* | | added the IMV_ATTESTATION_STATE_NONCE_REQ state | Andreas Steffen | 2011-11-28 | 1 | -5/+159 | |
| | | ||||||
* | | moved attribute processing to imc_attestation_process | Andreas Steffen | 2011-11-28 | 1 | -12/+0 | |
| | | ||||||
* | | moved attribute processing to imv_attestation_process | Andreas Steffen | 2011-11-28 | 1 | -2/+0 | |
| | | ||||||
* | | refactored DH group nonce exchange | Andreas Steffen | 2011-11-28 | 3 | -183/+19 | |
| | | ||||||
* | | normalized pts_dh_group function names | Andreas Steffen | 2011-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | added pts_dh_group_select | Andreas Steffen | 2011-11-28 | 1 | -0/+11 | |
| | | ||||||
* | | combine two algorithm checks | Andreas Steffen | 2011-11-28 | 1 | -6/+2 | |
| | | ||||||
* | | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 2 | -33/+186 | |
| | | ||||||
* | | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 3 | -3/+7 | |
| | | | | | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | | Changed definition of output and set them in quote_tpm function | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+8 | |
| | | ||||||
* | | Implemented first version of tpm quote function | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+5 | |
| | | ||||||
* | | added newline at end of file | Andreas Steffen | 2011-11-28 | 1 | -0/+1 | |
| | | ||||||
* | | Changed definition of get_my_pub_val function a little | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 | |
| | | ||||||
* | | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+9 | |
| | | | | | | | | of Simple Component Evidences | |||||
* | | Implemented functions for reading and extending TPM PCR | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+29 | |
| | | | | | | | | Made hash_file function a member of pts object | |||||
* | | Use struct containing the parameters for Create function | Sansar Choinyambuu | 2011-11-28 | 2 | -4/+3 | |
| | | | | | | | | Deleted unnecessary setter functions | |||||
* | | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 3 | -4/+7 | |
| | | ||||||
* | | Clone chunk_t parameters in create function | Sansar Choinyambuu | 2011-11-28 | 1 | -38/+0 | |
| | | ||||||
* | | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 3 | -0/+58 | |
| | | | | | | | | Implemented calculating session secrets | |||||
* | | Cloning chunk_t parameters in process message | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+2 | |
| | | ||||||
* | | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 4 | -2/+38 | |
| | | ||||||
* | | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+39 | |
| | | ||||||
* | | Write/Read flags field directly to/from variable | Sansar Choinyambuu | 2011-11-28 | 2 | -85/+5 | |
| | | ||||||
* | | Began implementing handline of Functional Component Measuring attributes | Sansar Choinyambuu | 2011-11-28 | 3 | -139/+17 | |
| | | ||||||
* | | Fixed bug at checking error code from file stat | Sansar Choinyambuu | 2011-11-28 | 2 | -1/+352 | |
| | | ||||||
* | | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 3 | -182/+137 | |
| | | ||||||
* | | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+181 | |
| | | | | | | | | implemented | |||||
* | | Fixed bug in construction of PCR_SELECT structure | Sansar Choinyambuu | 2011-11-28 | 2 | -29/+37 | |
| | | ||||||
* | | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 11 | -218/+281 | |
| | | | | | | | | Implemented handling of functional components evidence request/response | |||||
* | | Reverse the changes made to openssl plugin for signature verification | Sansar Choinyambuu | 2011-11-28 | 3 | -63/+0 | |
| | | ||||||
* | | reordered options | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | | ||||||
* | | Reversed unintended commit | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+2 | |
| | | ||||||
* | | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 4 | -23/+21 | |
| | | | | | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | | implemented simple delete from database | Andreas Steffen | 2011-11-28 | 2 | -3/+49 | |
| | | ||||||
* | | add product and file entries to database | Andreas Steffen | 2011-11-28 | 3 | -28/+115 | |
| | | ||||||
* | | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 4 | -59/+68 | |
| | | ||||||
* | | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 5 | -29/+61 | |
| | | | | | | | | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used | |||||
* | | allow file and product selection in hash query | Andreas Steffen | 2011-11-28 | 1 | -2/+29 | |
| | | ||||||
* | | applied some database fixes | Andreas Steffen | 2011-11-28 | 1 | -15/+10 | |
| | | ||||||
* | | refactored attest database tool | Andreas Steffen | 2011-11-28 | 5 | -405/+708 | |
| | | ||||||
* | | fixed SQL queries | Andreas Steffen | 2011-11-28 | 1 | -11/+17 | |
| | | ||||||
* | | get measurement hashes for a given file | Andreas Steffen | 2011-11-28 | 2 | -9/+70 | |
| | |