summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2008-07-021-148/+103
* Restore umask after opening file.Simon Josefsson2008-05-201-5/+15
* Use umask unconditionally.Simon Josefsson2008-05-201-2/+0
* Use umask to restrict the newly created file's permissions if operating on a ...Nikos Mavrogiannopoulos2008-05-181-8/+15
* certtool: When writing private keys to files, change permissions of file.Simon Josefsson2008-05-161-1/+9
* certtool: Encrypting a private key now require a confirmed password.Simon Josefsson2008-05-161-1/+1
* certtool: with --generate-request and newly generated keys, print the key.Simon Josefsson2008-04-181-1/+5
* Make gnutls_x509_crq_sign2 set certificate request version if not set.Simon Josefsson2008-04-151-4/+0
* Fix gcc warnings.Simon Josefsson2008-03-191-4/+3
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-211-4/+4
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-181-3/+3
* some updatesNikos2008-01-271-4/+8
* print keyringsNikos2008-01-251-2/+65
* openpgp_privkey_export() has parameters to export encrypted secret keys. Adde...Nikos2008-01-141-1/+1
* Additions to make certtool print information on openpgp keys.Nikos2008-01-131-143/+342
* merged the openpgp branch to head\!Nikos2008-01-131-0/+51
* Make --verify-chain support larger inputs than 64kb.Simon Josefsson2007-12-101-3/+12
* GPL parts under GPLv3System User2007-12-071-6/+5
* corrected typos.Nikos2007-12-011-2/+2
* Depend on libgcrypt 1.2.4 again (lose DSA2 functionality).Nikos2007-11-301-1/+6
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-4/+60
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* quick-random option was removed since it is now the default.Nikos Mavrogiannopoulos2007-10-271-1/+1
* Added the --v1 option to certtool to allow generating version 1 certificates.Nikos Mavrogiannopoulos2007-10-221-188/+212
* Added support for DSA2 (key sizes for more than 1024 bits on DSA) via libgcry...Nikos Mavrogiannopoulos2007-10-121-6/+1
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-071-15/+0
* Added the --quick-random option to certtool to improve generation time of pri...Nikos Mavrogiannopoulos2007-10-061-0/+8
* Corrected output in DER format and corrected output for smime_to_pkcs7 to out...Nikos Mavrogiannopoulos2007-10-061-5/+5
* No need for getline.h.Simon Josefsson2007-08-231-1/+0
* Use *_t types consistently.Simon Josefsson2007-08-131-97/+97
* Use current time as default serial number.Simon Josefsson2007-04-171-4/+5
* Make sure NULL is a pointer.Simon Josefsson2007-02-141-2/+2
* Change vararg 0 to NULL. Tiny change suggested by Joe OrtonSimon Josefsson2007-02-141-1/+1
* Use error().Simon Josefsson2007-02-131-361/+116
* Cleanup p12 printing.Simon Josefsson2007-02-131-63/+23
* Cleanup pkcs7_info.Simon Josefsson2007-02-131-40/+16
* Fix.Simon Josefsson2007-02-131-2/+0
* Better errors.Simon Josefsson2007-02-131-6/+2
* Use version-etc.Simon Josefsson2007-02-131-23/+4
* Cleanup CRL.Simon Josefsson2007-02-131-67/+33
* Cleanup.Simon Josefsson2007-02-131-38/+12
* Simplify.Simon Josefsson2007-02-131-34/+33
* Cleanups.Simon Josefsson2007-02-131-14/+7
* Rewrite generate_private_key_int.Simon Josefsson2007-02-131-28/+9
* Fix mem leak.Simon Josefsson2007-02-131-0/+4
* Fix crl_info.Simon Josefsson2007-02-131-8/+5
* Rewrite load_private_key.Simon Josefsson2007-02-131-35/+16
* Rewrite load_request.Simon Josefsson2007-02-131-24/+11
* Rewrite load_ca_private_key.Simon Josefsson2007-02-131-38/+21
* Remove.Simon Josefsson2007-02-131-2/+0