summaryrefslogtreecommitdiff
path: root/src/certtool-common.c
Commit message (Expand)AuthorAgeFilesLines
* p11tool/certtool: Added --curve parameter.Nikos Mavrogiannopoulos2014-07-071-1/+28
* certtool: allow specifying the friendly name on the command line and use the ...Nikos Mavrogiannopoulos2014-06-261-2/+6
* certtool: avoid sizeof() on lbufferNikos Mavrogiannopoulos2014-06-051-1/+1
* certtool: ensure that allocated buffer has a minimum size of 64kb.Nikos Mavrogiannopoulos2014-06-051-1/+2
* certtool: When an external file is used increase out maximum buffer accordingly.Nikos Mavrogiannopoulos2014-06-041-16/+38
* certtool: check for null prior to checking for empty passwdNikos Mavrogiannopoulos2014-05-141-1/+1
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-041-9/+11
* changed the behavior in certtool's PKCS #8 key export with no passwordNikos Mavrogiannopoulos2014-04-031-5/+10
* improved error messageNikos Mavrogiannopoulos2014-04-021-1/+1
* fixes for 'medium' levelNikos Mavrogiannopoulos2014-03-261-1/+1
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-1/+1
* use newlines in error printingNikos Mavrogiannopoulos2014-02-051-36/+36
* more updates for the security param renameNikos Mavrogiannopoulos2014-01-141-3/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-857/+798
* enable --outder for certtool --dh-infoDaniel Kahn Gillmor2013-11-081-3/+11
* enable --inder for certtool --dh-infoDaniel Kahn Gillmor2013-11-081-1/+1
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-41/+139
* corrected C parameter generation.Nikos Mavrogiannopoulos2013-01-211-1/+1
* Added --cprint option to certtoolNikos Mavrogiannopoulos2013-01-211-40/+276
* Several updates in certificate/public key printing.Nikos Mavrogiannopoulos2012-11-201-130/+6
* get_bits() does not always warn.Nikos Mavrogiannopoulos2012-11-121-2/+2
* Certtool updates.Nikos Mavrogiannopoulos2012-10-091-3/+6
* Changes in password handling of certtool.Nikos Mavrogiannopoulos2012-08-251-22/+42
* Eliminated p11common.c.Nikos Mavrogiannopoulos2012-07-201-21/+1
* Added gnutls_url_is_supported()Nikos Mavrogiannopoulos2012-07-141-121/+11
* 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