Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -2/+2 |
* | tpm: avoid warning | Nikos Mavrogiannopoulos | 2015-07-31 | 1 | -1/+1 |
* | tpm: use gnutls_hex_decode for uuid decoding | Nikos Mavrogiannopoulos | 2015-07-21 | 1 | -2/+5 |
* | Deinitialize the TPM subsystem only when trousers support is enabled | Nikos Mavrogiannopoulos | 2015-07-13 | 1 | -0/+1 |
* | TPM: don't link to trousers, use dlopen() | Nikos Mavrogiannopoulos | 2015-07-13 | 1 | -53/+196 |
* | doc updates | Nikos Mavrogiannopoulos | 2015-04-04 | 1 | -1/+1 |
* | the base64 xxx_alloc functions were renamed to xxx2 | Nikos Mavrogiannopoulos | 2015-04-04 | 1 | -2/+2 |
* | doc: avoid using structure for opaque types | Nikos Mavrogiannopoulos | 2015-03-20 | 1 | -3/+3 |
* | use asn1_decode_simple_ber if available | Nikos Mavrogiannopoulos | 2015-03-04 | 1 | -1/+1 |
* | _gnutls_buffer_to_datum: includes code for exporting strings | Nikos Mavrogiannopoulos | 2014-12-05 | 1 | -1/+1 |
* | Enable PIN support to gnutls_x509_privkey_t | Nikos Mavrogiannopoulos | 2014-11-12 | 1 | -11/+1 |
* | gnutls_tpm_privkey_generate: initialize input values to null to prevent any i... | Nikos Mavrogiannopoulos | 2014-09-08 | 1 | -0/+4 |
* | fixes in loop for SRK password input | Nikos Mavrogiannopoulos | 2014-09-08 | 1 | -3/+3 |
* | several bug fixes due to coverity. | Nikos Mavrogiannopoulos | 2014-04-15 | 1 | -1/+1 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -1310/+1295 |
* | include config.h in tpm.c | Nikos Mavrogiannopoulos | 2013-10-02 | 1 | -0/+1 |
* | GNUTLS_TPMKEY_FMT_DER -> GNUTLS_TPMKEY_FMT_RAW | Nikos Mavrogiannopoulos | 2013-03-08 | 1 | -2/+2 |
* | cleaned up the PIN calling in TPM | Nikos Mavrogiannopoulos | 2013-02-16 | 1 | -5/+11 |
* | reference TPMURI | Nikos Mavrogiannopoulos | 2013-02-05 | 1 | -1/+1 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | use the non-locale dependent versions of isxxx functions. | Nikos Mavrogiannopoulos | 2013-01-25 | 1 | -1/+2 |
* | If trousers is not present define the TPM functions but have them return GNUT... | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -1/+82 |
* | rewritten ASN.1 handling string subsystems to use the new libtasn1 APIs. | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -2/+2 |
* | Added functions to parse the certificate policies extention. | Nikos Mavrogiannopoulos | 2012-11-18 | 1 | -5/+7 |
* | GTK-DOC fixes. | Simon Josefsson | 2012-09-21 | 1 | -1/+1 |
* | More GTK-DOC warning fixes. | Simon Josefsson | 2012-09-21 | 1 | -4/+4 |
* | Fix GTK-DOC warnings. | Simon Josefsson | 2012-09-21 | 1 | -9/+4 |
* | documentation fixes. | Nikos Mavrogiannopoulos | 2012-08-04 | 1 | -0/+1 |
* | PIN-related functions common to TPM and PKCS #11 moved to pin.c. | Nikos Mavrogiannopoulos | 2012-07-23 | 1 | -0/+1 |
* | GNUTLS_TPMKEY_FMT_PEM renamed to GNUTLS_TPMKEY_FMT_CTK_PEM | Nikos Mavrogiannopoulos | 2012-07-22 | 1 | -4/+4 |
* | Separated TPM key encodings from the X.509 certificates. | Nikos Mavrogiannopoulos | 2012-07-21 | 1 | -108/+165 |
* | GNUTLS_PKCS11_PIN -> GNUTLS_PIN | Nikos Mavrogiannopoulos | 2012-07-21 | 1 | -1/+1 |
* | Increate the entropy of TPM when generating keys. | Nikos Mavrogiannopoulos | 2012-07-21 | 1 | -0/+27 |
* | Callbacks are being called even if a global PIN functions is not set. | Nikos Mavrogiannopoulos | 2012-07-17 | 1 | -10/+10 |
* | Added PIN callbacks in structures that may require PIN access to override the... | Nikos Mavrogiannopoulos | 2012-07-16 | 1 | -6/+9 |
* | random uuids are marked as such | Nikos Mavrogiannopoulos | 2012-07-14 | 1 | -1/+7 |
* | doc fix | Nikos Mavrogiannopoulos | 2012-07-14 | 1 | -1/+2 |
* | Allow handling of user and system keys. | Nikos Mavrogiannopoulos | 2012-07-14 | 1 | -57/+51 |
* | minor fixes in TPM code | Nikos Mavrogiannopoulos | 2012-07-14 | 1 | -28/+11 |
* | Added flag to disable the use of callbacks in TPM keys. | Nikos Mavrogiannopoulos | 2012-07-13 | 1 | -23/+44 |
* | Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function. | Nikos Mavrogiannopoulos | 2012-07-13 | 1 | -37/+172 |
* | doc fix | Nikos Mavrogiannopoulos | 2012-07-13 | 1 | -3/+6 |
* | do not list parent in URL. | Nikos Mavrogiannopoulos | 2012-07-13 | 1 | -0/+2 |
* | small fixes in TPM support | Nikos Mavrogiannopoulos | 2012-07-13 | 1 | -30/+110 |
* | Added functions to handle TPM stored keys. | Nikos Mavrogiannopoulos | 2012-07-12 | 1 | -4/+154 |
* | Allow importing a public key from UUID | Nikos Mavrogiannopoulos | 2012-07-11 | 1 | -55/+148 |
* | Added the option to register a key | Nikos Mavrogiannopoulos | 2012-07-11 | 1 | -30/+111 |
* | Added option to load a TPM key from an UUID (untested) | Nikos Mavrogiannopoulos | 2012-07-11 | 1 | -67/+317 |
* | Common handling of error codes. | Nikos Mavrogiannopoulos | 2012-07-08 | 1 | -46/+40 |
* | combined TPM initialization. | Nikos Mavrogiannopoulos | 2012-07-08 | 1 | -205/+131 |