summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+7
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+33
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-1/+7
* removed unneeded test.Nikos Mavrogiannopoulos2011-06-161-6/+1
* Use common code for PKCS #11 callbacks across clients.Nikos Mavrogiannopoulos2011-06-161-63/+3
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-151-1/+6
* Fix up compiler warnings.Stef Walter2011-06-091-4/+0
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-071-1/+1
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* check PIN size.Nikos Mavrogiannopoulos2011-04-071-4/+13
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-195/+195
* Indent code.Simon Josefsson2010-12-061-39/+43
* Prefix mechanism number with 0x.Nikos Mavrogiannopoulos2010-11-301-1/+1
* Added camellia and SHA224.Nikos Mavrogiannopoulos2010-11-301-1/+15
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-111-0/+229
* Corrected bug in secret key copy. Rationalized the --help of p11tool.Nikos Mavrogiannopoulos2010-11-111-1/+1
* Added gnutls_pkcs11_token_set_pin() and gnutls_pkcs11_token_init() to enableNikos Mavrogiannopoulos2010-11-071-1/+10
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-12/+66
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-362/+472
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+1
* 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-5/+5
* Show which option is the default for command line tools.Brad Hards2010-08-291-1/+1
* PIN callback supplies the token URL. The callback function in common.cNikos Mavrogiannopoulos2010-07-021-6/+41
* When copying a private key the sensitive flag can be set or not. This allowsNikos Mavrogiannopoulos2010-06-281-1/+1
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-5/+13
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-15/+24
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-181-1/+3
* Several fixes after big rebase.Nikos Mavrogiannopoulos2010-06-031-154/+10
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-1/+36
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-19/+69
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-3/+3
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-1/+78
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-0/+46
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-2/+0
* Added gnutls_pubkey_import_pkcs11(), gnutls_pubkey_import_rsa_raw(),Nikos Mavrogiannopoulos2010-06-031-19/+71
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-30/+48
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-1/+5
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-6/+138
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-4/+94
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-0/+50