summaryrefslogtreecommitdiff
path: root/src/p11tool.h
Commit message (Expand)AuthorAgeFilesLines
* Add or clean header guards in src/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* p11tool: renamed pkcs11_set_pin() to allow static linkingNikos Mavrogiannopoulos2017-11-151-1/+1
* p11tool: added options to initialize a user and admin's PINNikos Mavrogiannopoulos2016-11-131-0/+1
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-011-0/+2
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2015-03-311-2/+2
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2015-03-111-0/+8
* p11tool: added --info parameterNikos Mavrogiannopoulos2014-08-081-0/+1
* p11tool: simplify the passing of flags and pass the key wrapping flagNikos Mavrogiannopoulos2014-08-061-11/+10
* add public key export to p11toolWolfgang Meyer zu Bergsten2014-08-061-0/+2
* 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: Allow marking a certificate as a CA.Nikos Mavrogiannopoulos2014-06-161-1/+2
* Added export-chain option to p11toolNikos Mavrogiannopoulos2013-11-091-0/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-22/+22
* Added option --generate-random to p11tool.Nikos Mavrogiannopoulos2013-10-261-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+22
* No need for action enumerations.Nikos Mavrogiannopoulos2012-01-221-13/+0
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+6
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-8/+8
* Indent code.Simon Josefsson2010-12-061-8/+12
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-111-0/+2
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-0/+34