summaryrefslogtreecommitdiff
path: root/src/certtool-common.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow gnutls-cli to be used with tpmkey urlsNikos Mavrogiannopoulos2012-07-131-1/+1
* Added ability to request PIN from a TPM URL. It uses the PKCS11 PIN function.Nikos Mavrogiannopoulos2012-07-131-3/+33
* Added support for legacy keyNikos Mavrogiannopoulos2012-07-131-0/+4
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-0/+244
* Splitted Lucas' contribution to allow incorporation.Nikos Mavrogiannopoulos2012-06-251-66/+0
* Updated Lucas' patchNikos Mavrogiannopoulos2012-06-241-13/+8
* Certtool exports multiple keys in PKCS12 fileLucas Fisher2012-06-241-0/+72
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-11/+11
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* simplified copyright years.Nikos Mavrogiannopoulos2011-11-111-2/+1
* Simplify static library renaming hack.Simon Josefsson2011-11-091-6/+6
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-011-6/+6
* extra.h is no more.Nikos Mavrogiannopoulos2011-10-201-1/+0
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-0/+58
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+9
* Corrected bug in public key import.Nikos Mavrogiannopoulos2011-05-221-1/+1
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-071-19/+218
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-131-3/+2
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-26/+26
* Indent code.Simon Josefsson2010-12-061-16/+17
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-0/+401