Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | combine two algorithm checks | Andreas Steffen | 2011-11-28 | 1 | -5/+2 | |
| | | ||||||
* | | fixed setting of PTS DH group | Andreas Steffen | 2011-11-28 | 5 | -157/+120 | |
| | | ||||||
* | | 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 | 4 | -28/+101 | |
| | | | | | | | | Implemented creating/handling of Simple Evidence Final attribute (incomplete) | |||||
* | | Removed unnecessary setter functions | Sansar Choinyambuu | 2011-11-28 | 2 | -118/+0 | |
| | | ||||||
* | | Fixes for memory leaks | Sansar Choinyambuu | 2011-11-28 | 2 | -3/+3 | |
| | | ||||||
* | | Freeing memory allocated for AIK after writing | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 | |
| | | ||||||
* | | Changed definition of output and set them in quote_tpm function | Sansar Choinyambuu | 2011-11-28 | 2 | -25/+43 | |
| | | ||||||
* | | Use already negotiated Measurement algorithm as Hashing algorithm for Diffie ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -22/+43 | |
| | | | | | | | | Hellman secret calculation | |||||
* | | 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 | |
| | | ||||||
* | | Fixed some memory leaks | Sansar Choinyambuu | 2011-11-28 | 3 | -3/+4 | |
| | | ||||||
* | | Changed definition of get_my_pub_val function a little | Sansar Choinyambuu | 2011-11-28 | 2 | -9/+7 | |
| | | ||||||
* | | Added ctime function to white list | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed freeing invalid memory issue | Sansar Choinyambuu | 2011-11-28 | 2 | -10/+11 | |
| | | ||||||
* | | Implemented hasndling of Request Functional Component Evidence and creation ↵ | Sansar Choinyambuu | 2011-11-28 | 2 | -6/+200 | |
| | | | | | | | | of Simple Component Evidences | |||||
* | | 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 | |||||
* | | Use struct containing the parameters for Create function | Sansar Choinyambuu | 2011-11-28 | 2 | -231/+39 | |
| | | | | | | | | Deleted unnecessary setter functions | |||||
* | | Fixed memory leaks | Sansar Choinyambuu | 2011-11-28 | 4 | -107/+112 | |
| | | ||||||
* | | Clone chunk_t parameters in create function | Sansar Choinyambuu | 2011-11-28 | 2 | -4/+4 | |
| | | ||||||
* | | Implemented handling of DH Parameters Response and Finish attributes | Sansar Choinyambuu | 2011-11-28 | 4 | -40/+348 | |
| | | | | | | | | Implemented calculating session secrets | |||||
* | | Replaced DH_NONCE state with TPM_INIT state | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Cloning chunk_t parameters in process message | Sansar Choinyambuu | 2011-11-28 | 2 | -0/+4 | |
| | | ||||||
* | | 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 | 12 | -40/+425 | |
| | | ||||||
* | | Implemented Diffie Hellman Nonce attributes | Sansar Choinyambuu | 2011-11-28 | 10 | -3/+1081 | |
| | | ||||||
* | | Write/Read flags field directly to/from variable | Sansar Choinyambuu | 2011-11-28 | 3 | -104/+5 | |
| | | ||||||
* | | Began implementing handline of Functional Component Measuring attributes | Sansar Choinyambuu | 2011-11-28 | 4 | -55/+195 | |
| | | ||||||
* | | Fixed bug at checking error code from file stat | Sansar Choinyambuu | 2011-11-28 | 1 | -8/+7 | |
| | | ||||||
* | | Implemented handling of File Metadata | Sansar Choinyambuu | 2011-11-28 | 11 | -104/+306 | |
| | | ||||||
* | | File not Found, Invalid path, Invalid Delimiter PTS errors case checks ↵ | Sansar Choinyambuu | 2011-11-28 | 1 | -0/+2 | |
| | | | | | | | | implemented | |||||
* | | libfast: Fixed compiler warning. | Tobias Brunner | 2011-11-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed compiler warnings for DH groups that define no subgroup. | Tobias Brunner | 2011-11-25 | 1 | -8/+16 | |
| | | ||||||
* | | Fixed missing initializer compiler warning. | Tobias Brunner | 2011-11-25 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed check for log groups when debug_t is unsigned. | Tobias Brunner | 2011-11-25 | 1 | -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 Brunner | 2011-11-25 | 1 | -4/+0 | |
| | | ||||||
* | | Fixed compiler warnings regarding enum comparison. | Tobias Brunner | 2011-11-25 | 4 | -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 Brunner | 2011-11-22 | 8 | -4/+10 | |
| | | ||||||
* | | Fixed proposal numbering check in sa_payload | Martin Willi | 2011-11-21 | 1 | -10/+0 | |
| | | ||||||
* | | Fix copy'n'paste error in libhydra's netlink interface | Thomas Jarosch | 2011-11-21 | 1 | -1/+1 | |
| | | | | | | | | Detected by cppcheck. | |||||
* | | Fix unaligned aliasing warning in raw socket | Martin Willi | 2011-11-17 | 1 | -5/+4 | |
| | | ||||||
* | | Fix network interface deletion handling in kernel-netlink plugin. | Mirko Parthey | 2011-11-14 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the kernel reports the deletion of an interface (RTM_DELLINK), the cached interface attributes, including ifindex, become invalid and must be forgotten. Interface link state changes ("up" and "down") show up as RTM_NEWLINK, so they will not cause a cached entry to be removed or prevent listening to address change notifications. Once an interface has been deleted, the kernel ought to stop sending notifications for it. If the interface gets recreated with the same name later, the kernel again reports RTM_NEWLINK, which causes a new cache entry to be created. There should be no reason to keep a stale cache entry around, as was claimed in the comment. |