summaryrefslogtreecommitdiff
path: root/src/tpmtool.c
Commit message (Expand)AuthorAgeFilesLines
* GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEMNikos Mavrogiannopoulos2012-07-221-2/+2
* tpmtool now accepts the --inder and --outder options.Nikos Mavrogiannopoulos2012-07-211-1/+27
* signing keys are generated by defaultNikos Mavrogiannopoulos2012-07-141-1/+1
* Allow generation of system and user keys.Nikos Mavrogiannopoulos2012-07-141-0/+2
* Enabled the generation of signing keys.Nikos Mavrogiannopoulos2012-07-141-9/+8
* Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function.Nikos Mavrogiannopoulos2012-07-131-1/+1
* corrected function callNikos Mavrogiannopoulos2012-07-131-1/+1
* Added support for legacy keyNikos Mavrogiannopoulos2012-07-131-1/+4
* pubkey option can now accept a urlNikos Mavrogiannopoulos2012-07-131-14/+11
* Added functions to handle TPM stored keys.Nikos Mavrogiannopoulos2012-07-121-5/+63
* TPM key generation allows for arbitrary RSA key bits, but quantizes them to t...Nikos Mavrogiannopoulos2012-07-081-2/+5
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-0/+46
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-0/+153