Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | follow strongswan coding rules | Sansar Choinyambuu | 2011-11-28 | 5 | -32/+53 | |
| | ||||||
* | Modified some unnecessary todo statement | Sansar Choinyambuu | 2011-11-28 | 2 | -4/+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 | 1 | -10/+47 | |
| | | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function | |||||
* | added pts_dh_group_error_create() and pts_dh_nonce_error_create() | Andreas Steffen | 2011-11-28 | 1 | -6/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -64/+53 | |
| | ||||||
* | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 1 | -10/+12 | |
| | ||||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+24 | |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -18/+4 | |
| | | | | Hellman secret calculation | |||||
* | Fixed some memory leaks | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+2 | |
| | ||||||
* | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+77 | |
| | | | | of Simple Component Evidences | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 1 | -63/+65 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -30/+145 | |
| | | | | 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 | 2 | -8/+63 | |
| | ||||||
* | 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 | -1/+41 | |
| | ||||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+39 | |
| | ||||||
* | used request ID in message request output | Andreas Steffen | 2011-09-10 | 1 | -2/+2 | |
| | ||||||
* | introduced a PA-TNC attribute manager | Andreas Steffen | 2011-09-10 | 1 | -2/+14 | |
| | ||||||
* | removed whitespace | Andreas Steffen | 2011-09-10 | 1 | -1/+1 | |
| | ||||||
* | decoupled request ID from files table primary key | Andreas Steffen | 2011-09-10 | 3 | -16/+32 | |
| | ||||||
* | determine version for various Linux releases | Andreas Steffen | 2011-09-10 | 1 | -1/+1 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-09-10 | 1 | -6/+0 | |
| | | | | implemented | |||||
* | added Gentoo UML file measurements | Andreas Steffen | 2011-09-08 | 1 | -0/+144 | |
| | ||||||
* | check if pts_credmgr exists | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | move state change to head of section | Andreas Steffen | 2011-09-08 | 1 | -3/+3 | |
| | ||||||
* | created libpts | Andreas Steffen | 2011-09-08 | 3 | -6/+7 | |
| | ||||||
* | little bug fix | Andreas Steffen | 2011-09-08 | 1 | -1/+0 | |
| | ||||||
* | beautified AIK verification | Andreas Steffen | 2011-09-08 | 1 | -8/+15 | |
| | ||||||
* | refactored measurement verification | Andreas Steffen | 2011-09-08 | 1 | -47/+9 | |
| | ||||||
* | refactored file measurement request list | Andreas Steffen | 2011-09-08 | 3 | -143/+90 | |
| | ||||||
* | Added Check_Measurement function to pts_database instead of returning ↵ | Sansar Choinyambuu | 2011-09-08 | 1 | -14/+4 | |
| | | | | | | | enumerator over hashes List of requested files/directories are kept within imv state now Allocated memory for entries in files_in_dir_with_meas list | |||||
* | Added Check_Measurement function to pts_database instead of returning ↵ | Sansar Choinyambuu | 2011-09-08 | 3 | -54/+166 | |
| | | | | | | | enumerator over hashes List of requested files/directories are kept within imv state now Allocated memory for entries in files_in_dir_with_meas list |