Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+123 | |
| | | | | of Simple Component Evidences | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 1 | -30/+33 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+67 | |
| | | | | Implemented calculating session secrets | |||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 1 | -8/+70 | |
| | ||||||
* | 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 | -5/+130 | |
| | ||||||
* | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 1 | -6/+59 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+2 | |
| | | | | implemented | |||||
* | introduced a PA-TNC attribute manager | Andreas Steffen | 2011-09-10 | 1 | -2/+14 | |
| | ||||||
* | define attr_info only once | Andreas Steffen | 2011-09-10 | 1 | -2/+1 | |
| | ||||||
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-09-10 | 1 | -1/+27 | |
| | | | | implemented | |||||
* | fixed memory leak | Andreas Steffen | 2011-09-08 | 1 | -2/+1 | |
| | ||||||
* | created libpts | Andreas Steffen | 2011-09-08 | 3 | -4/+5 | |
| | ||||||
* | allow to override platform info | Andreas Steffen | 2011-09-08 | 1 | -0/+8 | |
| | ||||||
* | get platform info from IMC | Andreas Steffen | 2011-09-08 | 1 | -1/+32 | |
| | ||||||
* | refactored AIK functionality | Andreas Steffen | 2011-09-08 | 1 | -18/+5 | |
| | ||||||
* | Read AIK certificate/ AIK public key from file | Sansar Choinyambuu | 2011-09-08 | 1 | -3/+16 | |
| | ||||||
* | Enforced strongSwan coding rules (tab, if, {) | Sansar Choinyambuu | 2011-09-08 | 1 | -13/+13 | |
| | ||||||
* | send TCG_PTS_TPM_VERS_NOT_SUPPORTED error code | Andreas Steffen | 2011-09-08 | 1 | -2/+5 | |
| | ||||||
* | implemented first TCG-PTS error attribute | Andreas Steffen | 2011-09-08 | 1 | -7/+8 | |
| | ||||||
* | finished refactoring of file measurements | Andreas Steffen | 2011-09-08 | 1 | -69/+17 | |
| | ||||||
* | first stage of file_meas refactoring | Andreas Steffen | 2011-09-08 | 1 | -51/+49 | |
| | ||||||
* | Obtain AIK and exchange as PEM certificate done | Sansar Choinyambuu | 2011-09-08 | 1 | -6/+18 | |
| | | | | Fixed the trashy tail of last file name in Request File Measurement | |||||
* | SHA384 is set as strongest hashing algorithm | Sansar Choinyambuu | 2011-09-08 | 1 | -10/+10 | |
| | ||||||
* | Clone the path chunk before adding to measurements list | Sansar Choinyambuu | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | Corrected output length for SHA256 algorithm | Sansar Choinyambuu | 2011-09-08 | 1 | -5/+5 | |
| | ||||||
* | The file and directory lists are queried from db | Sansar Choinyambuu | 2011-09-08 | 1 | -9/+9 | |
| | | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested | |||||
* | Changes according to db implementation | Sansar Choinyambuu | 2011-09-08 | 1 | -0/+2 | |
| | ||||||
* | Moved hashing functionalities to pts object | Sansar Choinyambuu | 2011-09-08 | 1 | -93/+3 | |
| | ||||||
* | Proto Caps and Meas Algorithms | Sansar Choinyambuu | 2011-09-08 | 1 | -218/+134 | |
| | | | | | TPM Version Info (AIK as well) and Request File Meas attributes are sent together in a single pa_tnc message | |||||
* | Deleted intermediate handshake_state | Sansar Choinyambuu | 2011-09-08 | 2 | -53/+0 | |
| | ||||||
* | nothing to send with BeginHandshake | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | moved proto_caps and meas_algo to pts object | Andreas Steffen | 2011-09-08 | 2 | -51/+40 | |
| | ||||||
* | moved TSS into pts object | Andreas Steffen | 2011-09-08 | 4 | -54/+42 | |
| | ||||||
* | define tpm_version_info as a chunk | Andreas Steffen | 2011-09-08 | 1 | -33/+28 | |
| | ||||||
* | log selected PTS measurement algorithm | Andreas Steffen | 2011-09-08 | 1 | -0/+5 | |
| | ||||||
* | shortened function names and moved to pts subdirectory | Andreas Steffen | 2011-09-08 | 1 | -3/+2 | |
| | ||||||
* | link libtspi | Andreas Steffen | 2011-09-08 | 1 | -1/+1 | |
| | ||||||
* | get rid of intermediate handshake_state variable | Andreas Steffen | 2011-09-08 | 1 | -12/+5 | |
| | ||||||
* | slightly modified IMC measurement algorithm selection | Andreas Steffen | 2011-09-08 | 1 | -5/+9 | |
| | ||||||
* | Implemented the ReceiveMessage function on imc/v | Sansar Choinyambuu | 2011-09-08 | 1 | -5/+97 | |
| | ||||||
* | Implemented send_message of File Measurement PTS attribute on imc_attestation | Sansar Choinyambuu | 2011-09-08 | 1 | -19/+133 | |
| | ||||||
* | combined request with tcg_pts_attr_proto_caps | Andreas Steffen | 2011-09-08 | 1 | -2/+2 | |
| | ||||||
* | use libstrongswan hasher | Andreas Steffen | 2011-09-08 | 1 | -60/+28 | |
| | ||||||
* | moved pts_meas_algorithms_t to own header file | Andreas Steffen | 2011-09-08 | 1 | -4/+7 | |
| | ||||||
* | refactored PTS measurement algorithms | Andreas Steffen | 2011-09-08 | 1 | -5/+5 | |
| | ||||||
* | shortened some type names and enforced encoding rules | Andreas Steffen | 2011-09-08 | 1 | -4/+5 | |
| | ||||||
* | Started implementing Notification Handshake and Send Message Functions | Sansar Choinyambuu | 2011-09-08 | 1 | -9/+228 | |
| | ||||||
* | Finalized State class implementations for Attestation IMV/C | Sansar Choinyambuu | 2011-09-08 | 2 | -1/+51 | |
| | ||||||
* | Modified the handling switch for Attributes reception on Attestation IMV/C | Sansar Choinyambuu | 2011-09-08 | 1 | -12/+8 | |
| |