aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/pts
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring to tpm_tss_quote_info objectAndreas Steffen2016-06-267-215/+132
|
* libimcv: Changed debug level for functional components from 2 to 3Andreas Steffen2016-06-261-2/+2
|
* libimcv: migrate pts to tpm_tssAndreas Steffen2016-06-223-465/+165
|
* Use standard unsigned integer typesAndreas Steffen2016-03-2419-106/+106
|
* imv-attestation: Fix memory leaks when creating functional componentsTobias Brunner2015-12-111-2/+2
|
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-145-14/+12
|
* 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-232-2/+4
|
* libimcv: Allow pts_t.get_my_public_value() to failMartin Willi2015-03-232-2/+4
|
* 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.
* Replace kid by aik_id in ITA TBOOT functional componentAndreas Steffen2015-03-161-7/+2
|
* libimcv: Fix Doxygen comments after merging libpts into libimcvTobias Brunner2014-10-131-1/+1
|
* Merged libpts into libimcvAndreas Steffen2014-10-0544-0/+8276