summaryrefslogtreecommitdiff
path: root/src/tpmtool.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Nikos Mavrogiannopoulos2013-08-051-1/+0
| | | | prevent their accidental inclusion in the library.
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
|
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-1/+1
| | | | | | | | * Added GNUTLS_CRT_PRINT_FULL_NUMBERS to print bignumbers in an easier to parse format. * Added gnutls_pubkey_import_x509_crq() to convert a certificate request to a public key. * Added gnutls_pubkey_print() to simplify public key printing. * certtool's pubkey-info can be combined with --load-request. * Added --numbers option to certtool which prints big numbers in an easier to parser format.
* 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
| | | | Not everything is on working state.
* TPM key generation allows for arbitrary RSA key bits, but quantizes them to ↵Nikos Mavrogiannopoulos2012-07-081-2/+5
| | | | the minimum allowed value that is larger than input.
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-0/+46
| | | | | Added new function gnutls_pubkey_import_tpm_raw(). tpmtool can now print the pubkey key from a TPM key.
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-0/+153
It is a tool to generate TPM private keys. In addition gnutls_tpm_privkey_generate() was added.