Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpts: Use chunk_map() to load AIK blob | Martin Willi | 2014-06-04 | 1 | -27/+16 |
| | |||||
* | libpts: Fix PCR read, avoid cast of a pointer to different sized integer | Martin Willi | 2014-06-04 | 1 | -3/+4 |
| | |||||
* | libpts: Parse TPM version info without TrouSerS helper function | Martin Willi | 2014-06-04 | 1 | -17/+11 |
| | | | | | Trspi_UnloadBlob_CAP_VERSION_INFO() is a TrouSerS specific function, not available on all platforms. | ||||
* | libpts: Work around BASETSD_H define mismatch between MinGW and TSS | Martin Willi | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | libpts: Fix build on Windows | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | Optimized PTS measurements | Andreas Steffen | 2014-04-15 | 1 | -38/+22 |
| | |||||
* | Separated IMV session management from IMV policy database | Andreas Steffen | 2014-04-15 | 1 | -7/+2 |
| | |||||
* | Renamed the AIK public key parameter to imc-attestation.aik_pubkey | Andreas Steffen | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | pts: Make sure the complete AIK blob has been read | Tobias Brunner | 2014-04-09 | 1 | -1/+2 |
| | |||||
* | libpts: Use path_base|dirname() | Tobias Brunner | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | libpts: Move settings to <ns>.plugins with fallback to libimcv | Tobias Brunner | 2014-02-12 | 1 | -3/+3 |
| | |||||
* | 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 |