libtpmtss: Retrieve TPM 1.2 version info

This commit is contained in:
Andreas Steffen
2016-06-22 15:33:43 +02:00
parent c08753bdf4
commit fedc6769dc
3 changed files with 75 additions and 3 deletions
+7
View File
@@ -47,6 +47,13 @@ struct tpm_tss_t {
*/
tpm_version_t (*get_version)(tpm_tss_t *this);
/**
* Get TPM version info (TPM 1.2 only)
*
* @return TPM version info struct
*/
chunk_t (*get_version_info)(tpm_tss_t *this);
/**
* Generate AIK key pair bound to TPM (TPM 1.2 only)
*