Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | public-key: Add optional parameters argument to verify() method | Tobias Brunner | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | imv-attestation: Fixed file hash measurements | Andreas Steffen | 2017-09-01 | 3 | -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 standard | Andreas Steffen | 2017-07-08 | 2 | -13/+23 |
| | |||||
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -9/+16 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -10/+6 |
| | |||||
* | gmp: Support of SHA-3 RSA signatures | Andreas Steffen | 2016-09-22 | 1 | -3/+12 |
| | |||||
* | libimcv: No need to load AIK pubkey if AIK certificate is available | Andreas Steffen | 2016-08-31 | 1 | -13/+16 |
| | |||||
* | imcv: Added EFI HCRTM event | Andreas Steffen | 2016-06-30 | 1 | -2/+7 |
| | |||||
* | Refactoring to tpm_tss_quote_info object | Andreas Steffen | 2016-06-26 | 7 | -215/+132 |
| | |||||
* | libimcv: Changed debug level for functional components from 2 to 3 | Andreas Steffen | 2016-06-26 | 1 | -2/+2 |
| | |||||
* | libimcv: migrate pts to tpm_tss | Andreas Steffen | 2016-06-22 | 3 | -465/+165 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 19 | -106/+106 |
| | |||||
* | imv-attestation: Fix memory leaks when creating functional components | Tobias Brunner | 2015-12-11 | 1 | -2/+2 |
| | |||||
* | utils: Use chunk_equals_const() for all cryptographic purposes | Martin Willi | 2015-04-14 | 5 | -14/+12 |
| | |||||
* | diffie-hellman: Add a bool return value to set_other_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+4 |
| | |||||
* | diffie-hellman: Add a bool return value to get_my_public_value() | Martin Willi | 2015-03-23 | 1 | -1/+4 |
| | |||||
* | libimcv: Allow pts_t.set_peer_public_value() to fail | Martin Willi | 2015-03-23 | 2 | -2/+4 |
| | |||||
* | libimcv: Allow pts_t.get_my_public_value() to fail | Martin Willi | 2015-03-23 | 2 | -2/+4 |
| | |||||
* | diffie-hellman: Use bool instead of status_t as get_shared_secret() return value | Martin Willi | 2015-03-23 | 1 | -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 component | Andreas Steffen | 2015-03-16 | 1 | -7/+2 |
| | |||||
* | libimcv: Fix Doxygen comments after merging libpts into libimcv | Tobias Brunner | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 44 | -0/+8276 |