aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/pts/pts.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to tpm_tss_quote_info objectAndreas Steffen2016-06-261-128/+74
|
* libimcv: migrate pts to tpm_tssAndreas Steffen2016-06-221-445/+143
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-7/+7
|
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-1/+4
|
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-1/+4
|
* libimcv: Allow pts_t.set_peer_public_value() to failMartin Willi2015-03-231-1/+2
|
* libimcv: Allow pts_t.get_my_public_value() to failMartin Willi2015-03-231-1/+2
|
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-231-1/+1
| | | | | While such a change is not unproblematic, keeping status_t makes the API inconsistent once we introduce return values for the public value operations.
* Merged libpts into libimcvAndreas Steffen2014-10-051-0/+1198