aboutsummaryrefslogtreecommitdiffstats
path: root/src/aikpub2/aikpub2.c
Commit message (Collapse)AuthorAgeFilesLines
* aikpub2: Removed aikpub2 toolAndreas Steffen2017-03-061-305/+0
| | | | | | | The aikpub2 tool has been replaced by pki --pub|--req --keyid hex .. where keyid indicates the TPM 2.0 private key object handle. Thus either the public key in PKCS#1 format can be extracted or a PKCS#10 certificate request signed by the TPM private key can be generated.
* Created libtpmtss library handling access to v1.2 and v2.0 TPMsAndreas Steffen2016-06-221-197/+22
|
* aikpub2: --handle option retrieves public key from TPM 2.0 NVRAMAndreas Steffen2016-06-221-29/+146
|
* aikpub2: Convert TSS 2.0 AIK public key blob into PKCS#1 formatAndreas Steffen2016-06-221-0/+363