summaryrefslogtreecommitdiff
path: root/src/p11tool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-3/+3
* p11tool: add --mark-always-authenticate optionAlon Bar-Lev2022-01-031-0/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* p11tool: corrected type affecting use of --only-urlsNikos Mavrogiannopoulos2018-01-231-1/+1
* p11tool: renamed pkcs11_set_pin() to allow static linkingNikos Mavrogiannopoulos2017-11-151-2/+2
* p11tool: allow signing with RSA-PSS and specifying an explicit hashNikos Mavrogiannopoulos2017-08-271-0/+11
* p11tool: --generate-xxx options were replaced by generate-privkeyNikos Mavrogiannopoulos2017-08-091-2/+10
* p11tool: added the --provider-opts optionNikos Mavrogiannopoulos2017-05-101-1/+6
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-1/+1
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-3/+14
* p11tool: added options to initialize a user and admin's PINNikos Mavrogiannopoulos2016-11-131-2/+6
* p11tool: introduced the --mark-distrusted and --distrusted optionsNikos Mavrogiannopoulos2016-09-261-2/+7
* p11tool: allow to export a certificate with its stapled extensionsNikos Mavrogiannopoulos2016-09-261-0/+2
* p11tool: do not mark written objects as private by defaultNikos Mavrogiannopoulos2016-09-061-4/+10
* 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