aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpts/pts/pts.c
Commit message (Collapse)AuthorAgeFilesLines
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-041-1/+1
|
* Cast first argument for %.*s to intTobias Brunner2013-01-241-2/+2
|
* fixed memory leak in TPM Version InfoAndreas Steffen2012-12-131-2/+5
|
* Made TSS implementation configurable and thereby optionalTobias Brunner2012-11-081-5/+61
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* implemented os_info_t classAndreas Steffen2012-10-101-120/+7
|
* Avoid memory leak when failing to read file metadataTobias Brunner2012-09-281-0/+1
|
* Properly initialize chunk for PCR value in case of errorsTobias Brunner2012-09-281-1/+1
|
* moved all shadow PCR stuff to the pts_pcr classAndreas Steffen2012-07-211-193/+41
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-6/+22
|
* Check rng return value when generating nonces in libptsTobias Brunner2012-07-161-10/+14
|
* ipsec attest now can measure all files in a directoryAndreas Steffen2012-07-161-129/+4
|
* some more copyright updatesAndreas Steffen2012-07-131-1/+1
|
* use TSS_PCRS_STRUCT_DEFAULTAndreas Steffen2012-07-111-1/+1
|
* Fixed additional typos in comments and log messages.Tobias Brunner2012-01-121-1/+1
|
* moved send_message() in front of recommendation evaluationAndreas Steffen2011-12-181-1/+1
|
* added case IMV_ATTESTATION_STATE_ENDAndreas Steffen2011-12-181-1/+1
|
* TrouSerS expects a bitmask field length of at least 3 bytesSansar Choinyambuu2011-12-181-1/+5
|
* Prepend Debian string to Debian versionAndreas Steffen2011-12-181-7/+19
|
* differences incurred by rebasing - thanks LinusAndreas Steffen2011-11-281-55/+0
|
* bound functional component measurements to AIKAndreas Steffen2011-11-281-1/+28
|
* implemented Linux IMA functional componentAndreas Steffen2011-11-281-1/+1
|
* defined various measurement hash and pcr functionsAndreas Steffen2011-11-281-0/+18
|
* Fixed warning, freeing tpm context memory in extend_pcr functionSansar Choinyambuu2011-11-281-4/+10
|
* fixed some more memory leaksAndreas Steffen2011-11-281-19/+17
|
* fixed memory leaksAndreas Steffen2011-11-281-44/+34
|
* refactored PCR functionalityAndreas Steffen2011-11-281-123/+167
|
* Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imvSansar Choinyambuu2011-11-281-52/+110
|
* Defined functional components within ITA namespaceSansar Choinyambuu2011-11-281-23/+1
| | | | Implemented handling of functional components evidence request/response
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-5/+4
| | | | Removed unused chunk variable from PTS verify_quote_signature function
* use openssl rsa_verify functionSansar Choinyambuu2011-11-281-47/+0
|
* Implemented matching of Optional PCR Composite field value when Hashing was ↵Sansar Choinyambuu2011-11-281-2/+18
| | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used
* follow strongswan coding rulesSansar Choinyambuu2011-11-281-3/+5
|
* Sort the pcr entries list everytime new entry is addedSansar Choinyambuu2011-11-281-1/+16
|
* Implemented creating and handling of Optional PCR Composite field in Simple ↵Sansar Choinyambuu2011-11-281-1/+5
| | | | Evidence Final attribute
* Construct PCR Composite using information received in Simple Component ↵Sansar Choinyambuu2011-11-281-25/+15
| | | | Evidence attributes
* Used Openssl RSA_verify functionSansar Choinyambuu2011-11-281-2/+58
|
* Fixed calculate quote info function -> initialize PCR bit mask array with zeroesSansar Choinyambuu2011-11-281-1/+3
| | | | | 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-0/+40
| | | | Implemented function to check if recevied PCR after value matches with any configured pcr value
* Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-281-4/+0
| | | | | | 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-1/+0
| | | | Finalized implementation of quote_tpm function
* Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public keySansar Choinyambuu2011-11-281-0/+4
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-281-0/+1
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Fixed memory leaksSansar Choinyambuu2011-11-281-1/+1
|
* Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-1/+1
|
* Fixed bug in construction of PCR_SELECT structureSansar Choinyambuu2011-11-281-7/+37
|
* Defined functional components within ITA namespaceSansar Choinyambuu2011-11-281-30/+13
| | | | 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-281-8/+28
| | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used