summaryrefslogtreecommitdiff
path: root/lib/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant typedef of Tspi_Context_GetTpmObject_func()Tim Rühsen2019-05-171-1/+0
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-2/+0
* lib: tpm: Fix a memory leakStefan Berger2018-11-151-0/+1
* tpm: Fix memory leak in encode_tpmkey_urlStefan Berger2018-11-121-5/+0
* several updates to address issues found by clang static analyzerNikos Mavrogiannopoulos2018-05-091-1/+1
* buf: _gnutls_buffer_pop_data made easier to useNikos Mavrogiannopoulos2018-02-191-1/+5
* tpm: fix handling of keys requiring authorizationJames Bottomley2016-12-051-28/+44
* In import_tpm_key_cb() fix the wrong password loopNikos Mavrogiannopoulos2016-12-051-0/+1
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-201-9/+9
* TPM: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-7/+45
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* tpm: avoid warningNikos Mavrogiannopoulos2015-07-311-1/+1
* tpm: use gnutls_hex_decode for uuid decodingNikos Mavrogiannopoulos2015-07-211-2/+5
* Deinitialize the TPM subsystem only when trousers support is enabledNikos Mavrogiannopoulos2015-07-131-0/+1
* TPM: don't link to trousers, use dlopen()Nikos Mavrogiannopoulos2015-07-131-53/+196
* doc updatesNikos Mavrogiannopoulos2015-04-041-1/+1
* the base64 xxx_alloc functions were renamed to xxx2Nikos Mavrogiannopoulos2015-04-041-2/+2
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* use asn1_decode_simple_ber if availableNikos Mavrogiannopoulos2015-03-041-1/+1
* _gnutls_buffer_to_datum: includes code for exporting stringsNikos Mavrogiannopoulos2014-12-051-1/+1
* Enable PIN support to gnutls_x509_privkey_tNikos Mavrogiannopoulos2014-11-121-11/+1
* gnutls_tpm_privkey_generate: initialize input values to null to prevent any i...Nikos Mavrogiannopoulos2014-09-081-0/+4
* fixes in loop for SRK password inputNikos Mavrogiannopoulos2014-09-081-3/+3
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-1310/+1295
* include config.h in tpm.cNikos Mavrogiannopoulos2013-10-021-0/+1
* 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