summaryrefslogtreecommitdiff
path: root/src/certtool-gaa.c
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate GAA code, to remove use of C++ // comments.Simon Josefsson2005-11-151-1/+1
|
* Fix.Simon Josefsson2005-11-151-1/+1
|
* Introduced to --fix-key option to certtool, which can be used toNikos Mavrogiannopoulos2005-05-211-53/+66
| | | | | regenerate the (optional) parameters in a private key. It should be used together with --key-info.
* Added the option --get-dh-params to certtool, in order to get the included ↵Nikos Mavrogiannopoulos2005-03-051-57/+68
| | | | primes and generators
* introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() andNikos Mavrogiannopoulos2005-01-211-48/+71
| | | | | gnutls_x509_crl_sign2(). Also added the --hash option to certtool in order to be able to generate certificates signed with different hash algorithms.
* Generated.Simon Josefsson2004-08-141-806/+745
|
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-686/+758
|
* added xml exporting capabilities to certtool utility.Nikos Mavrogiannopoulos2004-04-291-43/+56
|
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-24/+23
|
* Added batch support to certtool. Now can use templates.Nikos Mavrogiannopoulos2004-04-141-37/+60
|
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-2/+4
|
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-49/+60
| | | | | | * Added the FSF copyright notices. * Moved all the compatibility interface to the openssl compatibility library.
* Added support for generating CRLs in the library and theNikos Mavrogiannopoulos2003-12-261-48/+59
| | | | certtool utility.
* Added PKCS #7 support to certtool utility.Nikos Mavrogiannopoulos2003-12-221-41/+52
|
* Added support for generating and exporting DSA private keys. Exporting to ↵Nikos Mavrogiannopoulos2003-12-181-44/+60
| | | | PKCS #8 is still not supported due to lack of standards.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-211-45/+48
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-171-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-131-46/+45
|
* Added capability to read CRLs to certtool.Nikos Mavrogiannopoulos2003-11-111-38/+49
|
* some code cleanups.Nikos Mavrogiannopoulos2003-11-091-45/+46
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-081-44/+45
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-46/+55
|
* Added option to certtool to use export-grade algorithms. If password is set ↵Nikos Mavrogiannopoulos2003-11-011-36/+50
| | | | in pkcs8 mode, then the output structure will be encrypted.
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-011-1/+1
|
* * Several changes in certificate and key verification.Nikos Mavrogiannopoulos2003-11-011-45/+79
| | | | | | | * GNUTLS_CERT_NOT_TRUSTED was replaced by GNUTLS_CERT_INVALID, to avoid having two flags for the same thing. * Updated documentation for openpgp key verification. * The prime tool was combined with the certtool.
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-28/+39
|
* added capability to print pkcs12 structures.Nikos Mavrogiannopoulos2003-10-301-35/+59
|
* added pkcs #12 support to certtool. Corrected some bugs in the export functions.Nikos Mavrogiannopoulos2003-10-281-29/+40
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-271-8/+8
|
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-271-1/+1
|
* added the --der option to certtool.Nikos Mavrogiannopoulos2003-10-271-27/+41
|
* several improvements for the certtool utility.Nikos Mavrogiannopoulos2003-10-271-46/+149
|
* Added capability to print the keyid of a certificate or a private key to ↵Nikos Mavrogiannopoulos2003-10-261-20/+55
| | | | certtool. Updated the key_id functions to return the hash of the SubjectPublicKey.
* Added certificate chain verification capability to certtoolNikos Mavrogiannopoulos2003-10-261-19/+30
|
* Several improvments in the certtool.Nikos Mavrogiannopoulos2003-10-251-13/+104
|
* Added a certtool primitive command line utilityNikos Mavrogiannopoulos2003-10-251-0/+789