aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/pts/pts.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Unix-Style File Metadata returns relative pathnamesAndreas Steffen2011-11-281-5/+2
|
* optimized handling of UNIX file metadataAndreas Steffen2011-11-281-1/+0
|
* shortened fieldnames of pts_file_metadata_t structAndreas Steffen2011-11-281-24/+20
|
* follow strongswan coding rulesSansar Choinyambuu2011-11-281-14/+24
|
* 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-281-174/+60
| | | | 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-281-42/+16
| | | | | 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-281-11/+51
| | | | 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 Quote Digest constructing function for IMVSansar Choinyambuu2011-11-281-17/+270
| | | | | | 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-281-46/+65
| | | | 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
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-281-91/+155
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-281-41/+14
|
* Changed encoding type to ASN.1 DERSansar Choinyambuu2011-11-281-2/+2
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-281-8/+20
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Changed definition of output and set them in quote_tpm functionSansar Choinyambuu2011-11-281-19/+34
|
* Implemented first version of tpm quote functionSansar Choinyambuu2011-11-281-6/+138
|
* Changed definition of get_my_pub_val function a littleSansar Choinyambuu2011-11-281-7/+5
|
* Implemented functions for reading and extending TPM PCRSansar Choinyambuu2011-11-281-6/+134
| | | | Made hash_file function a member of pts object
* Fixed memory leaksSansar Choinyambuu2011-11-281-10/+10
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-7/+91
| | | | Implemented calculating session secrets
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-0/+40
|
* Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-8/+7
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-3/+141
|
* Common spelling errors fixed.Tobias Brunner2011-11-031-1/+1
|
* added PTS debug classAndreas Steffen2011-09-111-24/+24
|
* 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-101-1/+3
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-09-101-0/+32
| | | | implemented
* redirect stderr of command to /dev/nullAndreas Steffen2011-09-081-4/+4
|
* created libptsAndreas Steffen2011-09-081-0/+510