aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | add directory prefix to file pathAndreas Steffen2011-11-281-19/+66
| |
* | list file measurement hashesAndreas Steffen2011-11-283-54/+211
| |
* | remove attestAndreas Steffen2011-11-281-225/+0
| |
* | corrected copyrightAndreas Steffen2011-11-281-3/+2
| |
* | ipsec attest lists data stored in an attestation databaseAndreas Steffen2011-11-285-0/+598
| |
* | free memories that are bound to the contextSansar Choinyambuu2011-11-281-1/+4
| |
* | Both D and T flags required to be set for PTS Component MeasurementSansar Choinyambuu2011-11-281-8/+18
| | | | | | | | DH Finish is sent only when D flag is set in TPM_INIT phase
* | use D flag for PTS Protocol CapabilitiesSansar Choinyambuu2011-11-282-4/+18
| |
* | added measurements for Ubuntu 11.10 i686Andreas Steffen2011-11-281-0/+330
| |
* | changed method name to create_file_meas_enumeratorAndreas Steffen2011-11-283-5/+6
| |
* | committed missing pts_file_type.cAndreas Steffen2011-11-281-0/+33
| |
* | added pts_file_type_namesAndreas Steffen2011-11-283-4/+19
| |
* | Unix-Style File Metadata returns relative pathnamesAndreas Steffen2011-11-281-5/+2
| |
* | use write_uint64 and read_uint64 in file measurementsAndreas Steffen2011-11-281-12/+6
| |
* | optimized handling of UNIX file metadataAndreas Steffen2011-11-284-157/+63
| |
* | extended bio_reader and bio_writer to handle u_int64_tAndreas Steffen2011-11-285-0/+84
| |
* | shortened fieldnames of pts_file_metadata_t structAndreas Steffen2011-11-284-54/+50
| |
* | removed empty lineAndreas Steffen2011-11-281-1/+0
| |
* | compacted file metadata debug outputAndreas Steffen2011-11-281-17/+11
| |
* | Copy just 20 bytes of pcr after valueSansar Choinyambuu2011-11-281-1/+1
| |
* | follow strongswan coding rulesSansar Choinyambuu2011-11-2820-94/+152
| |
* | Sort the pcr entries list everytime new entry is addedSansar Choinyambuu2011-11-281-1/+16
| |
* | Modified some unnecessary todo statementSansar Choinyambuu2011-11-283-6/+2
| |
* | CosmeticsSansar Choinyambuu2011-11-281-4/+3
| |
* | Deleted unnecessary debuggin statements for File Metadata on IMC sideSansar Choinyambuu2011-11-281-17/+0
| |
* | Implemented creating and handling of Optional PCR Composite field in Simple ↵Sansar Choinyambuu2011-11-283-30/+30
| | | | | | | | Evidence Final attribute
* | Construct PCR Composite using information received in Simple Component ↵Sansar Choinyambuu2011-11-283-202/+90
| | | | | | | | Evidence attributes
* | Temporary commenting out of processing optional PCR Composite fieldSansar Choinyambuu2011-11-281-4/+9
| |
* | Used Openssl RSA_verify functionSansar Choinyambuu2011-11-282-9/+63
| |
* | Fixed calculate quote info function -> initialize PCR bit mask array with zeroesSansar Choinyambuu2011-11-283-58/+52
| | | | | | | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info
* | Included hasher.hSansar Choinyambuu2011-11-281-0/+1
| |
* | fixed typo in reason stringsSansar Choinyambuu2011-11-281-3/+3
| |
* | Check if matching value configured with the received pcr after value in ↵Sansar Choinyambuu2011-11-281-4/+13
| | | | | | | | Simple Component Evidence
* | Changed definition of pcr_value in pcr_entry_t structureSansar Choinyambuu2011-11-282-12/+59
| | | | | | | | Implemented function to check if recevied PCR after value matches with any configured pcr value
* | deleted unnecessary debuggin statementSansar Choinyambuu2011-11-281-1/+0
| |
* | return SHA1 hash of TPM Quote Info in calculate_quote_digestSansar Choinyambuu2011-11-281-3/+9
| |
* | Modified reason stringsSansar Choinyambuu2011-11-281-3/+3
| |
* | Replaced static string path with Metadata requests retrieved from pts databaseSansar Choinyambuu2011-11-281-4/+16
| |
* | Implemented new create enumerator function to get metadata request pathsSansar Choinyambuu2011-11-282-3/+27
| | | | | | | | Modified existing file_enumerator function to include just measurement requests
* | Added measurement and metadata columns to files tableSansar Choinyambuu2011-11-282-43/+88
| | | | | | | | | | Added "/etc/tnc_config" file record for metadata request Modified files table entries with measurement flag set
* | Implemented Quote Digest constructing function for IMVSansar Choinyambuu2011-11-284-32/+353
| | | | | | | | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function
* | Replaced with boolean variable for PCR info included and Evidence Signature ↵Sansar Choinyambuu2011-11-284-42/+156
| | | | | | | | | | | | included flags Write and Read flags to int first and set flags /Due to special definition/
* | Loading AIK Blob from file configuredSansar Choinyambuu2011-11-283-59/+80
| | | | | | | | Finalized implementation of quote_tpm function
* | Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public keySansar Choinyambuu2011-11-281-5/+8
| |
* | Added parentesis for logical conditions of IF statement to get rid of the ↵Sansar Choinyambuu2011-11-281-1/+1
| | | | | | | | warning
* | added pts_dh_group_error_create() and pts_dh_nonce_error_create()Andreas Steffen2011-11-284-23/+80
| |
* | moved building of attributes to imv_attestation_buildAndreas Steffen2011-11-284-177/+266
| |
* | cosmeticsAndreas Steffen2011-11-281-14/+14
| |
* | moved commentsAndreas Steffen2011-11-283-23/+16
| |
* | added the IMV_ATTESTATION_STATE_NONCE_REQ stateAndreas Steffen2011-11-282-44/+38
| |