summaryrefslogtreecommitdiff
path: root/lib/pkcs11_privkey.c
Commit message (Expand)AuthorAgeFilesLines
* 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