aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Temporary commenting out of processing optional PCR Composite fieldSansar Choinyambuu2011-11-281-4/+9
|
* Used Openssl RSA_verify functionSansar Choinyambuu2011-11-282-9/+63
|
* Fixed calculate quote info function -> initialize PCR bit mask array with zeroesSansar Choinyambuu2011-11-283-58/+52
| | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info
* Included hasher.hSansar Choinyambuu2011-11-281-0/+1
|
* fixed typo in reason stringsSansar Choinyambuu2011-11-281-3/+3
|
* Check if matching value configured with the received pcr after value in ↵Sansar Choinyambuu2011-11-281-4/+13
| | | | Simple Component Evidence
* Changed definition of pcr_value in pcr_entry_t structureSansar Choinyambuu2011-11-282-12/+59
| | | | Implemented function to check if recevied PCR after value matches with any configured pcr value
* deleted unnecessary debuggin statementSansar Choinyambuu2011-11-281-1/+0
|
* return SHA1 hash of TPM Quote Info in calculate_quote_digestSansar Choinyambuu2011-11-281-3/+9
|
* Modified reason stringsSansar Choinyambuu2011-11-281-3/+3
|
* Replaced static string path with Metadata requests retrieved from pts databaseSansar Choinyambuu2011-11-281-4/+16
|
* Implemented new create enumerator function to get metadata request pathsSansar Choinyambuu2011-11-282-3/+27
| | | | Modified existing file_enumerator function to include just measurement requests
* Added measurement and metadata columns to files tableSansar Choinyambuu2011-11-282-43/+88
| | | | | Added "/etc/tnc_config" file record for metadata request Modified files table entries with measurement flag set
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-284-32/+353
| | | | | | 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 Choinyambuu2011-11-284-42/+156
| | | | | | included flags Write and Read flags to int first and set flags /Due to special definition/
* Loading AIK Blob from file configuredSansar Choinyambuu2011-11-283-59/+80
| | | | Finalized implementation of quote_tpm function
* Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public keySansar Choinyambuu2011-11-281-5/+8
|
* Added parentesis for logical conditions of IF statement to get rid of the ↵Sansar Choinyambuu2011-11-281-1/+1
| | | | warning
* added pts_dh_group_error_create() and pts_dh_nonce_error_create()Andreas Steffen2011-11-284-23/+80
|
* moved building of attributes to imv_attestation_buildAndreas Steffen2011-11-284-177/+266
|
* cosmeticsAndreas Steffen2011-11-281-14/+14
|
* moved commentsAndreas Steffen2011-11-283-23/+16
|
* added the IMV_ATTESTATION_STATE_NONCE_REQ stateAndreas Steffen2011-11-282-44/+38
|
* moved attribute processing to imc_attestation_processAndreas Steffen2011-11-284-630/+674
|
* aborting after fatal imv_attestation errorAndreas Steffen2011-11-282-9/+16
|
* moved attribute processing to imv_attestation_processAndreas Steffen2011-11-286-366/+489
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-2810-373/+339
|
* cosmeticsAndreas Steffen2011-11-281-9/+9
|
* normalized and extended pts_meas_algo functionsAndreas Steffen2011-11-282-7/+77
|
* renamed conversion function to pts_dh_group_to_ikeAndreas Steffen2011-11-282-3/+3
|
* normalized pts_dh_group function namesAndreas Steffen2011-11-282-29/+27
|
* added pts_dh_group_selectAndreas Steffen2011-11-282-5/+52
|
* combine two algorithm checksAndreas Steffen2011-11-281-5/+2
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-285-157/+120
|
* Changed encoding type to ASN.1 DERSansar Choinyambuu2011-11-281-2/+2
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-284-28/+101
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Removed unnecessary setter functionsSansar Choinyambuu2011-11-282-118/+0
|
* Fixes for memory leaksSansar Choinyambuu2011-11-282-3/+3
|
* Freeing memory allocated for AIK after writingSansar Choinyambuu2011-11-281-0/+1
|
* Changed definition of output and set them in quote_tpm functionSansar Choinyambuu2011-11-282-25/+43
|
* Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵Sansar Choinyambuu2011-11-282-22/+43
| | | | Hellman secret calculation
* Implemented first version of tpm quote functionSansar Choinyambuu2011-11-282-7/+153
|
* added newline at end of fileAndreas Steffen2011-11-281-1/+1
|
* fixed pts_probe_dh_groups warningAndreas Steffen2011-11-281-2/+2
|
* Fixed some memory leaksSansar Choinyambuu2011-11-283-3/+4
|
* Changed definition of get_my_pub_val function a littleSansar Choinyambuu2011-11-282-9/+7
|
* Added ctime function to white listSansar Choinyambuu2011-11-281-0/+1
|
* Fixed freeing invalid memory issueSansar Choinyambuu2011-11-282-10/+11
|
* Implemented hasndling of Request Functional Component Evidence and creation ↵Sansar Choinyambuu2011-11-282-6/+200
| | | | of Simple Component Evidences
* Implemented functions for reading and extending TPM PCRSansar Choinyambuu2011-11-282-6/+171
| | | | Made hash_file function a member of pts object