summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Support --hash SHA-256/384/512.Simon Josefsson2007-02-051-0/+6
* Print times in UTC.Simon Josefsson2007-02-011-5/+17
* Don't print proxy info if there aren't any proxy extension.Simon Josefsson2007-02-011-19/+19
* Use the CA's SKI as the AKI value, if it is present. Reported by DaleSimon Josefsson2007-01-311-1/+7
* Support reading/generating proxy certificates in certtool.Simon Josefsson2007-01-311-61/+174
* (generate_pkcs12): Read more than one certificate, if there are moreSimon Josefsson2007-01-111-36/+31
* Support pathLenConstraint.Simon Josefsson2007-01-111-5/+12
* (generate_self_signed): Load key, if generate_certificate() didn'tSimon Josefsson2006-09-211-0/+3
* Revert last patch.Simon Josefsson2006-09-211-10/+10
* (generate_certificate): Load private key when --load-request is used,Simon Josefsson2006-08-271-10/+10
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-061-4/+6
* export to DER format is possible with certtoolNikos Mavrogiannopoulos2006-03-181-6/+14
* Make --password work for PKCS#8 --key-info.Simon Josefsson2005-12-081-1/+4
* Generate unencrypted PKCS#8 keys for blank passwords.Simon Josefsson2005-12-081-1/+2
* Print PKCS#12 type for each element.Simon Josefsson2005-12-081-0/+2
* Corrected a bug in certtool for 64 bit machines. Reported by Max Kellermann <...Nikos Mavrogiannopoulos2005-11-161-1/+2
* Use GNU coding style.Simon Josefsson2005-11-071-2081/+2362
* corrected bug in pkcs 12 ID key setting. Found and reported by Fran <e_agf@ya...Nikos Mavrogiannopoulos2005-11-061-1/+1
* Print whether verification failed due to an insecure algorithm.Simon Josefsson2005-10-271-0/+14
* Don't use error module until program_name problem is solved.Simon Josefsson2005-09-211-6/+8
* Don't call progname stuff.Simon Josefsson2005-08-121-1/+0
* Replace GPL progname.h with simple workaround.Simon Josefsson2005-08-121-1/+1
* print the correct issuer in verify_chain()Nikos Mavrogiannopoulos2005-05-281-1/+1
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Introduced to --fix-key option to certtool, which can be used toNikos Mavrogiannopoulos2005-05-211-6/+7
* removed unneeded gnutls_x509_crt_init().Nikos Mavrogiannopoulos2005-05-181-2/+0
* certtool can now fix the old RSA private keys. This is done by using the -k p...Nikos Mavrogiannopoulos2005-04-271-0/+6
* some cleanups in certtoolNikos Mavrogiannopoulos2005-04-181-54/+9
* print some more information for PKCS #12 structures.Nikos Mavrogiannopoulos2005-04-111-122/+181
* more improvments to gnutls_x509_crt_list_import()Nikos Mavrogiannopoulos2005-03-291-1/+9
* certtool can now print certificate information in files containing multiple c...Nikos Mavrogiannopoulos2005-03-281-24/+28
* *** empty log message ***Nikos Mavrogiannopoulos2005-03-051-0/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-4/+19
* Added the option --get-dh-params to certtool, in order to get the included pr...Nikos Mavrogiannopoulos2005-03-051-2/+5
* added warning when MD5 is being used.Nikos Mavrogiannopoulos2005-03-041-4/+8
* some cleanups.Nikos Mavrogiannopoulos2005-01-211-3/+1
* introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() andNikos Mavrogiannopoulos2005-01-211-8/+21
* print RSA and DSA parameters in both certificates and private keys.Nikos Mavrogiannopoulos2005-01-151-0/+92
* Corrected bugs found by Marcin Garski <mgarski@post.pl>Nikos Mavrogiannopoulos2004-12-151-2/+1
* Make private key optional in --to-p12, suggested by Fabian FagerholmSimon Josefsson2004-11-081-53/+69
* Indent.Simon Josefsson2004-10-281-45/+44
* some fixesNikos Mavrogiannopoulos2004-10-131-6/+6
* Don't use exit.h (not needed, EXIT_* is C89).Simon Josefsson2004-10-051-1/+0
* (load_cert): Fix crash in `certtool --to-p12 --load-privkey foo'.Simon Josefsson2004-09-101-1/+1
* (print_certificate_info): Don't crash on large X.509 extensionsSimon Josefsson2004-08-221-5/+12
* (smime_to_pkcs7): Make sure PKCS#7 output use LF EOL.Simon Josefsson2004-08-221-2/+4
* (smime_to_pkcs7): Handle LF EOF.Simon Josefsson2004-08-221-3/+3
* Fix --password.Simon Josefsson2004-08-221-2/+8
* Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'.Simon Josefsson2004-08-151-1/+0