summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
Commit message (Expand)AuthorAgeFilesLines
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+4
* pkcs11_login: set the correct user type on reauthenticationNikos Mavrogiannopoulos2014-11-071-1/+1
* pkcs11: force login on tokens that require itNikos Mavrogiannopoulos2014-11-061-1/+2
* pkcs11: eliminated the need for struct token_infoNikos Mavrogiannopoulos2014-11-061-9/+4
* added support for PKCS #11 keys that require reauthentication and simplified ...Nikos Mavrogiannopoulos2014-11-061-1/+1
* added gnutls_pkcs11_copy_attached_extension()Nikos Mavrogiannopoulos2014-09-121-0/+4
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-0/+9
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-0/+1
* _gnutls_privkey_get_mpis: extended to work for PKCS #11 keysNikos Mavrogiannopoulos2014-08-061-0/+3
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-011-4/+8
* Added flag GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED_MODULE.Nikos Mavrogiannopoulos2014-02-131-0/+1
* Added gnutls_pkcs11_crt_exists()Nikos Mavrogiannopoulos2014-01-031-0/+5
* pkcs11_get_random was renamedNikos Mavrogiannopoulos2013-12-211-1/+1
* ensure that all the exported pkcs11 functions initialize PKCS #11.Nikos Mavrogiannopoulos2013-12-091-1/+9
* PKCS #11 initialization is delayed until first use.Nikos Mavrogiannopoulos2013-12-051-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-169/+155
* get random data from pkcs#11 tokensWolfgang Meyer zu Bergsten2013-10-251-0/+7
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* pkcs11_find_object made static.Nikos Mavrogiannopoulos2012-11-121-6/+0
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-0/+4
* PIN-related functions common to TPM and PKCS #11 moved to pin.c.Nikos Mavrogiannopoulos2012-07-231-2/+0
* Added PIN callbacks in structures that may require PIN access to override the...Nikos Mavrogiannopoulos2012-07-161-5/+11
* PIN callback function was made more generic than PKCS #11.Nikos Mavrogiannopoulos2012-07-161-1/+1
* Added initial support for TPM keys.Nikos Mavrogiannopoulos2012-07-041-2/+5
* In tokens that allow multiple sessions make the private key session persistent.Nikos Mavrogiannopoulos2012-06-091-13/+16
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+20
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-3/+3
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+11
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+31
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-07-231-2/+2
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-151-1/+1
* Use pkcs11.h specification file from p11-kit.Stef Walter2011-06-091-1/+1
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-37/+141
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-0/+1
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* gnutls_pkcs11_privkey_sign_data(), gnutls_pkcs11_privkey_sign_hash2() andNikos Mavrogiannopoulos2010-12-191-0/+6
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-22/+22
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-0/+5
* Indent code.Simon Josefsson2010-12-061-5/+5
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-3/+8
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-60/+60
* Added 3 levels of details in PKCS #11 URLs.Nikos Mavrogiannopoulos2010-09-101-1/+1
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-3/+12
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-021-7/+5
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-9/+3
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-0/+2
* Indented code.Nikos Mavrogiannopoulos2010-06-281-41/+53
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-1/+1
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-3/+9