aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/tcg/pts
Commit message (Collapse)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-11/+17
| | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback.
* libimcv: Make sure the first argument to sscanf() is null-terminatedTobias Brunner2017-05-231-1/+3
|
* libimcv: Fix Doxygen commentTobias Brunner2016-06-301-1/+1
|
* Refactoring to tpm_tss_quote_info objectAndreas Steffen2016-06-262-87/+183
|
* Use standard unsigned integer typesAndreas Steffen2016-03-2423-90/+90
|
* 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
|
* Added add_segment() method to TCG/PTS attributesAndreas Steffen2014-10-0517-21/+157
|
* Added total length parameter in PA-TNC attribute constructorAndreas Steffen2014-10-0534-104/+390
|
* Merged libpts into libimcvAndreas Steffen2014-10-0534-0/+5999
|
* created libptsAndreas Steffen2011-09-0814-1705/+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
|
* Inserted missing "!" markSansar Choinyambuu2011-09-081-2/+2
| | | | Changed variable name for AIK cert, key paths in strongswan.conf
* refactored AIK functionalityAndreas Steffen2011-09-082-86/+45
|
* 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-0811-252/+278
|
* 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-081-6/+5
|
* finished refactoring of file measurementsAndreas Steffen2011-09-084-116/+385
|
* some doxygen fixesAndreas Steffen2011-09-084-7/+7
|
* first stage of file_meas refactoringAndreas Steffen2011-09-082-33/+28
|
* 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
|
* 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
* The file and directory lists are queried from dbSansar Choinyambuu2011-09-082-17/+23
| | | | | Request File Measurements sending and handling is implemented accordingly Measuring the file and directories are tested
* Removed unnecessary structSansar Choinyambuu2011-09-081-8/+0
|
* implemented access to PTS file measurement databaseAndreas Steffen2011-09-082-7/+13
|
* Moved hashing functionalities to pts objectSansar Choinyambuu2011-09-082-0/+137
|
* replaced unreliable tabs by spacesAndreas Steffen2011-09-081-21/+20
|