summaryrefslogtreecommitdiff
path: root/src/certtool-common.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added support to read elliptic curve public keys from PKCS #11 tokens (untest...Nikos Mavrogiannopoulos2011-09-061-1/+3
* Added gnutls_pkcs11_privkey_generate().Nikos Mavrogiannopoulos2011-09-061-3/+2
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-071-2/+4
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Added new functionality to certtool, and can verify certificates against a li...Nikos Mavrogiannopoulos2011-02-021-0/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-1/+1
* Indent code.Simon Josefsson2010-12-061-19/+21
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-29/+32
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-6/+10
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-2/+2
* Added option for certtool to print certificate public key.Nikos Mavrogiannopoulos2010-07-221-0/+1
* Combined object flags. No implicit login any more. Login has to be specified ...Nikos Mavrogiannopoulos2010-06-281-2/+2
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-2/+2
* Allow listing of private keys only. Certtool has now the --pkcs11-list-privke...Nikos Mavrogiannopoulos2010-06-181-0/+1
* Generate dh-params also used --sec-param.Nikos Mavrogiannopoulos2010-06-031-0/+7
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-0/+14
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-1/+3
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-3/+6
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-1/+11
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-1/+4
* More indentation.Simon Josefsson2010-04-141-25/+26
* reduced warnings in compilation of certtool.Nikos Mavrogiannopoulos2008-10-041-0/+2
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-0/+28