summaryrefslogtreecommitdiff
path: root/src/p11tool.c
Commit message (Collapse)AuthorAgeFilesLines
* updated inder and inraw commands.Nikos Mavrogiannopoulos2012-01-231-1/+3
|
* No need for action enumerations.Nikos Mavrogiannopoulos2012-01-221-77/+60
|
* p11tool parses arguments are before (with gaa).Nikos Mavrogiannopoulos2012-01-221-8/+10
|
* corrected command line parsing issues.Nikos Mavrogiannopoulos2012-01-221-27/+27
|
* updated p11tool def.Nikos Mavrogiannopoulos2012-01-211-0/+9
|
* p11tool uses liboptsNikos Mavrogiannopoulos2012-01-211-41/+138
|
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
|
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+5
| | | | p11tool can be used to generate keys in tokens.
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-1/+1
| | | | | Those are GNUTLS_PKCS11_OBJ_FLAG_MARK_PRIVATE and GNUTLS_PKCS11_OBJ_FLAG_MARK_NOT_PRIVATE. p11tool supports now the --no-private and --private options.
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+2
| | | | | p11-kit is added as a dependency. p11-kit itself has no dependencies outside of basic libc stuff. The source code for p11-kit is available both in git and tarball form. [3] If the gnutls dependency on p11-kit is disabled (via a configure option) then the PKCS#11 support is disabled. This is useful in bare bones embedded systems or places where very minimal dependencies are limited.
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-071-1/+0
|
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-131-3/+1
|
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-161-13/+13
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Indent code.Simon Josefsson2010-12-061-2/+3
|
* Fix syntax-check nits.Simon Josefsson2010-12-061-1/+0
|
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-111-0/+3
| | | | a token.
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-0/+166