summaryrefslogtreecommitdiff
path: root/lib/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "[PATCH] Update to use new p11-kit APIs"Nikos Mavrogiannopoulos2013-11-111-36/+43
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-091-179/+298
* reindented codeNikos Mavrogiannopoulos2013-11-081-2427/+2288
* doc updateNikos Mavrogiannopoulos2013-11-081-9/+3
* [PATCH] Update to use new p11-kit APIsStef Walter2013-10-311-26/+22
* get random data from pkcs#11 tokensWolfgang Meyer zu Bergsten2013-10-251-0/+9
* pkcs11: Use the correct attribute length for CKA_TRUSTEDStef Walter2013-07-041-1/+1
* search only for slots with tokens and avoid caching to prevent issues with mu...Nikos Mavrogiannopoulos2013-03-171-50/+27
* avoid internal errorNikos Mavrogiannopoulos2013-03-161-1/+1
* use correct type for rvNikos Mavrogiannopoulos2013-03-161-2/+2
* scan slots on PKCS #11 providers only when needed, not on initialization.Nikos Mavrogiannopoulos2013-03-161-42/+58
* print info on reinitializor error.Nikos Mavrogiannopoulos2013-02-191-2/+8
* Fixed gnutls_pkcs11_reinit() to reinitialize all modules.Nikos Mavrogiannopoulos2013-02-181-7/+4
* return proper errorNikos Mavrogiannopoulos2013-02-181-1/+1
* fix two minor memory leaks when PKCS#11 is in useDaniel Kahn Gillmor2013-02-161-0/+3
* corrected typoNikos Mavrogiannopoulos2013-02-041-3/+4
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-031-2/+24
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* small updatesNikos Mavrogiannopoulos2013-01-051-10/+10
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-1/+1
* When listing all objects of a type, restrict their class to the specified.Nikos Mavrogiannopoulos2012-11-121-1/+10
* pkcs11_find_object made static.Nikos Mavrogiannopoulos2012-11-121-45/+0
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-2/+2
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-0/+32
* several cleanupsNikos Mavrogiannopoulos2012-09-221-2/+0
* Fix GTK-DOC warnings.Simon Josefsson2012-09-211-3/+4
* PIN-related functions common to TPM and PKCS #11 moved to pin.c.Nikos Mavrogiannopoulos2012-07-231-45/+1
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-7/+7
* PKCS #11 PIN handling fixes.Nikos Mavrogiannopoulos2012-07-201-1/+3
* Callbacks are being called even if a global PIN functions is not set.Nikos Mavrogiannopoulos2012-07-171-2/+5
* return value fixNikos Mavrogiannopoulos2012-07-161-0/+1
* Removed newly added functions and added gnutls_pkcs11_get_pin_function().Nikos Mavrogiannopoulos2012-07-161-38/+10
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-24/+57
* PIN callback function was made more generic than PKCS #11.Nikos Mavrogiannopoulos2012-07-161-7/+7
* Added gnutls_pkcs11_advset_pin_function and gnutls_pkcs11_advset_token_functionNikos Mavrogiannopoulos2012-07-131-1/+53
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-041-11/+11
* updated versionsNikos Mavrogiannopoulos2012-06-211-1/+1
* Use the label when looking for a certificate or private key in PKCS #11.Nikos Mavrogiannopoulos2012-06-211-10/+21
* In tokens that allow multiple sessions make the private key session persistent.Nikos Mavrogiannopoulos2012-06-091-62/+66
* better function naming.Nikos Mavrogiannopoulos2012-06-031-2/+2
* Added convenience functions to load a trust list from a file or a memory buffer.Nikos Mavrogiannopoulos2012-05-091-0/+57
* If a callback fails try the other.Nikos Mavrogiannopoulos2012-04-161-8/+11
* by default register a file callback in p11-kit to read a file from the pin-so...Nikos Mavrogiannopoulos2012-04-161-1/+4
* No longer crash on a pkcs11 object without an ID.Nikos Mavrogiannopoulos2012-03-011-0/+6
* free allocated module name. Reported by Sam Varshavchik.Nikos Mavrogiannopoulos2012-02-231-1/+2
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* Added gnutls_pkcs11_reinit().Nikos Mavrogiannopoulos2012-01-231-0/+28
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-27/+28
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* Added Stef to authors of pkcs11.Nikos Mavrogiannopoulos2011-10-201-1/+1