aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/tcg
Commit message (Collapse)AuthorAgeFilesLines
* pts: Do not override status with SUCCESS if length is invalidTobias Brunner2014-12-231-1/+2
|
* Remove unneeded get_count() methodAndreas Steffen2014-10-171-1/+0
|
* Process TCG/PTS File Measurement attribute incrementallyAndreas Steffen2014-10-171-37/+77
|
* libimcv: Fix Doxygen comments after merging libpts into libimcvTobias Brunner2014-10-131-1/+1
|
* Incremental parsing fixesAndreas Steffen2014-10-051-4/+4
|
* Added add_segment() method to TCG/PTS attributesAndreas Steffen2014-10-0517-21/+157
|
* Added add_segment() method to TCG/SEG attributesAndreas Steffen2014-10-053-25/+49
|
* Implemented incremental processing of SWID tag [ID] inventory attributeAndreas Steffen2014-10-054-78/+196
|
* Implemented add_segment method for PA-TNC attributesAndreas Steffen2014-10-053-0/+24
|
* Added total length parameter in PA-TNC attribute constructorAndreas Steffen2014-10-0548-165/+556
|
* Assignment of flags starts with bit 0Andreas Steffen2014-10-052-5/+5
|
* Merged libpts into libimcvAndreas Steffen2014-10-0548-0/+8551
|
* created libptsAndreas Steffen2011-09-0840-6791/+0
|
* check files in alphabetical orderAndreas Steffen2011-09-081-1/+2
|
* little bug fixAndreas Steffen2011-09-081-0/+1
|
* refactored measurement verificationAndreas Steffen2011-09-084-78/+89
|
* Added Check_Measurement function to pts_database instead of returning ↵Sansar Choinyambuu2011-09-082-74/+44
| | | | | | | 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-082-11/+9
|
* lexparser was not usedAndreas Steffen2011-09-081-2/+1
|
* use arch instead of uname -pAndreas Steffen2011-09-081-5/+5
|
* cosmeticsAndreas Steffen2011-09-081-9/+9
|
* get platform info from IMCAndreas Steffen2011-09-081-2/+75
|
* added a PTS credential setAndreas Steffen2011-09-082-0/+193
|
* Verification of directory contents measurements implementedSansar Choinyambuu2011-09-082-19/+110
|
* reverted aik_cert and aik_key parametersAndreas Steffen2011-09-081-2/+2
|
* debug output while loading AIK credentialsAndreas Steffen2011-09-081-2/+2
|
* fixed encoding of AIK certificates and public keysAndreas Steffen2011-09-081-1/+3
|
* Inserted missing "!" markSansar Choinyambuu2011-09-082-3/+3
| | | | Changed variable name for AIK cert, key paths in strongswan.conf
* refactored AIK functionalityAndreas Steffen2011-09-084-167/+85
|
* Removed identity.c related references and variablesSansar Choinyambuu2011-09-081-17/+2
|
* Delete unnecessary fake_ek_cert header fileSansar Choinyambuu2011-09-081-162/+0
|
* Read AIK certificate/ AIK public key from fileSansar Choinyambuu2011-09-082-371/+65
|
* Enforced strongSwan coding rules (tab, if, {)Sansar Choinyambuu2011-09-0830-413/+445
|
* Initialized ekcertlen with 0Sansar Choinyambuu2011-09-081-1/+1
|
* removed static keywordSansar 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
|
* implemented first TCG-PTS error attributeAndreas Steffen2011-09-082-0/+34
|
* fixed measurement of directory contentsAndreas Steffen2011-09-082-6/+11
|
* finished refactoring of file measurementsAndreas Steffen2011-09-086-317/+467
|
* some doxygen fixesAndreas Steffen2011-09-084-7/+7
|
* first stage of file_meas refactoringAndreas Steffen2011-09-086-171/+108
|
* Obtain AIK and exchange as PEM certificate doneSansar Choinyambuu2011-09-081-55/+72
| | | | Fixed the trashy tail of last file name in Request File Measurement
* Started implementing obtaining of AIKSansar Choinyambuu2011-09-082-2/+341
|
* Restore flag calculationSansar Choinyambuu2011-09-081-2/+37
|
* Reading and writing flags directlySansar Choinyambuu2011-09-082-41/+6
|
* 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
* Added create_meas_enumerator function to pts_database objectSansar Choinyambuu2011-09-082-0/+41
| | | | | Implemented handling part of File Measurement attributes reception Ending the exchange and allowing access if all measurements match with database isolate if not
* Deleted filter for measurement enumeratorSansar Choinyambuu2011-09-081-17/+6
|