summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Allow SHA224 hash in certtool. Added tests for SHA-256 and SHA-224 for DSA.Nikos Mavrogiannopoulos2010-06-141-0/+2
* Do not warn multiple times for the deprecation of --bits.Nikos Mavrogiannopoulos2010-06-141-1/+7
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-12/+7
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-14/+38
* use --sec-param to generate privkey.Nikos Mavrogiannopoulos2010-06-031-2/+2
* Print exp1 and exp2 if they are available.Nikos Mavrogiannopoulos2010-06-031-6/+16
* Generate dh-params also used --sec-param.Nikos Mavrogiannopoulos2010-06-031-16/+25
* Added gnutls_sec_param_to_pk_bits() et al. to allow select bitNikos Mavrogiannopoulos2010-06-031-0/+40
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-6/+6
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-10/+205
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-19/+0
* Added several helper functions, to allow printing of tokens.Nikos Mavrogiannopoulos2010-06-031-2/+6
* Added ability to export certificates from PKCS #11 tokens.Nikos Mavrogiannopoulos2010-06-031-4/+5
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-0/+26
* 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