summaryrefslogtreecommitdiff
path: root/lib/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* GNUTLS_TPMKEY_FMT_DER -> GNUTLS_TPMKEY_FMT_RAWNikos Mavrogiannopoulos2013-03-081-2/+2
* cleaned up the PIN calling in TPMNikos Mavrogiannopoulos2013-02-161-5/+11
* reference TPMURINikos Mavrogiannopoulos2013-02-051-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-251-1/+2
* If trousers is not present define the TPM functions but have them return GNUT...Nikos Mavrogiannopoulos2013-01-021-1/+82
* rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs.Nikos Mavrogiannopoulos2012-11-241-2/+2
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-5/+7
* GTK-DOC fixes.Simon Josefsson2012-09-211-1/+1
* More GTK-DOC warning fixes.Simon Josefsson2012-09-211-4/+4
* Fix GTK-DOC warnings.Simon Josefsson2012-09-211-9/+4
* documentation fixes.Nikos Mavrogiannopoulos2012-08-041-0/+1
* PIN-related functions common to TPM and PKCS #11 moved to pin.c.Nikos Mavrogiannopoulos2012-07-231-0/+1
* GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEMNikos Mavrogiannopoulos2012-07-221-4/+4
* Separated TPM key encodings from the X.509 certificates.Nikos Mavrogiannopoulos2012-07-211-108/+165
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-1/+1
* Increate the entropy of TPM when generating keys.Nikos Mavrogiannopoulos2012-07-211-0/+27
* Callbacks are being called even if a global PIN functions is not set.Nikos Mavrogiannopoulos2012-07-171-10/+10
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-6/+9
* random uuids are marked as suchNikos Mavrogiannopoulos2012-07-141-1/+7
* doc fixNikos Mavrogiannopoulos2012-07-141-1/+2
* Allow handling of user and system keys.Nikos Mavrogiannopoulos2012-07-141-57/+51
* minor fixes in TPM codeNikos Mavrogiannopoulos2012-07-141-28/+11
* Added flag to disable the use of callbacks in TPM keys.Nikos Mavrogiannopoulos2012-07-131-23/+44
* Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function.Nikos Mavrogiannopoulos2012-07-131-37/+172
* doc fixNikos Mavrogiannopoulos2012-07-131-3/+6
* do not list parent in URL.Nikos Mavrogiannopoulos2012-07-131-0/+2
* small fixes in TPM supportNikos Mavrogiannopoulos2012-07-131-30/+110
* Added functions to handle TPM stored keys.Nikos Mavrogiannopoulos2012-07-121-4/+154
* Allow importing a public key from UUIDNikos Mavrogiannopoulos2012-07-111-55/+148
* Added the option to register a keyNikos Mavrogiannopoulos2012-07-111-30/+111
* Added option to load a TPM key from an UUID (untested)Nikos Mavrogiannopoulos2012-07-111-67/+317
* Common handling of error codes.Nikos Mavrogiannopoulos2012-07-081-46/+40
* combined TPM initialization.Nikos Mavrogiannopoulos2012-07-081-205/+131
* TPM key generation allows for arbitrary RSA key bits, but quantizes them to t...Nikos Mavrogiannopoulos2012-07-081-18/+9
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-32/+213
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-081-3/+5
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-061-9/+298
* distinguish password errors and use the internal octet string decoding functi...Nikos Mavrogiannopoulos2012-07-061-68/+32
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-041-0/+376