summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added some help on failure.Nikos Mavrogiannopoulos2012-11-121-0/+4
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-1/+0
* when generating a PKCS #11 private key print the public key.Nikos Mavrogiannopoulos2012-11-121-1/+7
* GNUTLS_PKCS11_PIN -> GNUTLS_PINNikos Mavrogiannopoulos2012-07-211-1/+1
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-1/+1
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-0/+7
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+33
* Added new PKCS #11 flags to force an object being private or not.Nikos Mavrogiannopoulos2011-06-181-1/+7
* removed unneeded test.Nikos Mavrogiannopoulos2011-06-161-6/+1
* Use common code for PKCS #11 callbacks across clients.Nikos Mavrogiannopoulos2011-06-161-63/+3
* When setting the TRUSTED flag login as security officer.Nikos Mavrogiannopoulos2011-06-151-1/+6
* Fix up compiler warnings.Stef Walter2011-06-091-4/+0