summaryrefslogtreecommitdiff
path: root/lib/pkcs11_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* Use the label when looking for a certificate or private key in PKCS #11.Nikos Mavrogiannopoulos2012-06-211-2/+6
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-1/+1
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* GNUTLS_PK_ECC -> GNUTLS_PK_ECNikos Mavrogiannopoulos2012-01-021-1/+1
* Added Stef to authors of pkcs11.Nikos Mavrogiannopoulos2011-10-201-1/+1
* Fix gtk-doc Since: tags.Simon Josefsson2011-09-211-0/+2
* Fix build errors.Simon Josefsson2011-09-091-2/+0
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-8/+2
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-4/+199
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-031-1/+1
* added asserts.Nikos Mavrogiannopoulos2011-08-011-3/+2
* When finding private keys fail, return error code.Stef Walter2011-08-011-2/+4
* pkcs11: Use p11_kit_pin_xxx() functionality when 'pinfile' is in uris.Stef Walter2011-07-231-0/+2
* documentation fixesNikos Mavrogiannopoulos2011-07-231-7/+7
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-12/+10
* define ck_bool_t to be compatible with PKCS #11 bool type.Nikos Mavrogiannopoulos2011-06-151-1/+0
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-25/+41
* Return error code when an object is not found.Nikos Mavrogiannopoulos2011-06-071-1/+1
* gnutls_pkcs11_privkey_import_url() will correctly set algorithm of private key.Nikos Mavrogiannopoulos2011-05-071-4/+38
* Corrected documentation of several API functions.Nikos Mavrogiannopoulos2011-04-101-0/+1
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-211-1/+1
* gnutls_pkcs11_privkey_sign_data(), gnutls_pkcs11_privkey_sign_hash2() andNikos Mavrogiannopoulos2010-12-191-119/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-28/+28
* added gnutls_privkey_sign_hash2()Nikos Mavrogiannopoulos2010-12-131-0/+58
* Simplified preparation of signing code.Nikos Mavrogiannopoulos2010-12-131-14/+3
* deprecated x509/sign.h and moved functionality of it in gnutls_sig.h.Nikos Mavrogiannopoulos2010-12-121-6/+6
* Separated the sign_data functions to a hashing phase, a preparing phase, and ...Nikos Mavrogiannopoulos2010-12-111-9/+13
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-200/+222
* 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-2/+3
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-2/+1
* Indented code.Nikos Mavrogiannopoulos2010-06-281-24/+27
* Send correct token name to callback.Nikos Mavrogiannopoulos2010-06-181-1/+1
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-8/+9
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-6/+13
* For Private key operations new sessions are opened when are needed. This make...Nikos Mavrogiannopoulos2010-06-171-64/+49
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Nettle library can now parse the PGP integers. Except for SHA-224/384/512Nikos Mavrogiannopoulos2010-06-031-3/+0
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-126/+24
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-30/+7
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-1/+1
* Added documentation for most of the new functions.Nikos Mavrogiannopoulos2010-06-031-1/+88
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-4/+11
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+430