Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 2003-11-12 | 1 | -13/+13 | |
| | ||||||
* | (read_parameters): Fixed faulty of !spacep(). | Werner Koch | 2003-10-25 | 1 | -1/+1 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+699 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -699/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * certreqgen.c (read_parameters): Improved error handling. | Werner Koch | 2002-06-17 | 1 | -11/+32 | |
| | | | | | (gpgsm_genkey): Print error message. | |||||
* | * certreqgen.c (gpgsm_genkey): Write status output on success. | Werner Koch | 2002-04-18 | 1 | -0/+1 | |
| | ||||||
* | * certreqgen.c (create_request): Store the email address in the req. | Werner Koch | 2002-01-28 | 1 | -1/+27 | |
| | | | | | | | | Note, that I have not yet achieved to generate a cert with the subjectAltName using OpenSSL. It seems that openssl requires the email address to be part of the subject DN (subjectAltName=email:copy) but this is something we don't want to do. | |||||
* | * base64.c (gpgsm_create_writer): Allow to set the object name | Werner Koch | 2002-01-10 | 1 | -0/+651 | |
* server.c (cmd_genkey): New. * certreqgen.c: New. The parameter handling code has been taken from gnupg/g10/keygen.c version 1.0.6. * call-agent.c (gpgsm_agent_genkey): New. |