aboutsummaryrefslogtreecommitdiffstats
path: root/src/aikgen
Commit message (Collapse)AuthorAgeFilesLines
* aikgen: Fix computation of key ID of the AIK public keyTobias Brunner2016-06-301-7/+8
| | | | We don't have direct access to the modulus and exponent of the key anymore.
* Created libtpmtss library handling access to v1.2 and v2.0 TPMsAndreas Steffen2016-06-222-191/+32
|
* aikpub2: Convert TSS 2.0 AIK public key blob into PKCS#1 formatAndreas Steffen2016-06-221-1/+1
|
* aikgen generates AIK private/public key pairsAndreas Steffen2014-05-033-0/+570
aikgen outputs a binary AIK private key blob and the AIK public key. Optionally the Identity Request encrypted with the public key of the Privacy CA can be output.