summaryrefslogtreecommitdiff
path: root/src/certtool.c
Commit message (Expand)AuthorAgeFilesLines
* Backported changes from the development cvs version.Nikos Mavrogiannopoulos2004-03-251-30/+4
* Backported several things from the development branch.Nikos Mavrogiannopoulos2004-02-101-281/+684
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-041-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-041-4/+5
* only generate v3 certificates, since we always use the CA (basicConstraints) ...Nikos Mavrogiannopoulos2003-11-261-7/+3
* Some documentation fixes. Changed gnutls_x509_*_set_version() to have a compa...Nikos Mavrogiannopoulos2003-11-251-4/+4
* generated certificates by certtool now have version 1 if they do not include ...Nikos Mavrogiannopoulos2003-11-211-5/+14
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-211-2/+2
* some changes in password reading.Nikos Mavrogiannopoulos2003-11-171-22/+40
* Several minor fixes in code and function documentation.Nikos Mavrogiannopoulos2003-11-171-1/+1
* * Added gnutls_x509_*_get_dn_oid() and gnutls_x509_crt_get_extension_oid()Nikos Mavrogiannopoulos2003-11-161-1/+56
* gnutls_x509_*_set_dn_by_oid() functions have a raw_flag parameter added. Some...Nikos Mavrogiannopoulos2003-11-141-14/+20
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-121-1/+3
* Prints certificate information before signing.Nikos Mavrogiannopoulos2003-11-121-11/+148
* Added capability to read CRLs to certtool.Nikos Mavrogiannopoulos2003-11-111-0/+83
* The certtool utility can now generate PKCS #12 structuresNikos Mavrogiannopoulos2003-11-101-45/+55
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-0/+4
* Added option to certtool to use export-grade algorithms. If password is set i...Nikos Mavrogiannopoulos2003-11-011-6/+19
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-011-3/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-311-3/+5
* more openpgp related changes.Nikos Mavrogiannopoulos2003-10-311-11/+2
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-0/+21
* Added error checking to global_init() calls.Nikos Mavrogiannopoulos2003-10-301-1/+7
* introduced gnutls_const_datum for gnutls_pkcs12_bag_get_data(). Some other cl...Nikos Mavrogiannopoulos2003-10-301-3/+9
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-4/+11
* Improved the certificate verification functions and the certtool program's ve...Nikos Mavrogiannopoulos2003-10-301-30/+136
* Certtool is only compiled when ENABLE_PKI is defined.Nikos Mavrogiannopoulos2003-10-301-7/+43
* some fixes.Nikos Mavrogiannopoulos2003-10-301-2/+9
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-7/+6
* added capability to print pkcs12 structures.Nikos Mavrogiannopoulos2003-10-301-31/+196
* added pkcs #12 support to certtool. Corrected some bugs in the export functions.Nikos Mavrogiannopoulos2003-10-281-1/+174
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-271-19/+20
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-271-5/+5
* added the --der option to certtool.Nikos Mavrogiannopoulos2003-10-271-16/+20
* several improvements for the certtool utility.Nikos Mavrogiannopoulos2003-10-271-93/+283
* Added the --print-cert option to gnutls-cli.Nikos Mavrogiannopoulos2003-10-261-2/+2
* Added capability to print the keyid of a certificate or a private key to cert...Nikos Mavrogiannopoulos2003-10-261-29/+111
* Added fingerprint calculation to certtool.Nikos Mavrogiannopoulos2003-10-261-5/+24
* Added capability to decode some X.509v3 extensions.Nikos Mavrogiannopoulos2003-10-261-22/+96
* Added certificate chain verification capability to certtoolNikos Mavrogiannopoulos2003-10-261-2/+175
* Several improvments in the certtool.Nikos Mavrogiannopoulos2003-10-251-11/+309
* Added a certtool primitive command line utilityNikos Mavrogiannopoulos2003-10-251-0/+400