summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* certtool: when signing CRLs or CSRs use the specified in cmd hash algorithmNikos Mavrogiannopoulos2016-08-101-2/+2
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-011-1/+5
* Corrected initialization of key when generating request. Reported by Petr Pisar.Nikos Mavrogiannopoulos2011-07-231-3/+4
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-071-41/+45
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-071-4/+0
* corrected typeNikos Mavrogiannopoulos2011-04-221-1/+1
* removed keyid_t types.Nikos Mavrogiannopoulos2011-04-201-1/+1
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-121-3/+2
* warn on generation of DSA keys of over 1024 bits.Nikos Mavrogiannopoulos2011-03-191-2/+6
* Allow providing no password for PKCS #12 structure generation. Reported by Da...Nikos Mavrogiannopoulos2011-03-021-0/+7
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-3/+23
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-2/+14
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-671/+671
* Indent code.Simon Josefsson2010-12-061-21/+22
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-2/+2
* Introduced p11tool to separate PKCS #11 functionality from certtool.Nikos Mavrogiannopoulos2010-11-071-446/+98
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-126/+164
* Revert "Applied last patch of Micah Anderson on IKE status."Nikos Mavrogiannopoulos2010-10-081-12/+9
* Applied last patch of Micah Anderson on IKE status.Nikos Mavrogiannopoulos2010-10-081-9/+12
* Applied patch on IKE extension by Micah AndersonNikos Mavrogiannopoulos2010-10-021-19/+24
* Add new extended key usage ipsecIKEMicah Anderson2010-09-291-0/+21
* PKCS#11 URL support updated to conform to draft-pechanec-pkcs11uri-02.Nikos Mavrogiannopoulos2010-09-081-2/+2
* Show which option is the default for command line tools.Brad Hards2010-08-291-1/+1
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-11/+4
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+2
* Added option for certtool to print certificate public key.Nikos Mavrogiannopoulos2010-07-221-8/+15
* Changed the default pkcs-cipher to AES-128. Allowed specifying the 3des-pkcs12Nikos Mavrogiannopoulos2010-07-051-0/+8
* 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
* When generating private key allow usage of --pkcs-cipher flag.Nikos Mavrogiannopoulos2010-06-261-28/+30
* 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