Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instead of cloning use extract_buf() method | Andreas Steffen | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Cast first argument for %.*s to int | Tobias Brunner | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | fixed memory leak in TPM Version Info | Andreas Steffen | 2012-12-13 | 1 | -2/+5 |
| | |||||
* | Made TSS implementation configurable and thereby optional | Tobias Brunner | 2012-11-08 | 1 | -5/+61 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | implemented os_info_t class | Andreas Steffen | 2012-10-10 | 1 | -120/+7 |
| | |||||
* | Avoid memory leak when failing to read file metadata | Tobias Brunner | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | Properly initialize chunk for PCR value in case of errors | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | moved all shadow PCR stuff to the pts_pcr class | Andreas Steffen | 2012-07-21 | 1 | -193/+41 |
| | |||||
* | Add a return value to hasher_t.allocate_hash() | Martin Willi | 2012-07-16 | 1 | -6/+22 |
| | |||||
* | Check rng return value when generating nonces in libpts | Tobias Brunner | 2012-07-16 | 1 | -10/+14 |
| | |||||
* | ipsec attest now can measure all files in a directory | Andreas Steffen | 2012-07-16 | 1 | -129/+4 |
| | |||||
* | some more copyright updates | Andreas Steffen | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | use TSS_PCRS_STRUCT_DEFAULT | Andreas Steffen | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Fixed additional typos in comments and log messages. | Tobias Brunner | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | moved send_message() in front of recommendation evaluation | Andreas Steffen | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | added case IMV_ATTESTATION_STATE_END | Andreas Steffen | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | TrouSerS expects a bitmask field length of at least 3 bytes | Sansar Choinyambuu | 2011-12-18 | 1 | -1/+5 |
| | |||||
* | Prepend Debian string to Debian version | Andreas Steffen | 2011-12-18 | 1 | -7/+19 |
| | |||||
* | differences incurred by rebasing - thanks Linus | Andreas Steffen | 2011-11-28 | 1 | -55/+0 |
| | |||||
* | bound functional component measurements to AIK | Andreas Steffen | 2011-11-28 | 1 | -1/+28 |
| | |||||
* | implemented Linux IMA functional component | Andreas Steffen | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | defined various measurement hash and pcr functions | Andreas Steffen | 2011-11-28 | 1 | -0/+18 |
| | |||||
* | Fixed warning, freeing tpm context memory in extend_pcr function | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+10 |
| | |||||
* | fixed some more memory leaks | Andreas Steffen | 2011-11-28 | 1 | -19/+17 |
| | |||||
* | fixed memory leaks | Andreas Steffen | 2011-11-28 | 1 | -44/+34 |
| | |||||
* | refactored PCR functionality | Andreas Steffen | 2011-11-28 | 1 | -123/+167 |
| | |||||
* | Implemented TPM_Quote2 on imc and constructing TPM_Quote_Info2 on imv | Sansar Choinyambuu | 2011-11-28 | 1 | -52/+110 |
| | |||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 1 | -23/+1 |
| | | | | Implemented handling of functional components evidence request/response | ||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+4 |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | ||||
* | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -47/+0 |
| | |||||
* | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -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 rules | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+5 |
| | |||||
* | Sort the pcr entries list everytime new entry is added | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+16 |
| | |||||
* | Implemented creating and handling of Optional PCR Composite field in Simple ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+5 |
| | | | | Evidence Final attribute | ||||
* | Construct PCR Composite using information received in Simple Component ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -25/+15 |
| | | | | Evidence attributes | ||||
* | Used Openssl RSA_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+58 |
| | |||||
* | Fixed calculate quote info function -> initialize PCR bit mask array with zeroes | Sansar Choinyambuu | 2011-11-28 | 1 | -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 structure | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+40 |
| | | | | Implemented function to check if recevied PCR after value matches with any configured pcr value | ||||
* | Implemented Quote Digest constructing function for IMV | Sansar Choinyambuu | 2011-11-28 | 1 | -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 configured | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+0 |
| | | | | Finalized implementation of quote_tpm function | ||||
* | Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+4 |
| | |||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | ||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Fixed bug at checking error code from file stat | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Fixed bug in construction of PCR_SELECT structure | Sansar Choinyambuu | 2011-11-28 | 1 | -7/+37 |
| | |||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 1 | -30/+13 |
| | | | | Implemented handling of functional components evidence request/response | ||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -18/+17 |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | ||||
* | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -59/+3 |
| | |||||
* | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -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 |