aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/pts
Commit message (Collapse)AuthorAgeFilesLines
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+1
|
* imv-attestation: Fixed file hash measurementsAndreas Steffen2017-09-013-34/+107
| | | | | | The introduction of file versions broke file hash measurements. This has been fixed by using a generic product versions having an empty package name.
* libimcv: Update database to ISO 19770-2:2015 SWID standardAndreas Steffen2017-07-082-13/+23
|
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-9/+16
| | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback.
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-10/+6
|
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-3/+12
|
* libimcv: No need to load AIK pubkey if AIK certificate is availableAndreas Steffen2016-08-311-13/+16
|
* imcv: Added EFI HCRTM eventAndreas Steffen2016-06-301-2/+7
|
* 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