aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv
Commit message (Collapse)AuthorAgeFilesLines
...
* Read AIK certificate/ AIK public key from fileSansar Choinyambuu2011-09-084-376/+101
|
* Enforced strongSwan coding rules (tab, if, {)Sansar Choinyambuu2011-09-0833-449/+481
|
* Initialized ekcertlen with 0Sansar Choinyambuu2011-09-081-1/+1
|
* removed static keywordSansar Choinyambuu2011-09-081-1/+1
|
* added fake_ek_cert.h to makefile.amSansar Choinyambuu2011-09-081-1/+1
|
* Included fake_ek_cert header backSansar Choinyambuu2011-09-081-2/+1
|
* Added fake_ek_cert.hSansar Choinyambuu2011-09-081-0/+162
|
* send TCG_PTS_TPM_VERS_NOT_SUPPORTED error codeAndreas Steffen2011-09-081-2/+5
|
* implemented first TCG-PTS error attributeAndreas Steffen2011-09-085-68/+138
|
* added some pts database entriesAndreas Steffen2011-09-081-0/+42
|
* display the measured file countAndreas Steffen2011-09-081-1/+4
|
* fixed measurement of directory contentsAndreas Steffen2011-09-083-8/+13
|
* added directory entry to databaseAndreas Steffen2011-09-081-0/+14
|
* reordered file hash entriesAndreas Steffen2011-09-081-21/+21
|
* finished refactoring of file measurementsAndreas Steffen2011-09-0810-486/+596
|
* some doxygen fixesAndreas Steffen2011-09-084-7/+7
|
* first stage of file_meas refactoringAndreas Steffen2011-09-088-235/+167
|
* Obtain AIK and exchange as PEM certificate doneSansar Choinyambuu2011-09-083-67/+105
| | | | Fixed the trashy tail of last file name in Request File Measurement
* Started implementing obtaining of AIKSansar Choinyambuu2011-09-083-3/+342
|
* Restore flag calculationSansar Choinyambuu2011-09-081-2/+37
|
* Reading and writing flags directlySansar Choinyambuu2011-09-082-41/+6
|
* SHA384 is set as strongest hashing algorithmSansar Choinyambuu2011-09-081-10/+10
|
* Added empty getter/setter for AIKSansar Choinyambuu2011-09-082-6/+56
|
* Deleted switch statement for hashing algorithms, using the integer field ↵Sansar Choinyambuu2011-09-081-15/+1
| | | | directly for the query
* Replaced reason strings with temporary ones for File Measurement ComparisonSansar Choinyambuu2011-09-081-3/+3
|
* Provide recommendation after all received attributes are handledSansar Choinyambuu2011-09-081-10/+21
|
* Clone the path chunk before adding to measurements listSansar Choinyambuu2011-09-081-2/+2
|
* Destroy meas_enumeratorSansar Choinyambuu2011-09-081-0/+1
|
* Added create_meas_enumerator function to pts_database objectSansar Choinyambuu2011-09-083-2/+92
| | | | | Implemented handling part of File Measurement attributes reception Ending the exchange and allowing access if all measurements match with database isolate if not
* Corrected output length for SHA256 algorithmSansar Choinyambuu2011-09-081-5/+5
|
* Deleted filter for measurement enumeratorSansar Choinyambuu2011-09-081-17/+6
|
* The file and directory lists are queried from dbSansar Choinyambuu2011-09-084-108/+45
| | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested
* Deleted unnecessary debug statementSansar Choinyambuu2011-09-081-3/+0
|
* Corrected typo on product_file tableSansar Choinyambuu2011-09-081-1/+1
|
* chunk_clone after read_dataSansar Choinyambuu2011-09-084-1/+15
|
* Removed unnecessary structSansar Choinyambuu2011-09-081-8/+0
|
* Corrected typo in querySansar Choinyambuu2011-09-081-1/+1
|
* Changes according to db implementationSansar Choinyambuu2011-09-082-0/+86
|
* implemented access to PTS file measurement databaseAndreas Steffen2011-09-085-10/+289
|
* Moved hashing functionalities to pts objectSansar Choinyambuu2011-09-083-93/+140
|
* Moved structures related to File Measurement to pts.hSansar Choinyambuu2011-09-082-22/+2
|
* replaced unreliable tabs by spacesAndreas Steffen2011-09-081-21/+20
|
* added pts database interfaceAndreas Steffen2011-09-085-1/+180
|
* Implemented Error Codes Enumeration for PTSSansar Choinyambuu2011-09-083-0/+95
|
* Proto Caps and Meas AlgorithmsSansar Choinyambuu2011-09-082-270/+190
| | | | | TPM Version Info (AIK as well) and Request File Meas attributes are sent together in a single pa_tnc message
* Combined some attributes and got rid of many handshake_statesSansar Choinyambuu2011-09-081-8/+3
|
* Deleted intermediate handshake_stateSansar Choinyambuu2011-09-082-53/+0
|
* nothing to send with BeginHandshakeAndreas Steffen2011-09-081-1/+1
|
* detect TPM presence on IMCAndreas Steffen2011-09-081-35/+57
|
* moved proto_caps and meas_algo to pts objectAndreas Steffen2011-09-089-121/+213
|