summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-2/+2
* Add new extended key usage ipsecIKEMicah Anderson2010-09-291-0/+21
* Indent code.Simon Josefsson2010-07-251-7/+7
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-11/+4
* Warn when generating DSA keys of size more than 1024.Nikos Mavrogiannopoulos2010-07-051-3/+4
* Changed the default pkcs-cipher to AES-128. Allowed specifying the 3des-pkcs12Nikos Mavrogiannopoulos2010-07-051-0/+8
* When generating private key allow usage of --pkcs-cipher flag.Nikos Mavrogiannopoulos2010-06-261-28/+30
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Indent code.Simon Josefsson2010-04-141-12/+19
* Update gnulib files. Fix syntax-check warnings.Simon Josefsson2010-03-311-60/+56
* gnutls_x509_crt_verify() and gnutls_x509_crt_list_verify() behave identically.Nikos Mavrogiannopoulos2010-03-161-14/+12
* Fix license.Simon Josefsson2010-01-271-8/+9
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* When checking self signature also check the signatures of all subkeys.Nikos Mavrogiannopoulos2010-01-121-1/+17
* Allow exporting of Certificate requests to DER format.Nikos Mavrogiannopoulos2009-11-241-75/+80
* Cleanup header inclusion.Simon Josefsson2009-11-091-7/+9
* Fix libgcrypt usage.Simon Josefsson2009-11-061-0/+3
* Cleanups and several bug fixes found by Tomas Mraz.Nikos Mavrogiannopoulos2009-11-051-9/+2
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-261-25/+31
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-251-0/+2
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-241-3/+25
* Remove dead store in pkcs12_info().Fabian Keil2009-08-311-2/+0
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-4/+4
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-4/+1
* Fix syntax-check warnings.Simon Josefsson2009-05-031-6/+5
* Fix some error messages.Simon Josefsson2009-04-271-55/+48
* Minor cleanup.Simon Josefsson2009-02-241-35/+33
* Permit V1 CA's in new --verify-chain code.Simon Josefsson2009-01-091-1/+2
* certtool: Make --verify-chain use libgnutls verification algorithm.Simon Josefsson2009-01-061-1/+47
* gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0) is being called afterNikos Mavrogiannopoulos2008-12-041-3/+3
* certtool: allow setting arbitrary key purpose object identifiers.Nikos Mavrogiannopoulos2008-11-051-0/+1
* Use error instead of fprintf.Simon Josefsson2008-11-041-5/+4
* * Some more verbose out.Nikos Mavrogiannopoulos2008-11-021-3/+7
* Need more gnulib modules.Simon Josefsson2008-10-301-1/+1
* certtool: print a PKCS #8 key even if it is not encrypted.Nikos Mavrogiannopoulos2008-10-221-4/+11
* Indent.Simon Josefsson2008-10-081-103/+94
* reduced warnings in compilation of certtool.Nikos Mavrogiannopoulos2008-10-041-58/+55
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-041-0/+8
* Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose...Nikos Mavrogiannopoulos2008-10-041-6/+56
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-041-27/+128
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-031-7/+45
* Fix warnings.Simon Josefsson2008-09-211-1/+1
* Use internal md5 if libgcrypt is in FIPS mode.Simon Josefsson2008-09-211-0/+13
* deinitialize structures after use.Nikos Mavrogiannopoulos2008-09-211-3/+25
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-201-29/+3
* Only print libgnutls version in --version if it is different.Simon Josefsson2008-09-011-5/+7
* Fix warnings.Simon Josefsson2008-08-291-14/+14
* 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