Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Defined functional components within ITA namespace | Sansar Choinyambuu | 2011-11-28 | 3 | -33/+95 | |
| | | | | Implemented handling of functional components evidence request/response | |||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -18/+17 | |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | |||||
* | use openssl rsa_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -59/+3 | |
| | ||||||
* | Implemented matching of Optional PCR Composite field value when Hashing was ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -10/+30 | |
| | | | | | | done to reduce the size of it Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used | |||||
* | free memories that are bound to the context | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+4 | |
| | ||||||
* | use D flag for PTS Protocol Capabilities | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | changed method name to create_file_meas_enumerator | Andreas Steffen | 2011-11-28 | 2 | -4/+4 | |
| | ||||||
* | committed missing pts_file_type.c | Andreas Steffen | 2011-11-28 | 1 | -0/+33 | |
| | ||||||
* | added pts_file_type_names | Andreas Steffen | 2011-11-28 | 1 | -0/+14 | |
| | ||||||
* | Unix-Style File Metadata returns relative pathnames | Andreas Steffen | 2011-11-28 | 1 | -5/+2 | |
| | ||||||
* | optimized handling of UNIX file metadata | Andreas Steffen | 2011-11-28 | 2 | -13/+8 | |
| | ||||||
* | shortened fieldnames of pts_file_metadata_t struct | Andreas Steffen | 2011-11-28 | 2 | -34/+30 | |
| | ||||||
* | follow strongswan coding rules | Sansar Choinyambuu | 2011-11-28 | 3 | -23/+38 | |
| | ||||||
* | Sort the pcr entries list everytime new entry is added | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+16 | |
| | ||||||
* | Deleted unnecessary debuggin statements for File Metadata on IMC side | Sansar Choinyambuu | 2011-11-28 | 1 | -17/+0 | |
| | ||||||
* | Implemented creating and handling of Optional PCR Composite field in Simple ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -15/+17 | |
| | | | | Evidence Final attribute | |||||
* | Construct PCR Composite using information received in Simple Component ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -179/+66 | |
| | | | | Evidence attributes | |||||
* | Used Openssl RSA_verify function | Sansar Choinyambuu | 2011-11-28 | 1 | -6/+61 | |
| | ||||||
* | Fixed calculate quote info function -> initialize PCR bit mask array with zeroes | Sansar Choinyambuu | 2011-11-28 | 2 | -44/+23 | |
| | | | | | Return TPM Quote Info only, hash of it is calculated in IMV Process Renamed digest with quote info | |||||
* | Changed definition of pcr_value in pcr_entry_t structure | Sansar Choinyambuu | 2011-11-28 | 2 | -12/+59 | |
| | | | | Implemented function to check if recevied PCR after value matches with any configured pcr value | |||||
* | return SHA1 hash of TPM Quote Info in calculate_quote_digest | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+9 | |
| | ||||||
* | Implemented new create enumerator function to get metadata request paths | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+27 | |
| | | | | Modified existing file_enumerator function to include just measurement requests | |||||
* | Implemented Quote Digest constructing function for IMV | Sansar Choinyambuu | 2011-11-28 | 2 | -17/+301 | |
| | | | | | | Implemented Signature verification function to check TPM Quote Signature Implemented Handling of Simple Evidence Final attribute Fixed bug within tpm_quote function | |||||
* | Loading AIK Blob from file configured | Sansar Choinyambuu | 2011-11-28 | 2 | -48/+68 | |
| | | | | Finalized implementation of quote_tpm function | |||||
* | Get AIK certificate encoding in PUBKEY_ASN1_DER if it's just public key | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+8 | |
| | ||||||
* | added pts_dh_group_error_create() and pts_dh_nonce_error_create() | Andreas Steffen | 2011-11-28 | 2 | -2/+63 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-11-28 | 1 | -14/+14 | |
| | ||||||
* | moved comments | Andreas Steffen | 2011-11-28 | 2 | -0/+16 | |
| | ||||||
* | refactored DH group nonce exchange | Andreas Steffen | 2011-11-28 | 4 | -126/+192 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-11-28 | 1 | -9/+9 | |
| | ||||||
* | normalized and extended pts_meas_algo functions | Andreas Steffen | 2011-11-28 | 2 | -7/+77 | |
| | ||||||
* | renamed conversion function to pts_dh_group_to_ike | Andreas Steffen | 2011-11-28 | 2 | -3/+3 | |
| | ||||||
* | normalized pts_dh_group function names | Andreas Steffen | 2011-11-28 | 2 | -29/+27 | |
| | ||||||
* | added pts_dh_group_select | Andreas Steffen | 2011-11-28 | 2 | -5/+52 | |
| | ||||||
* | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 3 | -138/+99 | |
| | ||||||
* | Changed encoding type to ASN.1 DER | Sansar Choinyambuu | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functions | Sansar Choinyambuu | 2011-11-28 | 2 | -11/+28 | |
| | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | Changed definition of output and set them in quote_tpm function | Sansar Choinyambuu | 2011-11-28 | 2 | -25/+43 | |
| | ||||||
* | Implemented first version of tpm quote function | Sansar Choinyambuu | 2011-11-28 | 2 | -7/+153 | |
| | ||||||
* | added newline at end of file | Andreas Steffen | 2011-11-28 | 1 | -1/+1 | |
| | ||||||
* | fixed pts_probe_dh_groups warning | Andreas Steffen | 2011-11-28 | 1 | -2/+2 | |
| | ||||||
* | Changed definition of get_my_pub_val function a little | Sansar Choinyambuu | 2011-11-28 | 2 | -9/+7 | |
| | ||||||
* | Implemented functions for reading and extending TPM PCR | Sansar Choinyambuu | 2011-11-28 | 2 | -6/+171 | |
| | | | | Made hash_file function a member of pts object | |||||
* | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -14/+14 | |
| | ||||||
* | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 2 | -7/+136 | |
| | | | | Implemented calculating session secrets | |||||
* | Fixed bug for updating supported diffie hellman groups | Sansar Choinyambuu | 2011-11-28 | 1 | -5/+5 | |
| | ||||||
* | Removed unnecessary debug statement | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+0 | |
| | ||||||
* | Return false if mandatory DH Group IKE19 is not available | Sansar Choinyambuu | 2011-11-28 | 1 | -3/+1 | |
| | ||||||
* | Started implementing handling of DH Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 4 | -0/+283 | |
| | ||||||
* | Fixed bug at checking error code from file stat | Sansar Choinyambuu | 2011-11-28 | 1 | -8/+7 | |
| |