summaryrefslogtreecommitdiff
path: root/src/tpmtool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* certtool: don't output textual information if --no-text was givenDmitry Eremin-Solenikov2018-11-261-1/+1
* tpmtool: Fix a memory leak related to TPM key listStefan Berger2018-11-151-0/+2
* tpmtool: Support --srk-well-known for SRK with 20 zero bytes passwordStefan Berger2018-11-091-19/+29
* tools: do not access unused variablesNikos Mavrogiannopoulos2017-11-141-4/+1
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-0/+12
* 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