aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imc_attestation
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented hasndling of Request Functional Component Evidence and creation ↵Sansar Choinyambuu2011-11-281-5/+123
| | | | of Simple Component Evidences
* Fixed memory leaksSansar Choinyambuu2011-11-281-30/+33
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-3/+67
| | | | Implemented calculating session secrets
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-8/+70
|
* Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-281-0/+3
|
* Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-281-5/+130
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-6/+59
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-11-281-0/+2
| | | | implemented
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-101-2/+14
|
* define attr_info only onceAndreas Steffen2011-09-101-2/+1
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-09-101-1/+27
| | | | implemented
* fixed memory leakAndreas Steffen2011-09-081-2/+1
|
* created libptsAndreas Steffen2011-09-083-4/+5
|
* allow to override platform infoAndreas Steffen2011-09-081-0/+8
|
* get platform info from IMCAndreas Steffen2011-09-081-1/+32
|
* refactored AIK functionalityAndreas Steffen2011-09-081-18/+5
|
* Read AIK certificate/ AIK public key from fileSansar Choinyambuu2011-09-081-3/+16
|
* Enforced strongSwan coding rules (tab, if, {)Sansar Choinyambuu2011-09-081-13/+13
|
* send TCG_PTS_TPM_VERS_NOT_SUPPORTED error codeAndreas Steffen2011-09-081-2/+5
|
* implemented first TCG-PTS error attributeAndreas Steffen2011-09-081-7/+8
|
* finished refactoring of file measurementsAndreas Steffen2011-09-081-69/+17
|
* first stage of file_meas refactoringAndreas Steffen2011-09-081-51/+49
|
* Obtain AIK and exchange as PEM certificate doneSansar Choinyambuu2011-09-081-6/+18
| | | | Fixed the trashy tail of last file name in Request File Measurement
* SHA384 is set as strongest hashing algorithmSansar Choinyambuu2011-09-081-10/+10
|
* Clone the path chunk before adding to measurements listSansar Choinyambuu2011-09-081-2/+2
|
* Corrected output length for SHA256 algorithmSansar Choinyambuu2011-09-081-5/+5
|
* The file and directory lists are queried from dbSansar Choinyambuu2011-09-081-9/+9
| | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested
* Changes according to db implementationSansar Choinyambuu2011-09-081-0/+2
|
* Moved hashing functionalities to pts objectSansar Choinyambuu2011-09-081-93/+3
|
* Proto Caps and Meas AlgorithmsSansar Choinyambuu2011-09-081-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_stateSansar Choinyambuu2011-09-082-53/+0
|
* nothing to send with BeginHandshakeAndreas Steffen2011-09-081-1/+1
|
* moved proto_caps and meas_algo to pts objectAndreas Steffen2011-09-082-51/+40
|
* moved TSS into pts objectAndreas Steffen2011-09-084-54/+42
|
* define tpm_version_info as a chunkAndreas Steffen2011-09-081-33/+28
|
* log selected PTS measurement algorithmAndreas Steffen2011-09-081-0/+5
|
* shortened function names and moved to pts subdirectoryAndreas Steffen2011-09-081-3/+2
|
* link libtspiAndreas Steffen2011-09-081-1/+1
|
* get rid of intermediate handshake_state variableAndreas Steffen2011-09-081-12/+5
|
* slightly modified IMC measurement algorithm selectionAndreas Steffen2011-09-081-5/+9
|
* Implemented the ReceiveMessage function on imc/vSansar Choinyambuu2011-09-081-5/+97
|
* Implemented send_message of File Measurement PTS attribute on imc_attestationSansar Choinyambuu2011-09-081-19/+133
|
* combined request with tcg_pts_attr_proto_capsAndreas Steffen2011-09-081-2/+2
|
* use libstrongswan hasherAndreas Steffen2011-09-081-60/+28
|
* moved pts_meas_algorithms_t to own header fileAndreas Steffen2011-09-081-4/+7
|
* refactored PTS measurement algorithmsAndreas Steffen2011-09-081-5/+5
|
* shortened some type names and enforced encoding rulesAndreas Steffen2011-09-081-4/+5
|
* Started implementing Notification Handshake and Send Message FunctionsSansar Choinyambuu2011-09-081-9/+228
|
* Finalized State class implementations for Attestation IMV/CSansar Choinyambuu2011-09-082-1/+51
|
* Modified the handling switch for Attributes reception on Attestation IMV/CSansar Choinyambuu2011-09-081-12/+8
|