Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 2 | -7/+98 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+2 | |
| | | | | implemented | |||||
* | 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 | 14 | -205/+387 | |
| | ||||||
* | define attr_info only once | Andreas Steffen | 2011-09-10 | 1 | -2/+1 | |
| | ||||||
* | 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 | 2 | -7/+27 | |
| | | | | implemented | |||||
* | added Gentoo UML file measurements | Andreas Steffen | 2011-09-08 | 1 | -0/+144 | |
| | ||||||
* | fixed memory leak | Andreas Steffen | 2011-09-08 | 1 | -2/+1 | |
| | ||||||
* | 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 | 49 | -6826/+31 | |
| | ||||||
* | check files in alphabetical order | Andreas Steffen | 2011-09-08 | 1 | -1/+2 | |
| | ||||||
* | little bug fix | Andreas Steffen | 2011-09-08 | 2 | -1/+1 | |
| | ||||||
* | beautified AIK verification | Andreas Steffen | 2011-09-08 | 1 | -8/+15 | |
| | ||||||
* | refactored measurement verification | Andreas Steffen | 2011-09-08 | 5 | -125/+98 | |
| | ||||||
* | 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 | 5 | -128/+210 | |
| | | | | | | | 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 | |||||
* | check if AIK certificate is trusted | Andreas Steffen | 2011-09-08 | 3 | -17/+45 | |
| | ||||||
* | lexparser was not used | Andreas Steffen | 2011-09-08 | 1 | -2/+1 | |
| | ||||||
* | use arch instead of uname -p | Andreas Steffen | 2011-09-08 | 1 | -5/+5 | |
| | ||||||
* | Added destroy functions for linked lists | Sansar Choinyambuu | 2011-09-08 | 1 | -0/+2 | |
| | ||||||
* | allow to override platform info | Andreas Steffen | 2011-09-08 | 1 | -0/+8 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-09-08 | 1 | -9/+9 | |
| | ||||||
* | change measurement not found debug level | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | get platform info from IMC | Andreas Steffen | 2011-09-08 | 8 | -53/+473 | |
| | ||||||
* | added some more entries to file hashes database | Andreas Steffen | 2011-09-08 | 1 | -0/+272 | |
| | ||||||
* | added libxt_udp.so and libxt_tcp.so for Ubuntu 11.4 i686 | Andreas Steffen | 2011-09-08 | 1 | -0/+34 | |
| | ||||||
* | added a PTS credential set | Andreas Steffen | 2011-09-08 | 4 | -2/+208 | |
| | ||||||
* | Verification of directory contents measurements implemented | Sansar Choinyambuu | 2011-09-08 | 3 | -22/+171 | |
| | ||||||
* | Added measurements for libxt_udp.so and libxt_tcp.so to check dir measuring | Sansar Choinyambuu | 2011-09-08 | 1 | -0/+49 | |
| | ||||||
* | Added directory column with default value of zero into file_hashes table | Sansar Choinyambuu | 2011-09-08 | 1 | -1/+2 | |
| | ||||||
* | reverted aik_cert and aik_key parameters | Andreas Steffen | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | debug output while loading AIK credentials | Andreas Steffen | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | fixed encoding of AIK certificates and public keys | Andreas Steffen | 2011-09-08 | 1 | -1/+3 | |
| | ||||||
* | Inserted missing "!" mark | Sansar Choinyambuu | 2011-09-08 | 2 | -3/+3 | |
| | | | | Changed variable name for AIK cert, key paths in strongswan.conf | |||||
* | refactored AIK functionality | Andreas Steffen | 2011-09-08 | 6 | -207/+96 | |
| | ||||||
* | Removed identity.c related references and variables | Sansar Choinyambuu | 2011-09-08 | 1 | -17/+2 | |
| | ||||||
* | Delete unnecessary fake_ek_cert header file | Sansar Choinyambuu | 2011-09-08 | 1 | -162/+0 | |
| |