summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* p11tool: print mechanism info in list-mechanismsDmitry Eremin-Solenikov2019-10-091-1/+60
* tools: suppress ctime() error from static analysersNikos Mavrogiannopoulos2019-05-091-1/+2
* p11tool: copy vendor query attributes when listing privkeystmp-p11tool-pinDaiki Ueno2019-04-161-1/+14
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-211-4/+1
* p11tool: fix initialization of security officer's PINtmp-initialize-so-pin-fixNikos Mavrogiannopoulos2018-10-241-32/+25
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-4/+17
* p11tool: print expiration time on certificatesNikos Mavrogiannopoulos2018-08-031-2/+17
* gnutls-cli: do not fail if CKA_ID is too longNikos Mavrogiannopoulos2018-07-191-5/+10
* p11tool: remove duplicate branchNikos Mavrogiannopoulos2018-06-271-3/+1
* Fix gcc 8 warningsTim Rühsen2018-06-141-1/+1
* p11tool: corrected issue preventing the deletion of objects in batch modeNikos Mavrogiannopoulos2018-01-231-0/+2
* p11tool: renamed pkcs11_set_pin() to allow static linkingNikos Mavrogiannopoulos2017-11-151-1/+1
* p11tool: attempt to auto-login when the token requires itNikos Mavrogiannopoulos2017-10-211-8/+21
* p11tool: print PKCS#11 token flags in --list-tokensNikos Mavrogiannopoulos2017-10-211-0/+88
* pkcs11/get_key_algo_type(): Always initialize bits variableTim Rühsen2017-09-181-2/+2
* p11tool: print public or private key algorithmNikos Mavrogiannopoulos2017-08-291-3/+111
* p11tool: allow signing with RSA-PSS and specifying an explicit hashNikos Mavrogiannopoulos2017-08-271-6/+32
* p11tool: explicitly mark generated keys as sensitiveNikos Mavrogiannopoulos2017-08-261-1/+3
* p11tool: auto-generate the list of PKCS#11 mechanisms from p11-kitNikos Mavrogiannopoulos2017-08-041-212/+1
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-73/+73
* p11tool: test-sign operation using SHA256 instead of SHA1Nikos Mavrogiannopoulos2017-03-161-3/+3
* p11tool: re-use ID from corresponding objects when writing certificatesNikos Mavrogiannopoulos2017-01-241-3/+284
* p11tool: --initialize will no longer reset user PINNikos Mavrogiannopoulos2016-11-131-23/+1
* p11tool: added options to initialize a user and admin's PINNikos Mavrogiannopoulos2016-11-131-1/+51
* p11tool: avoid asking the security officer PIN twice on initializationNikos Mavrogiannopoulos2016-10-131-0/+3
* p11tool: improved messages on token initializationNikos Mavrogiannopoulos2016-10-131-7/+15
* p11tool: corrected check of PIN existance in token initializationNikos Mavrogiannopoulos2016-10-131-2/+2
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-56/+56
* p11tool: eliminated memory leak in --list optionsNikos Mavrogiannopoulos2016-09-061-0/+2
* fix memleak in pkcs11_get_randomraspa02016-08-251-0/+1
* src/pkcs11.c: fix mech_list out-of-bounds checkraspa02016-08-241-1/+1
* p11tool: do not return from void functionsNikos Mavrogiannopoulos2016-06-281-2/+2
* p11tool: addressed memory leaksNikos Mavrogiannopoulos2016-02-281-1/+15
* p11tool: introduced --only-urls optionNikos Mavrogiannopoulos2015-11-081-1/+8
* p11tool: Allow writing a PKCS #11 pubkey objectNikos Mavrogiannopoulos2015-10-161-2/+16
* p11tool: test-sign will not fail if a pubkey is not foundNikos Mavrogiannopoulos2015-08-061-0/+2
* p11tool: be more compact in token URL printingNikos Mavrogiannopoulos2015-07-101-2/+2
* p11tool: print the module name of a token in verbose modeNikos Mavrogiannopoulos2015-07-101-0/+9
* p11tool: use the key usage flags to set PKCS #11 propertiesNikos Mavrogiannopoulos2015-04-041-3/+4
* p11tool: improved output messageNikos Mavrogiannopoulos2015-04-021-1/+1
* removed unecessary warningNikos Mavrogiannopoulos2015-04-021-2/+0
* p11tool: better output textNikos Mavrogiannopoulos2015-04-011-1/+1
* p11tool: added the --test-sign parameterNikos Mavrogiannopoulos2015-04-011-0/+99
* p11tool: allow setting the CKA_ID on object initialization/generationNikos Mavrogiannopoulos2015-03-311-8/+36
* p11tool: exit with non-zero reason if no objects are foundNikos Mavrogiannopoulos2015-03-111-1/+1
* p11tool: added --set-id and --set-label optionsNikos Mavrogiannopoulos2015-03-111-0/+53
* p11tool: use Sleep() in windowsNikos Mavrogiannopoulos2014-12-111-0/+4
* p11tool: print Attached Extensions, instead of extensionsNikos Mavrogiannopoulos2014-09-121-2/+2
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-111-3/+7