aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/pts/pts.c
Commit message (Expand)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 E...Sansar Choinyambuu2011-11-281-15/+17
* Construct PCR Composite using information received in Simple Component Eviden...Sansar Choinyambuu2011-11-281-174/+60
* 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
* Changed definition of pcr_value in pcr_entry_t structureSansar Choinyambuu2011-11-281-11/+51
* 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
* Loading AIK Blob from file configuredSansar Choinyambuu2011-11-281-46/+65
* 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
* 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
* Fixed memory leaksSansar Choinyambuu2011-11-281-10/+10
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-7/+91
* 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 implem...Sansar Choinyambuu2011-09-101-0/+32
* redirect stderr of command to /dev/nullAndreas Steffen2011-09-081-4/+4
* created libptsAndreas Steffen2011-09-081-0/+510