aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/pts
Commit message (Collapse)AuthorAgeFilesLines
...
* follow strongswan coding rulesSansar Choinyambuu2011-11-283-23/+38
|
* 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-281-15/+17
| | | | Evidence Final attribute
* Construct PCR Composite using information received in Simple Component ↵Sansar Choinyambuu2011-11-282-179/+66
| | | | Evidence attributes
* 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
* 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-284-126/+192
|
* 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)
* Changed definition of output and set them in quote_tpm functionSansar Choinyambuu2011-11-282-25/+43
|
* 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
|
* Changed definition of get_my_pub_val function a littleSansar Choinyambuu2011-11-282-9/+7
|
* Implemented functions for reading and extending TPM PCRSansar Choinyambuu2011-11-282-6/+171
| | | | Made hash_file function a member of pts object
* Fixed memory leaksSansar Choinyambuu2011-11-282-14/+14
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-282-7/+136
| | | | Implemented calculating session secrets
* Fixed bug for updating supported diffie hellman groupsSansar Choinyambuu2011-11-281-5/+5
|
* Removed unnecessary debug statementSansar Choinyambuu2011-11-281-3/+0
|
* Return false if mandatory DH Group IKE19 is not availableSansar Choinyambuu2011-11-281-3/+1
|
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-284-0/+283
|
* Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-8/+7
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-285-58/+165
|
* Common spelling errors fixed.Tobias Brunner2011-11-032-2/+2
|
* added PTS debug classAndreas Steffen2011-09-115-39/+39
|
* correctly initialize error_codeAndreas Steffen2011-09-101-2/+3
|
* removed whitespaceAndreas Steffen2011-09-101-5/+5
|
* cosmeticsAndreas Steffen2011-09-101-5/+5
|
* properly close Tspi_ContextAndreas Steffen2011-09-101-2/+4
|
* determine machine architecture programmaticallyAndreas Steffen2011-09-101-19/+9
|
* determine version for various Linux releasesAndreas Steffen2011-09-101-39/+84
|
* Implemented PTS attributes Request File Metadata, Unix-Style File MetadataSansar Choinyambuu2011-09-104-1/+278
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-09-103-1/+51
| | | | implemented
* redirect stderr of command to /dev/nullAndreas Steffen2011-09-081-4/+4
|