summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* print warning when no token name is providedNikos Mavrogiannopoulos2013-12-231-14/+14
* Avoid infinite loops with self-signed certificates present in the chainNikos Mavrogiannopoulos2013-11-101-1/+6
* Added export-chain option to p11toolNikos Mavrogiannopoulos2013-11-091-89/+106
* reindented codeNikos Mavrogiannopoulos2013-11-081-762/+743
* include proper header file for uint8_tNikos Mavrogiannopoulos2013-10-311-0/+1
* Added option --generate-random to p11tool.Nikos Mavrogiannopoulos2013-10-261-0/+30
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-1/+0
* removed unused codeNikos Mavrogiannopoulos2013-08-031-41/+0
* Do not try to parse arbitrary objects as certificates.Nikos Mavrogiannopoulos2013-08-031-5/+6
* read_yesno() accepts a default value. By default certificates are marked as o...Nikos Mavrogiannopoulos2013-04-271-1/+1
* optimizations in list importNikos Mavrogiannopoulos2012-11-121-30/+2
* Added some help on failure.Nikos Mavrogiannopoulos2012-11-121-0/+4
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-1/+0
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-1/+7
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-1/+1
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* 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