aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | moved attribute processing to imc_attestation_processAndreas Steffen2011-11-284-630/+674
| |
* | aborting after fatal imv_attestation errorAndreas Steffen2011-11-282-9/+16
| |
* | moved attribute processing to imv_attestation_processAndreas Steffen2011-11-286-366/+489
| |
* | refactored DH group nonce exchangeAndreas Steffen2011-11-2810-373/+339
| |
* | cosmeticsAndreas Steffen2011-11-281-9/+9
| |
* | normalized and extended pts_meas_algo functionsAndreas Steffen2011-11-282-7/+77
| |
* | renamed conversion function to pts_dh_group_to_ikeAndreas Steffen2011-11-282-3/+3
| |
* | normalized pts_dh_group function namesAndreas Steffen2011-11-282-29/+27
| |
* | added pts_dh_group_selectAndreas Steffen2011-11-282-5/+52
| |
* | combine two algorithm checksAndreas Steffen2011-11-281-5/+2
| |
* | fixed setting of PTS DH groupAndreas Steffen2011-11-285-157/+120
| |
* | Changed encoding type to ASN.1 DERSansar Choinyambuu2011-11-281-2/+2
| |
* | Improved implementation of Read PCR/ Extend PCR/ Quote_TPM functionsSansar Choinyambuu2011-11-284-28/+101
| | | | | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete)
* | Removed unnecessary setter functionsSansar Choinyambuu2011-11-282-118/+0
| |
* | Fixes for memory leaksSansar Choinyambuu2011-11-282-3/+3
| |
* | Freeing memory allocated for AIK after writingSansar Choinyambuu2011-11-281-0/+1
| |
* | Changed definition of output and set them in quote_tpm functionSansar Choinyambuu2011-11-282-25/+43
| |
* | Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵Sansar Choinyambuu2011-11-282-22/+43
| | | | | | | | Hellman secret calculation
* | Implemented first version of tpm quote functionSansar Choinyambuu2011-11-282-7/+153
| |
* | added newline at end of fileAndreas Steffen2011-11-281-1/+1
| |
* | fixed pts_probe_dh_groups warningAndreas Steffen2011-11-281-2/+2
| |
* | Fixed some memory leaksSansar Choinyambuu2011-11-283-3/+4
| |
* | Changed definition of get_my_pub_val function a littleSansar Choinyambuu2011-11-282-9/+7
| |
* | Added ctime function to white listSansar Choinyambuu2011-11-281-0/+1
| |
* | Fixed freeing invalid memory issueSansar Choinyambuu2011-11-282-10/+11
| |
* | Implemented hasndling of Request Functional Component Evidence and creation ↵Sansar Choinyambuu2011-11-282-6/+200
| | | | | | | | of Simple Component Evidences
* | Implemented functions for reading and extending TPM PCRSansar Choinyambuu2011-11-282-6/+171
| | | | | | | | Made hash_file function a member of pts object
* | Use struct containing the parameters for Create functionSansar Choinyambuu2011-11-282-231/+39
| | | | | | | | Deleted unnecessary setter functions
* | Fixed memory leaksSansar Choinyambuu2011-11-284-107/+112
| |
* | Clone chunk_t parameters in create functionSansar Choinyambuu2011-11-282-4/+4
| |
* | Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-284-40/+348
| | | | | | | | Implemented calculating session secrets
* | Replaced DH_NONCE state with TPM_INIT stateSansar Choinyambuu2011-11-281-1/+1
| |
* | Cloning chunk_t parameters in process messageSansar Choinyambuu2011-11-282-0/+4
| |
* | Fixed bug for updating supported diffie hellman groupsSansar Choinyambuu2011-11-281-5/+5
| |
* | Removed unnecessary debug statementSansar Choinyambuu2011-11-281-3/+0
| |
* | Return false if mandatory DH Group IKE19 is not availableSansar Choinyambuu2011-11-281-3/+1
| |
* | Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-2812-40/+425
| |
* | Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-2810-3/+1081
| |
* | Write/Read flags field directly to/from variableSansar Choinyambuu2011-11-283-104/+5
| |
* | Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-284-55/+195
| |
* | Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-8/+7
| |
* | Implemented handling of File MetadataSansar Choinyambuu2011-11-2811-104/+306
| |
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵Sansar Choinyambuu2011-11-281-0/+2
| | | | | | | | implemented
* | libfast: Fixed compiler warning.Tobias Brunner2011-11-251-1/+1
| |
* | Fixed compiler warnings for DH groups that define no subgroup.Tobias Brunner2011-11-251-8/+16
| |
* | Fixed missing initializer compiler warning.Tobias Brunner2011-11-251-2/+2
| |
* | Fixed check for log groups when debug_t is unsigned.Tobias Brunner2011-11-251-1/+1
| | | | | | | | The range and signedness of enum types is up to the compiler.
* | Fixed check of max_poll_time as it is an unsigned int.Tobias Brunner2011-11-251-4/+0
| |
* | Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-254-6/+6
| | | | | | | | | | | | | | | | | | Warnings like comparison of unsigned expression < 0 is always false are reported with -Wextra when enum types that are compiled to an unsigned type (which is up to the compiler) are checked for negativity.
* | Added missing Android.mk files to distribution.Tobias Brunner2011-11-228-4/+10
| |