summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
* p11tool: introduced --only-urls optionNikos Mavrogiannopoulos2015-11-081-1/+8
* p11tool: Allow writing a PKCS #11 pubkey objectNikos Mavrogiannopoulos2015-10-171-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
* p11tool: Allow marking a certificate as a CA.Nikos Mavrogiannopoulos2014-06-161-1/+6
* Added so-login flag to force security office login to the cardNikos Mavrogiannopoulos2013-12-231-24/+18
* updated txtNikos Mavrogiannopoulos2013-12-231-1/+1
* print warning when no token name is providedNikos Mavrogiannopoulos2013-12-231-14/+14
* Avoid infinite loops with self-signed certificates present in the chainNikos Mavrogiannopoulos2013-11-101-1/+6
* Added export-chain option to p11toolNikos Mavrogiannopoulos2013-11-091-89/+106
* reindented codeNikos Mavrogiannopoulos2013-11-081-762/+743
* include proper header file for uint8_tNikos Mavrogiannopoulos2013-10-311-0/+1
* Added option --generate-random to p11tool.Nikos Mavrogiannopoulos2013-10-261-0/+30
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-1/+0
* removed unused codeNikos Mavrogiannopoulos2013-08-031-41/+0
* Do not try to parse arbitrary objects as certificates.Nikos Mavrogiannopoulos2013-08-031-5/+6
* read_yesno() accepts a default value. By default certificates are marked as o...Nikos Mavrogiannopoulos2013-04-271-1/+1
* optimizations in list importNikos Mavrogiannopoulos2012-11-121-30/+2