summaryrefslogtreecommitdiff
path: root/lib/pkcs11_write.c
Commit message (Expand)AuthorAgeFilesLines
* deinitialize pks variable only when needed.Nikos Mavrogiannopoulos2011-04-061-2/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-141/+141
* Indent code.Simon Josefsson2010-12-061-20/+20
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-0/+145
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-429/+464
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-2/+4
* Reverted the SAVE_PIN approach in PIN callback. The new approach will be to p...Nikos Mavrogiannopoulos2010-07-021-2/+2
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-281-16/+27
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-13/+8
* Indented code.Nikos Mavrogiannopoulos2010-06-281-226/+240
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-3/+5
* Added more gnutls errors to map closer to PKCS11 actual errors.Nikos Mavrogiannopoulos2010-06-181-10/+9
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-3/+3
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-1/+1
* Noted that there things to be done.Nikos Mavrogiannopoulos2010-06-031-8/+11
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-0/+508