aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-0/+40
| | | | Implemented calculating session secrets
* Cloning chunk_t parameters in process messageSansar Choinyambuu2011-11-281-0/+2
|
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-282-2/+2
|
* Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-281-0/+36
|
* Write/Read flags field directly to/from variableSansar Choinyambuu2011-11-282-85/+5
|
* Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-282-25/+17
|
* Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-1/+1
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-0/+22
|
* Fixed bug in construction of PCR_SELECT structureSansar Choinyambuu2011-11-282-29/+37
|
* Defined functional components within ITA namespaceSansar Choinyambuu2011-11-288-48/+112
| | | | Implemented handling of functional components evidence request/response
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-18/+17
| | | | Removed unused chunk variable from PTS verify_quote_signature function
* use openssl rsa_verify functionSansar Choinyambuu2011-11-281-59/+3
|
* Implemented matching of Optional PCR Composite field value when Hashing was ↵Sansar Choinyambuu2011-11-283-21/+45
| | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used
* free memories that are bound to the contextSansar Choinyambuu2011-11-281-1/+4
|
* use D flag for PTS Protocol CapabilitiesSansar Choinyambuu2011-11-281-2/+2
|
* changed method name to create_file_meas_enumeratorAndreas Steffen2011-11-282-4/+4
|
* committed missing pts_file_type.cAndreas Steffen2011-11-281-0/+33
|
* added pts_file_type_namesAndreas Steffen2011-11-282-2/+17
|
* Unix-Style File Metadata returns relative pathnamesAndreas Steffen2011-11-281-5/+2
|
* use write_uint64 and read_uint64 in file measurementsAndreas Steffen2011-11-281-12/+6
|
* optimized handling of UNIX file metadataAndreas Steffen2011-11-283-147/+49
|
* shortened fieldnames of pts_file_metadata_t structAndreas Steffen2011-11-283-49/+45
|
* follow strongswan coding rulesSansar Choinyambuu2011-11-2813-41/+67
|
* Sort the pcr entries list everytime new entry is addedSansar Choinyambuu2011-11-281-1/+16
|
* Deleted unnecessary debuggin statements for File Metadata on IMC sideSansar Choinyambuu2011-11-281-17/+0
|
* Implemented creating and handling of Optional PCR Composite field in Simple ↵Sansar Choinyambuu2011-11-282-23/+22
| | | | Evidence Final attribute
* Construct PCR Composite using information received in Simple Component ↵Sansar Choinyambuu2011-11-282-179/+66
| | | | Evidence attributes
* Temporary commenting out of processing optional PCR Composite fieldSansar Choinyambuu2011-11-281-4/+9
|
* Used Openssl RSA_verify functionSansar Choinyambuu2011-11-281-6/+61
|
* Fixed calculate quote info function -> initialize PCR bit mask array with zeroesSansar Choinyambuu2011-11-282-44/+23
| | | | | 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 structureSansar Choinyambuu2011-11-282-12/+59
| | | | Implemented function to check if recevied PCR after value matches with any configured pcr value
* return SHA1 hash of TPM Quote Info in calculate_quote_digestSansar Choinyambuu2011-11-281-3/+9
|
* 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
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-282-17/+301
| | | | | | 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-282-48/+68
| | | | 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 pts_dh_group_error_create() and pts_dh_nonce_error_create()Andreas Steffen2011-11-282-2/+63
|
* cosmeticsAndreas Steffen2011-11-281-14/+14
|
* moved commentsAndreas Steffen2011-11-282-0/+16
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-288-214/+239
|
* 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
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-283-138/+99
|
* Changed encoding type to ASN.1 DERSansar Choinyambuu2011-11-281-2/+2
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-282-11/+28
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Removed unnecessary setter functionsSansar Choinyambuu2011-11-282-118/+0
|