summaryrefslogtreecommitdiff
path: root/src/p11tool.c
Commit message (Expand)AuthorAgeFilesLines
* p11tool: introduced --only-urls optionNikos Mavrogiannopoulos2015-11-081-0/+4
* p11tool: keep backwards compatibility by introducing --list-token-urlsNikos Mavrogiannopoulos2015-07-101-4/+3
* p11tool: less verbose output in --list-tokens unless --verbose is specifiedNikos Mavrogiannopoulos2015-07-101-1/+4
* p11tool: use the key usage flags to set PKCS #11 propertiesNikos Mavrogiannopoulos2015-04-041-8/+10
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-011-0/+2
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2015-03-311-5/+9
* p11tool: reduced debugging outputNikos Mavrogiannopoulos2015-03-271-19/+0
* p11tool: added --mark-no-sign and --mark-no-decrypt optionsNikos Mavrogiannopoulos2015-03-261-0/+8
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2015-03-111-0/+4
* certtool/p11tool: avoid cast to function callNikos Mavrogiannopoulos2015-02-201-1/+2
* p11tool: added --info parameterNikos Mavrogiannopoulos2014-08-081-4/+8
* p11tool: only print the debugging message in debuglevel > 4Nikos Mavrogiannopoulos2014-08-081-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-1/+1
* p11tool: simplify the passing of flags and pass the key wrapping flagNikos Mavrogiannopoulos2014-08-061-36/+62
* p11tool: activate the --batch optionNikos Mavrogiannopoulos2014-08-061-0/+4
* add public key export to p11toolWolfgang Meyer zu Bergsten2014-08-061-0/+2
* p11tool/certtool: Added --curve parameter.Nikos Mavrogiannopoulos2014-07-071-0/+4
* p11tool: Ask for label if not specified.Nikos Mavrogiannopoulos2014-07-021-1/+1
* p11tool: If there is only a single token available, don't bother complaining ...Nikos Mavrogiannopoulos2014-07-021-1/+1
* p11tool: added options --set-pin and --set-so-pinNikos Mavrogiannopoulos2014-07-011-0/+6
* p11tool: Allow marking a certificate as a CA.Nikos Mavrogiannopoulos2014-06-161-1/+5
* added newlines to p11tool error messagesNikos Mavrogiannopoulos2014-04-171-5/+5
* Allow using the --provider parameter in gnutls-cli and certtool to specify a ...Nikos Mavrogiannopoulos2014-04-051-1/+2
* Added --ask-pass certtool option to allow asking for passwords even when in b...Nikos Mavrogiannopoulos2014-02-051-0/+1
* Added so-login flag to force security office login to the cardNikos Mavrogiannopoulos2013-12-231-1/+4
* Added export-chain option to p11toolNikos Mavrogiannopoulos2013-11-091-0/+7
* reindented codeNikos Mavrogiannopoulos2013-11-081-214/+190
* Added option --generate-random to p11tool.Nikos Mavrogiannopoulos2013-10-261-0/+2
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-4/+12
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-1/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-3/+3
* Only set the private status if it has been explicitly specified. That is beca...Nikos Mavrogiannopoulos2012-03-061-3/+10
* 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
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-1/+1
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+2
* 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
* 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
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-0/+166