summaryrefslogtreecommitdiff
path: root/src/certtool-common.h
Commit message (Expand)AuthorAgeFilesLines
* certtool: allow specifying the friendly name on the command line and use the ...Nikos Mavrogiannopoulos2014-06-261-1/+1
* certtool: When an external file is used increase out maximum buffer accordingly.Nikos Mavrogiannopoulos2014-06-041-2/+3
* changed the behavior in certtool's PKCS #8 key export with no passwordNikos Mavrogiannopoulos2014-04-031-0/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-61/+68
* enable --outder for certtool --dh-infoDaniel Kahn Gillmor2013-11-081-0/+1
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-211-5/+8
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-1/+1
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-1/+2
* Certtool updates.Nikos Mavrogiannopoulos2012-10-091-0/+2
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-251-0/+2
* Restored ability to decrypt PKCS #8 and #12 keys with a NULL password. Certto...Nikos Mavrogiannopoulos2012-08-041-0/+1
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-3/+0
* Added functionality to extract the pubkey key from a TPM key.Nikos Mavrogiannopoulos2012-07-081-0/+14
* Splitted Lucas' contribution to allow incorporation.Nikos Mavrogiannopoulos2012-06-251-0/+2
* Certtool exports multiple keys in PKCS12 fileLucas Fisher2012-06-241-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+20
* certtool uses libopts for command line parsing.Nikos Mavrogiannopoulos2012-01-221-31/+4
* Added the --dh-info parameter to certtool.Nikos Mavrogiannopoulos2011-12-131-0/+2
* 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