Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+4 | |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+9 | |
| | | | | of Simple Component Evidences | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+6 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+18 | |
| | | | | Implemented calculating session secrets | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+36 | |
| | ||||||
* | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+3 | |
| | ||||||
* | Began implementing handline of Functional Component Measuring attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -114/+0 | |
| | ||||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 2 | -182/+115 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+181 | |
| | | | | implemented | |||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 3 | -170/+169 | |
| | | | | Implemented handling of functional components evidence request/response | |||||
* | reordered options | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | implemented simple delete from database | Andreas Steffen | 2011-11-28 | 2 | -3/+49 | |
| | ||||||
* | add product and file entries to database | Andreas Steffen | 2011-11-28 | 3 | -28/+115 | |
| | ||||||
* | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -8/+16 | |
| | | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used | |||||
* | allow file and product selection in hash query | Andreas Steffen | 2011-11-28 | 1 | -2/+29 | |
| | ||||||
* | applied some database fixes | Andreas Steffen | 2011-11-28 | 1 | -15/+10 | |
| | ||||||
* | refactored attest database tool | Andreas Steffen | 2011-11-28 | 5 | -405/+708 | |
| | ||||||
* | fixed SQL queries | Andreas Steffen | 2011-11-28 | 1 | -11/+17 | |
| | ||||||
* | get measurement hashes for a given file | Andreas Steffen | 2011-11-28 | 2 | -9/+70 | |
| | ||||||
* | add directory prefix to file path | Andreas Steffen | 2011-11-28 | 1 | -19/+66 | |
| | ||||||
* | list file measurement hashes | Andreas Steffen | 2011-11-28 | 3 | -54/+211 | |
| | ||||||
* | remove attest | Andreas Steffen | 2011-11-28 | 1 | -225/+0 | |
| | ||||||
* | corrected copyright | Andreas Steffen | 2011-11-28 | 1 | -3/+2 | |
| | ||||||
* | ipsec attest lists data stored in an attestation database | Andreas Steffen | 2011-11-28 | 5 | -0/+598 | |
| | ||||||
* | Both D and T flags required to be set for PTS Component Measurement | Sansar Choinyambuu | 2011-11-28 | 1 | -8/+18 | |
| | | | | DH Finish is sent only when D flag is set in TPM_INIT phase | |||||
* | use D flag for PTS Protocol Capabilities | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+16 | |
| | ||||||
* | added measurements for Ubuntu 11.10 i686 | Andreas Steffen | 2011-11-28 | 1 | -0/+330 | |
| | ||||||
* | changed method name to create_file_meas_enumerator | Andreas Steffen | 2011-11-28 | 1 | -1/+2 | |
| | ||||||
* | added pts_file_type_names | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | optimized handling of UNIX file metadata | Andreas Steffen | 2011-11-28 | 1 | -10/+14 | |
| | ||||||
* | shortened fieldnames of pts_file_metadata_t struct | Andreas Steffen | 2011-11-28 | 1 | -5/+5 | |
| | ||||||
* | removed empty line | Andreas Steffen | 2011-11-28 | 1 | -1/+0 | |
| | ||||||
* | compacted file metadata debug output | Andreas Steffen | 2011-11-28 | 1 | -17/+11 | |
| | ||||||
* | Copy just 20 bytes of pcr after value | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | follow strongswan coding rules | Sansar Choinyambuu | 2011-11-28 | 7 | -53/+85 | |
| | ||||||
* | Modified some unnecessary todo statement | Sansar Choinyambuu | 2011-11-28 | 3 | -6/+2 | |
| | ||||||
* | Cosmetics | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+3 | |
| | ||||||
* | Implemented creating and handling of Optional PCR Composite field in Simple ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -7/+8 | |
| | | | | Evidence Final attribute | |||||
* | Construct PCR Composite using information received in Simple Component ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -23/+24 | |
| | | | | Evidence attributes | |||||
* | Used Openssl RSA_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+2 | |
| | ||||||
* | Fixed calculate quote info function -> initialize PCR bit mask array with zeroes | Sansar Choinyambuu | 2011-11-28 | 1 | -14/+29 | |
| | | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info | |||||
* | Included hasher.h | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 | |
| | ||||||
* | fixed typo in reason strings | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+3 | |
| | ||||||
* | Check if matching value configured with the received pcr after value in ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+13 | |
| | | | | Simple Component Evidence | |||||
* | deleted unnecessary debuggin statement | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+0 | |
| | ||||||
* | Modified reason strings | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+3 | |
| | ||||||
* | Replaced static string path with Metadata requests retrieved from pts database | Sansar Choinyambuu | 2011-11-28 | 1 | -4/+16 | |
| | ||||||
* | Added measurement and metadata columns to files table | Sansar Choinyambuu | 2011-11-28 | 2 | -43/+88 | |
| | | | | | Added "/etc/tnc_config" file record for metadata request Modified files table entries with measurement flag set | |||||
* | Implemented Quote Digest constructing function for IMV | Sansar Choinyambuu | 2011-11-28 | 2 | -15/+52 | |
| | | | | | | 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 | -11/+12 | |
| | | | | Finalized implementation of quote_tpm function |