flag = {
name = list;
- descrip = "Lists all stored keys in the TPM";
+ descrip = "Lists all stored keys.";
doc = "";
};
name = delete;
arg-type = string;
arg-name = "url";
- descrip = "Delete the key identified by the given URL (UUID).";
+ descrip = "Delete the key identified by the given URL.";
doc = "";
};
descrip = "Use the DER format for keys.";
disabled;
disable = "no";
- doc = "The input files will be assumed to be in the portable
-DER format of TPM. The default format is a custom format used by various
-TPM tools";
+ doc = "The input files will be assumed to be in DER format.";
};
flag = {
descrip = "Use DER format for output keys";
disabled;
disable = "no";
- doc = "The output will be in the TPM portable DER format.";
+ doc = "The output will be in DER format.";
};
doc-section = {
if (HAVE_OPT(INDER)) {
incert_format = GNUTLS_X509_FMT_DER;
- inkey_format = GNUTLS_TPMKEY_FMT_DER;
+ inkey_format = GNUTLS_X509_FMT_DER;
} else {
incert_format = GNUTLS_X509_FMT_PEM;
- inkey_format = GNUTLS_TPMKEY_FMT_CTK_PEM;
+ inkey_format = GNUTLS_X509_FMT_PEM;
}
if (HAVE_OPT(OUTDER)) {
outcert_format = GNUTLS_X509_FMT_DER;
- outkey_format = GNUTLS_TPMKEY_FMT_DER;
+ outkey_format = GNUTLS_X509_FMT_DER;
} else {
outcert_format = GNUTLS_X509_FMT_PEM;
- outkey_format = GNUTLS_TPMKEY_FMT_CTK_PEM;
+ outkey_format = GNUTLS_X509_FMT_PEM;
}
if (HAVE_OPT(OUTFILE)) {