summaryrefslogtreecommitdiff
path: root/lib/pkcs11_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-1/+5
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-1/+8
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-0/+1
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-1/+0
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-0/+5
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-1/+8
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-0/+2
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+49