aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_attestation/imv_attestation.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged libpts into libimcvAndreas Steffen2014-10-051-0/+24
|
* moved attestation plugins to libpts in order to resolve circular reference ↵Andreas Steffen2011-11-281-656/+0
| | | | with libimcv
* refactored simple component evidenceAndreas Steffen2011-11-281-11/+0
|
* finished refactoring functional componentsAndreas Steffen2011-11-281-3/+3
|
* Add/CheckOff/Check pending functional component evidence requestsSansar Choinyambuu2011-11-281-2/+8
|
* added the IMV_ATTESTATION_STATE_NONCE_REQ stateAndreas Steffen2011-11-281-5/+159
|
* moved attribute processing to imv_attestation_processAndreas Steffen2011-11-281-2/+0
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-281-159/+6
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-281-7/+158
|
* Fixed memory leaksSansar Choinyambuu2011-11-281-2/+3
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-0/+12
| | | | Implemented calculating session secrets
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-0/+27
|
* Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-281-114/+0
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-0/+114
|
* follow strongswan coding rulesSansar Choinyambuu2011-11-281-4/+5
|
* Modified some unnecessary todo statementSansar Choinyambuu2011-11-281-2/+0
|
* moved building of attributes to imv_attestation_buildAndreas Steffen2011-11-281-176/+9
|
* moved commentsAndreas Steffen2011-11-281-23/+0
|
* added the IMV_ATTESTATION_STATE_NONCE_REQ stateAndreas Steffen2011-11-281-44/+37
|
* aborting after fatal imv_attestation errorAndreas Steffen2011-11-281-6/+8
|
* moved attribute processing to imv_attestation_processAndreas Steffen2011-11-281-365/+8
|
* refactored DH group nonce exchangeAndreas Steffen2011-11-281-64/+53
|
* fixed setting of PTS DH groupAndreas Steffen2011-11-281-10/+12
|
* Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-281-2/+24
| | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵Sansar Choinyambuu2011-11-281-18/+4
| | | | Hellman secret calculation
* Fixed some memory leaksSansar Choinyambuu2011-11-281-1/+2
|
* Implemented hasndling of Request Functional Component Evidence and creation ↵Sansar Choinyambuu2011-11-281-1/+77
| | | | of Simple Component Evidences
* Fixed memory leaksSansar Choinyambuu2011-11-281-63/+65
|
* Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-281-30/+145
| | | | Implemented calculating session secrets
* Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-281-7/+62
|
* Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-281-0/+3
|
* Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-281-1/+41
|
* Implemented handling of File MetadataSansar Choinyambuu2011-11-281-1/+39
|
* used request ID in message request outputAndreas Steffen2011-09-101-2/+2
|
* introduced a PA-TNC attribute managerAndreas Steffen2011-09-101-2/+14
|
* decoupled request ID from files table primary keyAndreas Steffen2011-09-101-6/+8
|
* File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-09-101-6/+0
| | | | implemented
* check if pts_credmgr existsAndreas Steffen2011-09-081-1/+1
|
* move state change to head of sectionAndreas Steffen2011-09-081-3/+3
|
* created libptsAndreas Steffen2011-09-081-3/+3
|
* little bug fixAndreas Steffen2011-09-081-1/+0
|
* beautified AIK verificationAndreas Steffen2011-09-081-8/+15
|
* refactored measurement verificationAndreas Steffen2011-09-081-47/+9
|
* refactored file measurement request listAndreas Steffen2011-09-081-42/+30
|
* Added Check_Measurement function to pts_database instead of returning ↵Sansar Choinyambuu2011-09-081-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 Choinyambuu2011-09-081-54/+40
| | | | | | | 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 trustedAndreas Steffen2011-09-081-6/+36
|
* Added destroy functions for linked listsSansar Choinyambuu2011-09-081-0/+2
|
* change measurement not found debug levelAndreas Steffen2011-09-081-1/+1
|
* get platform info from IMCAndreas Steffen2011-09-081-47/+56
|