Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 2003-06-27 | 1 | -8/+8 |
| | |||||
* | Make use of libgpg-error | Werner Koch | 2003-06-03 | 1 | -1/+1 |
| | |||||
* | * keylist.c (list_cert_colon): Print the short fingerprint in the | Werner Koch | 2002-08-10 | 1 | -1/+12 |
| | | | | | | | | key ID field. * fingerprint.c (gpgsm_get_short_fingerprint): New. * verify.c (gpgsm_verify): Print more verbose info for a good signature. | ||||
* | * delete.c: New. | Werner Koch | 2002-07-22 | 1 | -1/+1 |
| | | | | | | | | | | * gpgsm.c: Made --delete-key work. * server.c (cmd_delkeys): New. (register_commands): New command DELKEYS. * decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is used and a STATUS_ERROR with the algorithm oid. | ||||
* | * fingerprint.c (gpgsm_get_certid): Print the serialand not the | Werner Koch | 2002-01-13 | 1 | -1/+1 |
| | | | | | hash after the dot. | ||||
* | * call-dirmngr.c: New. | Werner Koch | 2002-01-11 | 1 | -0/+67 |
| | | | | | | | * certpath.c (gpgsm_validate_path): Check the CRL here. * fingerprint.c (gpgsm_get_certid): New. * gpgsm.c: New options --dirmngr-program and --disable-crl-checks. | ||||
* | * base64.c (gpgsm_create_writer): Allow to set the object name | Werner Koch | 2002-01-10 | 1 | -0/+4 |
| | | | | | | | | * 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. | ||||
* | Changes to be used with the new libksba interface. | Werner Koch | 2001-12-18 | 1 | -16/+19 |
| | | | | | libgcrypt-1.1.5 is required (cvs or tarball) | ||||
* | * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*. | Werner Koch | 2001-12-15 | 1 | -1/+1 |
| | | | | | * sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED. | ||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 1 | -1/+3 |
| | |||||
* | Introduced the keygrip | Werner Koch | 2001-11-24 | 1 | -0/+57 |
| | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -1/+1 |
| | | | | | New Assuan command LISTKEYS. | ||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 1 | -0/+23 |
| | |||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -0/+104 |
check the certification path. |