summaryrefslogtreecommitdiff
path: root/src/tpmtool.c
Commit message (Expand)AuthorAgeFilesLines
* tpmtool: Added --test-sign parameterNikos Mavrogiannopoulos2015-07-141-2/+74
* tpmtool: added newline in error messagesNikos Mavrogiannopoulos2015-06-051-8/+8
* more compiler warning fixesNikos Mavrogiannopoulos2014-09-251-11/+11
* tpmtool: corrected key password readNikos Mavrogiannopoulos2014-09-081-1/+1
* Added --ask-pass certtool option to allow asking for passwords even when in b...Nikos Mavrogiannopoulos2014-02-051-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-223/+198
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-9/+32
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-1/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-1/+1
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-1/+1
* No need to ask for key password on registered keys.Nikos Mavrogiannopoulos2012-08-161-4/+7
* 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