Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Added parentesis for logical conditions of IF statement to get rid of the ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | | | | warning | |||||
* | added pts_dh_group_error_create() and pts_dh_nonce_error_create() | Andreas Steffen | 2011-11-28 | 2 | -21/+17 | |
| | ||||||
* | moved building of attributes to imv_attestation_build | Andreas Steffen | 2011-11-28 | 4 | -177/+266 | |
| | ||||||
* | moved comments | Andreas Steffen | 2011-11-28 | 1 | -23/+0 | |
| | ||||||
* | added the IMV_ATTESTATION_STATE_NONCE_REQ state | Andreas Steffen | 2011-11-28 | 2 | -44/+38 | |
| | ||||||
* | moved attribute processing to imc_attestation_process | Andreas Steffen | 2011-11-28 | 4 | -630/+674 | |
| | ||||||
* | aborting after fatal imv_attestation error | Andreas Steffen | 2011-11-28 | 2 | -9/+16 | |
| | ||||||
* | moved attribute processing to imv_attestation_process | Andreas Steffen | 2011-11-28 | 6 | -366/+489 | |
| | ||||||
* | refactored DH group nonce exchange | Andreas Steffen | 2011-11-28 | 2 | -159/+100 | |
| | ||||||
* | combine two algorithm checks | Andreas Steffen | 2011-11-28 | 1 | -5/+2 | |
| | ||||||
* | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 2 | -19/+21 | |
| | ||||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 2 | -17/+73 | |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -22/+43 | |
| | | | | Hellman secret calculation | |||||
* | Fixed some memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -2/+3 | |
| | ||||||
* | Fixed freeing invalid memory issue | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+6 | |
| | ||||||
* | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -6/+200 | |
| | | | | of Simple Component Evidences | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -93/+98 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -33/+212 | |
| | | | | Implemented calculating session secrets | |||||
* | Replaced DH_NONCE state with TPM_INIT state | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 3 | -16/+133 | |
| | ||||||
* | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+6 | |
| | ||||||
* | Began implementing handline of Functional Component Measuring attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -6/+171 | |
| |