summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* p11tool: will print trust module extensions if presentNikos Mavrogiannopoulos2014-09-111-3/+34
* p11tool: allow printing multiple types of tokensNikos Mavrogiannopoulos2014-08-291-11/+22
* p11tool: when listing tokens, list their type as wellNikos Mavrogiannopoulos2014-08-281-0/+21
* p11tool: added --info parameterNikos Mavrogiannopoulos2014-08-081-0/+2
* gnutls_pkcs11_flags_get_str -> gnutls_pkcs11_obj_flags_get_strNikos Mavrogiannopoulos2014-08-071-1/+1
* pkcs11: added new functions to query the object's flagsNikos Mavrogiannopoulos2014-08-071-1/+15
* p11tool: simplify the passing of flags and pass the key wrapping flagNikos Mavrogiannopoulos2014-08-061-49/+17
* changed semantics of gnutls_pkcs11_privkey_get_pubkey; named gnutls_pkcs11_pr...Nikos Mavrogiannopoulos2014-08-061-3/+19
* add public key export to p11toolWolfgang Meyer zu Bergsten2014-08-061-0/+35
* p11tool: only print warning about key sizes in RSA keysNikos Mavrogiannopoulos2014-07-071-1/+1
* p11tool: make brief output more briefNikos Mavrogiannopoulos2014-07-071-3/+5
* p11tool: don't outsmart user and override login typeNikos Mavrogiannopoulos2014-07-031-6/+5
* p11tool: use GNUTLS_PIN and GNUTLS_SO_PIN when setting the PINs of an initial...Nikos Mavrogiannopoulos2014-07-021-4/+8
* tools: PIN callback will respect batch mode and will not ask for PIN.Nikos Mavrogiannopoulos2014-07-021-10/+10
* p11tool: Ask for label if not specified.Nikos Mavrogiannopoulos2014-07-021-2/+10
* p11tool: If there is only a single token available, don't bother complaining ...Nikos Mavrogiannopoulos2014-07-021-12/+46
* p11tool: added options --set-pin and --set-so-pinNikos Mavrogiannopoulos2014-07-011-7/+18
* p11tool: Warn when no --outfile has been specified on key generationNikos Mavrogiannopoulos2014-06-261-1/+7
* p11tool: warn in more operations if --login is not specifiedNikos Mavrogiannopoulos2014-06-251-4/+8
* p11tool: No longer assume a default URL for operations.Nikos Mavrogiannopoulos2014-06-251-3/+2