Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * certpath.c: Renamed to .. | Werner Koch | 2002-08-16 | 1 | -2/+2 | |
| | | | | | | * certchain.c: this. Renamed all all other usages of "path" in the context of certificates to "chain". | |||||
* | * call-agent.c (learn_cb): Special treatment when the issuer | Werner Koch | 2002-08-16 | 1 | -2/+2 | |
| | | | | | certificate is missing. | |||||
* | Minor changes for gettextNEWPG-0-3-10 | Werner Koch | 2002-08-10 | 1 | -0/+3 | |
| | ||||||
* | * delete.c: New. | Werner Koch | 2002-07-22 | 1 | -0/+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. | |||||
* | * export.c: New. | Werner Koch | 2002-03-21 | 1 | -1/+2 | |
| | | | | | | * gpgsm.c: Add command --export. * server.c (cmd_export): New. | |||||
* | * call-dirmngr.c: New. | Werner Koch | 2002-01-11 | 1 | -0/+1 | |
| | | | | | | | * 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 | -1/+2 | |
| | | | | | | | | * 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. | |||||
* | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 2001-12-18 | 1 | -2/+2 | |
| | | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
* | Changes to be used with the new libksba interface. | Werner Koch | 2001-12-18 | 1 | -5/+3 | |
| | | | | | libgcrypt-1.1.5 is required (cvs or tarball) | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -0/+1 | |
| | | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. | |||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 1 | -0/+1 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -0/+2 | |
| | | | | | | | of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify. | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -0/+1 | |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -7/+3 | |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 1 | -0/+2 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 1 | -1/+1 | |
| | | | | | The latest Libgcrypt CVS version is needed. | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -0/+1 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -0/+1 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -1/+6 | |
| | | | | | check the certification path. | |||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 1 | -2/+6 | |
| | ||||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -3/+8 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 1 | -10/+7 | |
| | ||||||
* | Created configuration files | Werner Koch | 2001-10-31 | 1 | -0/+36 | |