summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated gnulib.Nikos Mavrogiannopoulos2012-07-1758-300/+385
* print average time per transaction and sample variance.Nikos Mavrogiannopoulos2012-07-174-9/+67
* Client credentials initialization moved outside benchmarkNikos Mavrogiannopoulos2012-07-171-4/+4
* Callbacks are being called even if a global PIN functions is not set.Nikos Mavrogiannopoulos2012-07-172-12/+15
* Allow association of a PIN function with a credentials structure.Nikos Mavrogiannopoulos2012-07-166-124/+56
* return value fixNikos Mavrogiannopoulos2012-07-161-0/+1
* documented updatesNikos Mavrogiannopoulos2012-07-161-1/+5
* Removed newly added functions and added gnutls_pkcs11_get_pin_function().Nikos Mavrogiannopoulos2012-07-166-53/+22
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-1613-98/+239
* PIN callback function was made more generic than PKCS #11.Nikos Mavrogiannopoulos2012-07-166-72/+74
* added missing functionsNikos Mavrogiannopoulos2012-07-141-0/+1
* signing keys are generated by defaultNikos Mavrogiannopoulos2012-07-141-1/+1
* random uuids are marked as suchNikos Mavrogiannopoulos2012-07-141-1/+7
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-148-133/+79
* doc fixNikos Mavrogiannopoulos2012-07-141-1/+2
* Allow generation of system and user keys.Nikos Mavrogiannopoulos2012-07-144-94/+172
* Allow handling of user and system keys.Nikos Mavrogiannopoulos2012-07-142-59/+54
* minor fixes in TPM codeNikos Mavrogiannopoulos2012-07-143-30/+14
* Enabled the generation of signing keys.Nikos Mavrogiannopoulos2012-07-144-95/+174
* Added functions that import any kind of URL into abstract public and private ...Nikos Mavrogiannopoulos2012-07-138-83/+116
* When verifying a certificate chain make sure it is chain.Nikos Mavrogiannopoulos2012-07-131-0/+12
* Allow gnutls-cli to be used with tpmkey urlsNikos Mavrogiannopoulos2012-07-132-1/+15
* Added flag to disable the use of callbacks in TPM keys.Nikos Mavrogiannopoulos2012-07-132-25/+55
* Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function.Nikos Mavrogiannopoulos2012-07-137-68/+217
* corrected function callNikos Mavrogiannopoulos2012-07-131-1/+1
* Added gnutls_pkcs11_advset_pin_function and gnutls_pkcs11_advset_token_functionNikos Mavrogiannopoulos2012-07-136-1/+70
* doc fixNikos Mavrogiannopoulos2012-07-132-4/+7
* do not list parent in URL.Nikos Mavrogiannopoulos2012-07-131-0/+2
* Allow tpmkey: urls in set_key_file()Nikos Mavrogiannopoulos2012-07-131-0/+51
* Added support for legacy keyNikos Mavrogiannopoulos2012-07-132-1/+8
* documented updatesNikos Mavrogiannopoulos2012-07-132-1/+8
* pubkey option can now accept a urlNikos Mavrogiannopoulos2012-07-134-17/+17
* small fixes in TPM supportNikos Mavrogiannopoulos2012-07-135-31/+125
* internal functions marked as staticNikos Mavrogiannopoulos2012-07-122-6/+6
* Added functions to handle TPM stored keys.Nikos Mavrogiannopoulos2012-07-128-73/+394
* Allow importing a public key from UUIDNikos Mavrogiannopoulos2012-07-112-57/+155
* Added the option to register a keyNikos Mavrogiannopoulos2012-07-112-32/+113
* Added option to load a TPM key from an UUID (untested)Nikos Mavrogiannopoulos2012-07-112-67/+321
* Common handling of error codes.Nikos Mavrogiannopoulos2012-07-081-46/+40
* combined TPM initialization.Nikos Mavrogiannopoulos2012-07-083-205/+134
* TPM key generation allows for arbitrary RSA key bits, but quantizes them to t...Nikos Mavrogiannopoulos2012-07-085-65/+93
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-0812-342/+682
* simplified base64 encoding/decoding functions by using a datum.Nikos Mavrogiannopoulos2012-07-0813-166/+89
* no url in tpmtoolNikos Mavrogiannopoulos2012-07-063-5/+5
* Added tpmtool.Nikos Mavrogiannopoulos2012-07-0615-15/+1338
* no tpm testNikos Mavrogiannopoulos2012-07-061-1/+1
* distinguish password errors and use the internal octet string decoding functi...Nikos Mavrogiannopoulos2012-07-065-75/+46
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-0412-20/+444
* A deinit function implies GNUTLS_PRIVKEY_IMPORT_AUTO_RELEASE. Based on patch...Nikos Mavrogiannopoulos2012-07-041-1/+6
* Added gnutls_privkey_import_ext2()Nikos Mavrogiannopoulos2012-07-034-0/+71