Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate GAA code, to remove use of C++ // comments. | Simon Josefsson | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | Fix. | Simon Josefsson | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | Introduced to --fix-key option to certtool, which can be used to | Nikos Mavrogiannopoulos | 2005-05-21 | 1 | -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 Mavrogiannopoulos | 2005-03-05 | 1 | -57/+68 |
| | | | | primes and generators | ||||
* | introduced gnutls_x509_crt_sign2(), gnutls_x509_crq_sign2() and | Nikos Mavrogiannopoulos | 2005-01-21 | 1 | -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 Josefsson | 2004-08-14 | 1 | -806/+745 |
| | |||||
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -686/+758 |
| | |||||
* | added xml exporting capabilities to certtool utility. | Nikos Mavrogiannopoulos | 2004-04-29 | 1 | -43/+56 |
| | |||||
* | Some updates in order to compile with tcc. | Nikos Mavrogiannopoulos | 2004-04-15 | 1 | -24/+23 |
| | |||||
* | Added batch support to certtool. Now can use templates. | Nikos Mavrogiannopoulos | 2004-04-14 | 1 | -37/+60 |
| | |||||
* | Several bug fixes and cleanups by Arne Thomassen. | Nikos Mavrogiannopoulos | 2004-01-06 | 1 | -2/+4 |
| | |||||
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -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 the | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -48/+59 |
| | | | | certtool utility. | ||||
* | Added PKCS #7 support to certtool utility. | Nikos Mavrogiannopoulos | 2003-12-22 | 1 | -41/+52 |
| | |||||
* | Added support for generating and exporting DSA private keys. Exporting to ↵ | Nikos Mavrogiannopoulos | 2003-12-18 | 1 | -44/+60 |
| | | | | PKCS #8 is still not supported due to lack of standards. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-21 | 1 | -45/+48 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -46/+45 |
| | |||||
* | Added capability to read CRLs to certtool. | Nikos Mavrogiannopoulos | 2003-11-11 | 1 | -38/+49 |
| | |||||
* | some code cleanups. | Nikos Mavrogiannopoulos | 2003-11-09 | 1 | -45/+46 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-08 | 1 | -44/+45 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-07 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-07 | 1 | -46/+55 |
| | |||||
* | Added option to certtool to use export-grade algorithms. If password is set ↵ | Nikos Mavrogiannopoulos | 2003-11-01 | 1 | -36/+50 |
| | | | | in pkcs8 mode, then the output structure will be encrypted. | ||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-01 | 1 | -1/+1 |
| | |||||
* | * Several changes in certificate and key verification. | Nikos Mavrogiannopoulos | 2003-11-01 | 1 | -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 Mavrogiannopoulos | 2003-10-30 | 1 | -28/+39 |
| | |||||
* | added capability to print pkcs12 structures. | Nikos Mavrogiannopoulos | 2003-10-30 | 1 | -35/+59 |
| | |||||
* | added pkcs #12 support to certtool. Corrected some bugs in the export functions. | Nikos Mavrogiannopoulos | 2003-10-28 | 1 | -29/+40 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-27 | 1 | -8/+8 |
| | |||||
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-10-27 | 1 | -1/+1 |
| | |||||
* | added the --der option to certtool. | Nikos Mavrogiannopoulos | 2003-10-27 | 1 | -27/+41 |
| | |||||
* | several improvements for the certtool utility. | Nikos Mavrogiannopoulos | 2003-10-27 | 1 | -46/+149 |
| | |||||
* | Added capability to print the keyid of a certificate or a private key to ↵ | Nikos Mavrogiannopoulos | 2003-10-26 | 1 | -20/+55 |
| | | | | certtool. Updated the key_id functions to return the hash of the SubjectPublicKey. | ||||
* | Added certificate chain verification capability to certtool | Nikos Mavrogiannopoulos | 2003-10-26 | 1 | -19/+30 |
| | |||||
* | Several improvments in the certtool. | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -13/+104 |
| | |||||
* | Added a certtool primitive command line utility | Nikos Mavrogiannopoulos | 2003-10-25 | 1 | -0/+789 |